calling .Net Webservice using SOAPpy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Achim Domma (SyynX Solutions GmbH)

    #1

    calling .Net Webservice using SOAPpy

    Hi,

    I'm using SOAPpy to call a .Net Webservice. Using
    WSDL.Proxy(serv ice_url) works fine but has to get the WSDL each time
    from the server.

    If I try SOAPpy.SOAPProx y(service_url) the call fails with low level
    SOAP errors.

    Was somebody able to call a .Net service without using WSDL.Proxy and
    could provide me with an example?

    regards,
    Achim

    PS.: I could post error message, but I don't think that they are very
    helpfull.
Working...