[ http://issues.apache.org/jira/browse/AXISCPP-36?page=all ]
     
Fred Preston closed AXISCPP-36:
-------------------------------


> A bug about WSDL2Ws
> -------------------
>
>          Key: AXISCPP-36
>          URL: http://issues.apache.org/jira/browse/AXISCPP-36
>      Project: Axis-C++
>         Type: Bug

>   Components: WSDL processing - RPC
>     Versions: 1.0 Beta
>  Environment: Operating System: Other
> Platform: PC
>     Reporter: leo mok
>      Fix For: current (nightly)

>
> I use axis as web service server. and the Java Interface is like this:
> public void test(java.lang.String in0, java.lang.String in1, java.lang.String 
> in2, java.lang.String in3);
> the generate wsdl seg is :
>    <wsdl:message name="testRequest">
>       <wsdl:part name="in0" type="xsd:string"/>
>       <wsdl:part name="in1" type="xsd:string"/>
>       <wsdl:part name="in2" type="xsd:string"/>
>       <wsdl:part name="in3" type="xsd:string"/>
>    </wsdl:message>
> but WSDL2Ws generate like this:
>       m_pCall->SetOperation("test", "urn:EchoService");
>       m_pCall->AddParameter(Value0, "in2", XSD_STRING);
>       m_pCall->AddParameter(Value1, "in0", XSD_STRING);
>       m_pCall->AddParameter(Value2, "in1", XSD_STRING);
>       m_pCall->AddParameter(Value3, "in3", XSD_STRING);

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