need a start point for wsdl

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nephish@xit.net

    #1

    need a start point for wsdl

    hello there, i have recently been tasked with grabbing info to pipe
    into our database from an information server. The server guys told me i
    need to grab their wsdl file. Untill earlier this afternoon, i had no
    idea what wsdl is. From what i gather, it is much like SOAP.
    So anyway, any pythoneers out there make use of this? Know of some good
    documentation or even a book ? i would appreciate very much a good
    start point to begin learning how to pull this off.
    thanks

  • Ravi Teja

    #2
    Re: need a start point for wsdl

    Everything you need.
    Learn how to interact with web pages and APIs using the Requests module in Python. Send HTTP requests, handle responses, and customize requests with headers, cookies, and proxies.


    Comment

    • Ravi Teja

      #3
      Re: need a start point for wsdl

      Everything you need.
      Learn how to interact with web pages and APIs using the Requests module in Python. Send HTTP requests, handle responses, and customize requests with headers, cookies, and proxies.


      Comment

      • nephish@xit.net

        #4
        Re: need a start point for wsdl

        cool, thank you very much

        Comment

        Working...