You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/11/04 13:20:23 UTC

DO NOT REPLY [Bug 24382] New: - axis doesn't support anySimpleType for its default type mapping

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24382>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24382

axis doesn't support anySimpleType for its default type mapping

           Summary: axis doesn't support anySimpleType for its default type
                    mapping
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: iasandcb@apache-korea.org


When SymbolTable populates a WSDL, xsd:anySimpleType is considered as an 
undefined type and further processes are stopped.

JAX-RPC 1.1 spec states that xsd;anySimpleType of XML schema is mapped to 
java.lang.String of Java.