Sending XML to a WEB Service and Getting Response Back

Ian Kelly ian.g.kelly at gmail.com
Mon Dec 20 18:15:34 EST 2010


On Mon, Dec 20, 2010 at 11:58 AM, Anurag Chourasia
<anurag.chourasia at gmail.com> wrote:
> Dear Python Mates,
> I have a requirement to send a XML Data to a WEB Service whose URL is of the
> form http://joule:8041/DteEnLinea/ws/EnvioGuia.jws
> I also have to read back the response returned as a result of sending this
> data to this WebService.
> This web service implements the following operations:
>    sendNCR
>
> This web service has no callbacks.
> I have pasted the complete WSDL for this WEB Service below my email.
> I would appreciate if someone could guide me with sample code using a Python
> Library suitable to fulfill this requirement of mine.

The ZSI or SOAPpy library should do what you need.



More information about the Python-list mailing list