newbie web services

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux