Can some one provide a simple ( I'll take complex also though ) working example of a document style web service?
Thanks in advance. Vikas -----Original Message----- From: Keith Tingle [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 12:05 PM To: '[EMAIL PROTECTED]' Subject: 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 limitations to the number of methods (1) you are allowed to export with this service style. You also will have to do some simple DOM programming on the server side to access the message contents. *************************************************************************** Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, copy, use, disclosure, or distribution is prohibited. If you are not the intended recipient, or not an agent of the intended recipient responsible for delivering this message, please contact the sender by reply e-mail and destroy all copies of the original message.
