Hello, I want to create a simple web service. So far tried NuSoap but don't know how to modify its default xml envelope.. I could create REST for response but not sure about how to process the request, maybe with simplexml ? RAW DATA: Request: <XML> <ID>5</ID> </XML> Response: <XML> <NAME>Jones</NAME> </XML> <?php: select * from users where id = $ID ?> Please give any info for an easy implementation.. It will hosted on IIS6 PHP5. Thanks, Andras Kende Andras@xxxxxxxxx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php