Re: Axis and .Net client

2005-01-11 Thread Bill Keese
It depends what binding style and encoding your AXIS server is running with. If it's in rpc/encoded or wrapped/literal it's expecting at least the method name inside the soap body. soap:Body myMethod/ /soap:Body The default for AXIS is RPC/Encoded.

RE: Axis and .Net client

2005-01-11 Thread Vishu
I specified document in WSDL and Axis translated that to Wrapped. I see that it lets empty method names only in document style encoding. Thanks, Vishu From: Bill Keese [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 10:31 PM To: [EMAIL PROTECTED] Subject: Re: Axis

Re: Axis and .Net client

2005-01-11 Thread Bill Keese
. I see that it lets empty method names only in document style encoding. Thanks, Vishu From: Bill Keese [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 11, 2005 10:31 PM To: [EMAIL PROTECTED] Subject: Re: Axis and .Net client It depends what binding style