vote up -1 vote down star

how to write simple wsdl in python ?

flag

25% accept rate
Please specify the reason for down vote. – adamantium Aug 5 at 5:58
link to SOAP in python : ibm.com/developerworks/webservices/… – haim evgi Aug 5 at 5:59
@rajaneesh. Please provide some more info. This one seems like a homework question. – adamantium Aug 5 at 5:59

3 Answers

vote up 2 vote down

Introducing WSDL.

This is a nice article.

link|flag
vote up 1 vote down

Please look here as it's related.

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

link|flag
vote up 5 vote down

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

>>> print "simple wsdl"
simple wsdl
link|flag
Good joke ..... – rajaneesh Aug 5 at 6:36
i want send two augments to authentication.wsdl eg: username and password . it should return if both match send 1 else 0 .. – rajaneesh Aug 5 at 6:38
1  
@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 Aug 5 at 6:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.