how to consume .NET webservice

Mike Driscoll kyosohma at gmail.com
Mon May 11 16:29:16 EDT 2009


On May 11, 3:09 pm, "bav" <baudewijn.verme... at skynet.be> wrote:
> question from a python newbie;
>
>   how can i consume in python language, a .NET web service, passing
>   a string array as parameter in some easy steps?
>
> best regards

You're being pretty vague here. Try using Google first...I got plenty
of hits with "python .net web service". This one sounds good:

http://www.beardygeek.com/2009/01/how-to-call-a-net-webservice-using-python/

It sounds like you consume it much like you do with other web
services...find the API and use Python to access it or create a parser
of some sort.

Mike



More information about the Python-list mailing list