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/05/09 01:23:14 UTC

DO NOT REPLY [Bug 19783] New: - axis-java2wsdl ant task produces incorrect wsdl when javax.xml.rpc.holder classes are present as parameters

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=19783>.
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=19783

axis-java2wsdl ant task produces incorrect wsdl when javax.xml.rpc.holder classes are present as parameters

           Summary: axis-java2wsdl ant task produces incorrect wsdl when
                    javax.xml.rpc.holder classes are present as parameters
           Product: Axis
           Version: current (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: wu_qing@yahoo.com


public String mymethod1(javax.xml.rpc.holders.StringHolder referenceDate)
when using the axis ant task axis-java2wsdl, the refereceDate shows up in the 
wsdl as xsd:anyType. Interestingly, java org.apache.axis.wsdl.Java2WSDL can 
correctly generate the wsdl.

Regards

Michael