[ http://issues.apache.org/jira/browse/AXIS2-1147?page=comments#action_12434512 ] Davanum Srinivas commented on AXIS2-1147: -----------------------------------------
Hmm, latest SVN r442957 gives me this request. <ns2:RetChar xmlns:ns2="http://tempuri.org/"> <ns1:char xmlns:ns1="http://schemas.microsoft.com/2003/10/Serialization/">12345</ns1:char> </ns2:RetChar> > Wrong request message from ADB stub for rpc-lit wsdl > ---------------------------------------------------- > > Key: AXIS2-1147 > URL: http://issues.apache.org/jira/browse/AXIS2-1147 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: databinding > Reporter: Deepal Jayasinghe > Priority: Blocker > > I generated stub for the [1] wsdl , which is of course RPC-LIT wsdl. Then I > try to invoke the service , but I realized it send the wrong request as shown > below (for the method RetChar); > <ns2:RetChar xmlns:ns2="http://tempuri.org/"> > <ns2:inChar > xmlns:ns2="http://schemas.microsoft.com/2003/10/Serialization/">97</ns2:inChar> > </ns2:RetChar> > But As I know it should send the following request ; > <ns2:RetChar xmlns:ns2="http://tempuri.org/"> > <ns2:inChar>97</ns2:inChar> > </ns2:RetChar> > Part element should not be qualified for the RPC-LIT wsdl. > [1] > -http://131.107.72.15/SoapWsdl_BaseDataTypes_XmlFormatter_Service_Indigo/BaseDataTypesRpcLit.svc?wsdl > -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
