Re: [BangPypers] writing Python Service Client according to WS standards

2008-07-10 Thread Praveen Kumar
XML-RPC is a simple, lightweight Web services technology that predates SOAP. In this installment of the Python Web services developer, Mike Olson and Uche Ogbuji examine the XML-RPC facilities in Python. XML-RPC is the granddaddy of XML Web services. It is a simple specification for remote procedur

[BangPypers] writing Python Service Client according to WS standards

2008-07-10 Thread Heshan Suriyaarachchi
Hi, I have been working with web services for some time now. I have used mainly java to do it. When writing a service client in python, does ZSI or SOAPpy support WS-Security, WS-Reliable Messaging, WS-Addressing. If so can anyone point me to a sample code or an article. -- Regards, Heshan Su