Axis 2 is tested and proven interoprability with .net.
Have a look at the following news item. I was lucky enough to experience it first hand at the interop plug-fest.
http://www.wso2.com/about/news/microsoftinterop/
 
Except for very few extreme cases WCF and Axis2 demonstrated very good interoperability :).
 
~Thilina

 
On 5/5/06, GOBE HOBONA <[EMAIL PROTECTED]> wrote:
Anne,

you were right there was a problem with the SOAP message. To address the
problem I implemented a new Web Service and a MessageReceiver that builds a
SOAP response from scratch. It worked.
I think the problem was .NET not managing to deserialise the response from
the RawXMLINOutMessageReceiver; hence my implementing a new class that
extends AbstractInOutSyncMessageReceiver.

So if anybody asks, tell them "yes, Axis2 is interoperable with .NET"

Thanks for your help,

Gobe

On Thu, 4 May 2006 19:24:52 -0400 Anne Thomas Manes wrote:

>
>The envelope namespace should be
>"http://schemas.xmlsoap.org/soap/envelope/".
>If your Axis endpoint is generating a SOAP message with a namespace of "
> http://org.apache.axis2/xsd" then you've done something wrong in your code.
>
>Anne
>
>On 5/4/06, GOBE HOBONA <[EMAIL PROTECTED]> wrote:
>>
>>Hello,
>>
>>I am attempting to run the MyService example from a Microsoft.NET client.
>>I
>>get the following SoapException from .NET when running the echo operation.
>>
>>"Envelope namespace http://org.apache.axis2/xsd was unexpected. Expecting
>>http://schemas.xmlsoap.org/soap/envelope/ "
>>
>>Basically, has anybody successfully read-in SOAP objects from an Axis2 web
>>service to a .NET client?
>>
>>Any examples of compatibility tests or programs will be much appreciated.
>>
>>
>>





--
"May the SourcE be with u"            
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/                 http://www.bloglines.com/blog/Thilina              

Reply via email to