Web services

L

loial

I am trying to learn about web services and how to interface with a
3rd party web service from python.

Can anyone point me at an idiots guide/tutorial for someone who is new
to web services?
 
C

Chris Rebert

I am trying to learn about web services and how to interface with a
3rd party web service from python.

Can anyone point me at an idiots guide/tutorial for someone who is new
to web services?

The XML-RPC client module in the std lib (xmlrpclib) includes an
example: http://docs.python.org/library/xmlrpclib.html#example-of-client-usage
And the XML-RPC server server in the stdlib also includes a full
client-server example:
http://docs.python.org/library/simplexmlrpcserver.html#simplexmlrpcserver-example

Cheers,
Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top