I had a similar interoperability issue a long time ago. I was trying to interface with a SOAP server written in .NET using SOAPpy. The xml is properly received but it seems SOAPpy doesn't like the format causing my python SOAP client to die. (Since I don't much time to fix it I opted to use perl's SOAP::Lite which was quite messy but it worked).
<br><br>I believe the problem is in your .NET XML parser. What you can do is write a logic to dump the received XML and examine it. <br><br><div><span class="gmail_quote">On 7/17/07, <b class="gmail_sendername">Arye</b> &lt;
<a href="mailto:aryeh@bigfoot.com">aryeh@bigfoot.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello all,<br><br>
This seems more a .NET issue since the server runs fine<br>and returns a correct SOAP envelope but I am still asking<br>my question...<br><br>We have a basic Twisted SOAP server with an &quot;echo&quot; method
<br>that simply returns it&#39;s argument. (Typically a string).<br>A client written with SOAPpy communicates fine with this<br>server. However a C# client in .NET seems unable to <br>read the echoed string.<br><br>Any ideas someone might have would be greatly appreciated.
<br><span class="sg">Arye.<br>
</span><br>_______________________________________________<br>Twisted-Python mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a>
<br><br></blockquote></div><br>