SOAPpy and .NET - Help

  • Thread starter Richard Kessler
  • Start date
R

Richard Kessler

I am trying to get a .NET service to return data to a SOAPpy client. So far,
total failure. I have tried everything I can think of as a relative newbie,
nevertheless, I would like to save myself time if someone out there with
more experience knows that I am barking up the wrong tree.

The error I get back from .NET is "failed to create object".

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

Any thoughts from those who may have already walked down this path would be
greatly appreciated.

Thanks,

Richard Kessler
(e-mail address removed)
(e-mail address removed)
 
S

Stefan Behnel

Richard said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,210
Messages
2,571,091
Members
47,691
Latest member
Jenny-jane

Latest Threads

Top