Re: calling MessageService sample with .NET client

2005-02-11 Thread Praveen Peddi
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 10, 2005 4:03 PM Subject: Re: calling MessageService sample with .NET client For easiest interoperability with .NET, I suggest you use the "wrapped" style. .NET does allow you to send raw XML, but to do so you ha

Re: calling MessageService sample with .NET client

2005-02-10 Thread Anne Thomas Manes
> > > > > > > > > > > > > > > > > > name="echoElementsResponse"/> > > > > > > type="impl:GoogleAccessConnector"> > > transport="http://schemas.xmlsoap.org/soap/http"/> >

Re: calling MessageService sample with .NET client

2005-02-10 Thread Praveen Peddi
soap/http"/> http://localhost:7001/axis/services/GoogleAccessConnector"/> - Original Message - From: "Paul Callahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 10, 2005 12:16 PM Subject: Re: calling Mes

Re: calling MessageService sample with .NET client

2005-02-10 Thread Paul Callahan
Praveen, This really depends on how you have structured your wsdl for the service. If you are using message style services, then in most cases, you are providing your own XML Schema to define the types that are passed via the method you expose as a "message-based" service. Whether you use JAXB,

calling MessageService sample with .NET client

2005-02-10 Thread Praveen Peddi
I have looked at the MessageService sample (both server and the client). It passes Element[] as the argument and also returns the same. This is fine for java based clients. But if I want to invoke it using non java clients like .NET, how does it work? Are Axis's "message-style" services inte