Re: calling MessageService sample with .NET client

2005-02-11 Thread Praveen Peddi
] 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 have to use a low-level API. In other words, you can't invoke

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

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,

Re: calling MessageService sample with .NET client

2005-02-10 Thread Praveen Peddi
://localhost:7001/axis/services/GoogleAccessConnector/ /wsdl:port /wsdl:service /wsdl:definitions - Original Message - From: Paul Callahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 10, 2005 12:16 PM Subject: Re: calling MessageService sample with .NET client Praveen

Re: calling MessageService sample with .NET client

2005-02-10 Thread Anne Thomas Manes
- From: Paul Callahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 10, 2005 12:16 PM Subject: Re: calling MessageService sample with .NET client Praveen, This really depends on how you have structured your wsdl for the service. If you are using message style services