You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "John Hawkins (JIRA)" <ax...@ws.apache.org> on 2005/11/08 12:02:19 UTC

[jira] Assigned: (AXISCPP-631) Axis C++ doesn't support refs in wsdl

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

John Hawkins reassigned AXISCPP-631:
------------------------------------

    Assign To: John Hawkins

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