Hello Cedric,

I've played around a bit with SOAP and PHP now and i can suggest you the 
following SOAP implementation:

http://dietrich.ganx4.com/nusoap/index.php

This work is being developed further for PEAR but they have no stabe 
version yet:

http://pear.php.net/


With very few code lines (applies to PHP and Delphi) I was able to 
- create a tiny web service that responses with a greeting to a given name   
and that contains some functions that return the current average server 
load, memory usage etc.
- made a tiny application in delphi (had about 10 lines to write) that can 
call each of these functions and display them in a dialog box.

it worked from scratch! :-))
I'll have a more in-depth look when I have time but the current 
implementation seems quite good and is easy to use. (need a way to create 
the WSDL file however).

Cheers,
Udo

Posted by ELKNews 1.0.4-B
Empower your News Reader! http://www.atozedsoftware.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to