Re: Wrapper/lit, Messaging Interop with .NET

2005-02-17 Thread Paul Callahan
You can certainly use message style... .NET can work with your XML Schema-defined message parts. A good way to test interop (from the message part standpoint) is to use the xsd.exe commandline utility in .NET to chomp your XSD file you have created for your Axis "message" style service. This wil

Wrapper/lit, Messaging Interop with .NET

2005-02-17 Thread Faucher, Christian
Title: Message Hi,   I read few threads which recommend to use wrapped/lit for interop between Axis (server in my case) and .NET (client app in my case).   I was wondering if Messaging style is also well supported with .NET?    In the case of my application, we want to receive an XML structu