views:

408

answers:

3

how to write simple wsdl in python ?

+2  A: 

Introducing WSDL.

This is a nice article.

rahul
+1  A: 

Please look here as it's related.

Also - for writing WSDL clients I found that SUDS is very handy.

piotrsz
+5  A: 

Your question is so vague that this might be a valid answer:

>>> print "simple wsdl"
simple wsdl
mhawke
Good joke .....
rajaneesh
i want send two augments to authentication.wsdl eg: username and password . it should return if both match send 1 else 0 ..
rajaneesh
@rajaneesh: I'm glad that you realise that this answer is a joke! The content of your second comment would be more useful to all if it was in the actual question. Perhaps you can add this extra detail to the question?
mhawke