SOAPpy and .NET - Help

Stefan Behnel behnel_ml at dvs1.informatik.tu-darmstadt.de
Wed Nov 3 04:18:46 EST 2004


Richard Kessler schrieb:
> The .NET service works fine responding to a SOAP request going over HTTP
> using httplib, but will not accept a call from SOAPpy.

It is generally a good idea in these cases to check what passes the wire. 
Take an HTTP monitor (ethereal or whatever) and look at the messages that 
are transported from one end to the other in both cases. After all, SOAP 
was intended to be a readable protocol...

Stefan



More information about the Python-list mailing list