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