On Sat, Jan 30, 2010 at 7:07 PM, Milan Tomic <tomicmi...@yahoo.com> wrote:

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

I am not familiar with Axis1. But there is no requirement to sent a message
with operation name. The requirement is to send the request as given in the
wsdl. So check the corresponding message part and refered element from that.

thanks,
Amila.

>
> 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
>
>
>
>


-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/

Reply via email to