1

Possible Duplicate:
Generating a WSDL using Python and SOAPpy

How to create a simple Wsdl file for using the soap server in python and then later use it for soap ui for testing web services. Just a simple example.

Community
  • 1
  • 1

1 Answers1

0

https://github.com/arskom/spyne have a look at that. Nice library, has good documentation and is able to generate wsdl for a soap-service

markus
  • 315
  • 7
  • 17