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 "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2006/09/13 16:10:23 UTC

[jira] Commented: (AXIS2-1147) Wrong request message from ADB stub for rpc-lit wsdl

    [ http://issues.apache.org/jira/browse/AXIS2-1147?page=comments#action_12434449 ] 
            
Davanum Srinivas commented on AXIS2-1147:
-----------------------------------------

Deepal,

Slight typo. the request should be

		<ns2:RetChar xmlns:ns2="http://tempuri.org/">
			<inChar>97</inChar>
		</ns2:RetChar>

Note that the inChar is not namespace qualified. To better illustrate, the following is also equivalent

		<RetChar xmlns="http://tempuri.org/">
			<inChar xmlns="">97</inChar>
		</RetChar>

thanks,
dims

> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org