Simple XML over http web service

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-05-13T10:27:58Z Indexed on 2010/05/13 10:54 UTC
Read the original article Hit count: 287

Filed under:
|
|
|
|

I have a simple html service, developed in django. You enter your name - it posts this, and returns a value (male/female).

I need to ofer this as a web service. I have no idea where to start.

I want to accept a xml request, and provide an xml response - thats it.

Can anyone give ma any pointers - Googling it is difficult when you dont know what your searching for.

© Stack Overflow or respective owner

Related posts about django

Related posts about web-services