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