Any ideas? My question is why Axis generates SOAP request body without 
operation name from normal WSDL? What could by the reason?

Kind regards,
Milan




----- Original Message ----
From: Milan Tomic <tomicmi...@yahoo.com>
To: axis-user@ws.apache.org
Sent: Fri, January 29, 2010 2:21:01 PM
Subject: Missing operation name in request body


My SOAP body request looks like:

<soapenv:Body><farmId xmlns="">112233</farmId></soapenv:Body>

and it should look like:

<soapenv:Body><GetFarm xmlns="theNameSpace"><farmId 
xmlns="">112233</farmId></GetFarm></soapenv:Body>

I'm using document/literal style with Axis1 version 1.4. I have other project 
that has very similar WSDL and it uses the same Axis version and it works OK. I 
don't know where the difference is???

Thank you in advance,
Milan


      

Reply via email to