It is certainly possible to write .NET clients for Apache SOAP 
services.  There is an example at 
http://www.scottnichol.com/vbnetclientapachesoap.htm.  However, the 
interoperability is not achieved as simply as with Axis.  One must 
either use a tool external to Apache SOAP to generate WSDL for the 
service, create such WSDL by hand, or hand code parameter creation in 
the .NET code without using WSDL.

On 2 Jul 2003 at 17:43, Sinha, Madhukar [IT] wrote:

> 
> Does .NET client work with Apache SOAP 2.3 service or only with AXIS
> service?
> 
> Please help?
> 
> 
> 
> 
> -----Original Message-----
> From: Daniel Zhang [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 02, 2003 4:14 PM
> To: [EMAIL PROTECTED]
> Subject: Re: response and result tag override
> 
> 
> Steve Pruitt wrote:
> 
> >All,
> >
> >Is there away in a soap request to specify what the response and result
> tags are named in the soap response?
> >
> >
> >Thanks,
> >
> >-Steve Pruitt
> >  
> >
> If you use message call, you can specify your own tag. See Apache SOAP 
> example in samples/messaging.  At server side, after you get
> request and parameters, you can call resCtx.setRootPart(ResponseString, 
> "text/xml") in yourMethod(Envelope env, SOAPContext reqCtx,
> SOAPContext resCtx).  But I am afraid you can pass object in message call.
> 
> -Daniel
> 


Scott Nichol

Do not reply directly to this e-mail address,
as it is filtered to only receive e-mail from
specific mailing lists.


Reply via email to