Sorry, no Axis samples.  However, Axis emits WSDL, which .NET will 
consume.  For example, the wsdl.exe utility that is part of .NET can 
generate a proxy class for your Axis WSDL.  Then your ASP.NET code 
would just invoke methods on that class.

On 2 Jul 2003 at 23:18, Parames wrote:

> Hi Scott ,
> 
> By any chance do you have examples for ASP .Net client
> with AXIS Service?.Or Any documentation or materials??
> 
> Help will be much appreciated,
> Thanks a lot.
> 
> --- Scott Nichol <[EMAIL PROTECTED]> wrote:
> > 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.
> > 
> > 
> 
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> 


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