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.