bav schrieb:
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?

Try accessing the .NET-service using a .NET client, and capture the traffic (it speaks volumes that the apache axis project offers a HTTP-proxy for exactly that purposes, tcpmon). Then use an XML-templating language such as genshi & create the messages yourself.

Sounds awkward and complicated? It is. As I said in another post: the "S" stands for simple...

Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to