On May 11, 3:09 pm, "bav" <baudewijn.verme...@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 -- http://mail.python.org/mailman/listinfo/python-list