[ 
http://issues.apache.org/jira/browse/AXIS2-983?page=comments#action_12426484 ] 
            
Fabian Christ commented on AXIS2-983:
-------------------------------------

At first - what is an STS? I have searched for it but didn“t found the meaning.

I think that this issue is same as AXIS2-981. When you look in the sources of 
org.apache.axis2.schema.SchemaCompiler you find two TODOs

private void processSimpleSchemaType(XmlSchemaSimpleType simpleType,
                                         XmlSchemaElement xsElt) throws 
SchemaCompilationException{
...
            }else if (content instanceof XmlSchemaSimpleTypeUnion) {
                //Todo - Handle unions here
                throw new SchemaCompilationException(
                        
SchemaCompilerMessages.getMessage("schema.unsupportedcontenterror","Simple Type 
Union"));

            }else if (content instanceof XmlSchemaSimpleTypeList){
                //todo - Handle lists here
                throw new SchemaCompilationException(
                        
SchemaCompilerMessages.getMessage("schema.unsupportedcontenterror","Simple Type 
List"));
            }
...
}

Can anyone say when those TODOs are solved? Is anyone working at this part? Or 
is it faster when I try to solve it on my own?

thanks,
Fabian

> Support for Simple Type Union and Simple Type List
> --------------------------------------------------
>
>                 Key: AXIS2-983
>                 URL: http://issues.apache.org/jira/browse/AXIS2-983
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>            Reporter: Fabian Christ
>         Attachments: sample-wsdl.zip
>
>
> The latest SVN version of WSDL2Java and so the SchemaCompiler does not 
> support Simple Type Union and List in XML Schema.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to