need SOAPpy help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sells, Fred

    #1

    need SOAPpy help

    I've just been asked to do a soap client for some vendor software. I'm able
    to load the WSDL and discover the methods, but when I go to call a method it
    doesn't see it. I should be passing in a string that is named "testValue"

    I've been working from the soap demoes with soappy 0.12.0. I've found so
    much via google that I don't know where to start or what matches this
    version of soappy and what is based on older releases.

    I would appreciate some links or code snippets that illustrate using soap
    0.12.0.

    I apologize for not including my code, but I'm on a different computer
    tonight.

    ---------------------------------------------------------------------------
    The information contained in this message may be privileged and / or
    confidential and protected from disclosure. If the reader of this message is
    not the intended recipient, you are hereby notified that any dissemination,
    distribution or copying of this communication is strictly prohibited. If you
    have received this communication in error, please notify the sender
    immediately by replying to this message and deleting the material from any
    computer.
    ---------------------------------------------------------------------------
  • Ravi Teja

    #2
    Re: need SOAPpy help

    Did you read
    http://diveintopython.org/soap_web_services/index.html ?
    and specifically
    http://diveintopython.org/soap_web_s...ospection.html ?

    These docs are slightly dated but I doubt much has changed. If there is
    a problem, you can always try the older version from the site.

    Comment

    Working...