[ http://issues.apache.org/jira/browse/AXISCPP-631?page=all ]
     
John Hawkins resolved AXISCPP-631:
----------------------------------

    Fix Version: 1.6 Alpha
     Resolution: Fixed

I believe this is fixed in 1.6alpha and is shown in test case 
unittest_SimpleRefDoc

> Axis C++ doesn't support refs in wsdl
> -------------------------------------
>
>          Key: AXISCPP-631
>          URL: http://issues.apache.org/jira/browse/AXISCPP-631
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>     Versions: 1.6 Alpha
>  Environment: All
>     Reporter: Dushshantha Chandradasa
>     Assignee: John Hawkins
>      Fix For: 1.6 Alpha
>  Attachments: Choice.wsdl
>
> Wsdl2ws tool simply ignores the following part of the wsdl file saying that 
> it is an anonymous type.
>  
> <xsd:complexType name="FaultPropertyType">
>         <xsd:choice>
>             <xsd:element name="fault1" type="s0:FaultType"/>
>             <xsd:element name="fault2" type="s0:StagingFaultType"/>
>             <xsd:element ref="tns:SetResourceProperties"/>
>         </xsd:choice>
>     </xsd:complexType>
>  
> wsdl2ws tool says the following
> ignoring anonymous type >SetResourceProperties

-- 
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

Reply via email to