MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 1 as of 2014-04-11 17:43:48
  • Python
  • suds

suds

suds is a lightweight SOAP python client for consuming Web Services.

Installation

  • easy_install suds

Sample Test

   1 from suds.client import Client
   2 url = 'http://192.168.2.1/tlkserverdld/ws.asmx?wsdl'
   3 client = Client(url)
   4 print( client.service.Add(5,6) )
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01