SOAPpy and .NET - Help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Richard Kessler

    #1

    SOAPpy and .NET - Help

    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
    richard@logixla b.com
    richard.kessler @matteicos.com




  • Stefan Behnel

    #2
    Re: SOAPpy and .NET - Help

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

    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

    Comment

    Working...