Re: SOAP webservice string arguments by reference

"Martin Gainty" <[email protected]> Wed, 15 Jun 2005 13:12:45 -0400
Newsgroups gmane.text.xml.soap.user
Message-ID <[email protected]>
Check out this example
http://ws.apache.org/soap/faq/faq_chawke.html
HTH,
Martin-

----- Original Message ----- 
From: "Scott Nichol" <[email protected]>
To: <[email protected]>
Sent: Wednesday, June 15, 2005 12:55 PM
Subject: Re: SOAP webservice string arguments by reference


These would be output or input/output parameters.  Apache SOAP does not 
support these, but I bet Axis (http://ws.apache.org/axis/) does.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "Rogatzki" <[email protected]>
To: <[email protected]>
Sent: Wednesday, June 15, 2005 11:28 AM
Subject: SOAP webservice string arguments by reference


> how can I implement a soap webservice in java (using tomcat as a servlet 
> container)
> with string function-arguments that have to be implemented 'by reference'.
>
>
>
>
>