Re: changing from RPC to Document based encoding

2004-07-19 Thread Anand Natrajan
Vikas, Yes, I am in the process of doing so - actually, I am providing an rpc/encoded version as well as a document/literal version of the same service. The basic process is mostly identical, but one gotcha is that you should use Axis's wrapped/literal mode in order to get better interoperability

RE: changing from RPC to Document based encoding

2004-07-19 Thread Vikas Phonsa
t: RE: changing from RPC to Document based encoding I think you want to look into style='message' deployment of your web-service. The axis distro has a sample called 'message' (axis-1_1\samples\message) that demonstrates how to do this. My understanding is that there are some l

RE: changing from RPC to Document based encoding

2004-07-19 Thread Keith Tingle
I think you want to look into style='message' deployment of your web-service. The axis distro has a sample called 'message' (axis-1_1\samples\message) that demonstrates how to do this. My understanding is that there are some limitations to the number of methods (1) you are allowed to export with