-
May 18th, 2009, 06:22 AM
#1
axis webservice client
I have a axis web service with webmethod 'getXMLData'. I try to call this webservice using 'JaxRpcPortProxyFactoryBean' by configuring wsdl. When i send the soap request the request recieved by the werbservice is
<getXMLData xmlns="http://xxxx.xxx.xxx.com"><soap:Envolope><soap:Header><soa p:body>xxxxx</soap:body></getXMLData>
but when i call using axis Call using the same soap request the request recieved at the webservice after retrieving the body of soap is only the soap body.
What would u advice to give the input to the webservice using JaxRpc.
or
how would u configure the spring client for an axis web service with a webmethod getXXX.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules