Page 1 of 1

soap library question

Posted: Thu Oct 12, 2006 4:41 pm
by decker27
I wish use a soap client to post xml data to a soap server that requires 2 different variables so it can filter a database and pass back the results.
I have looked at soap library's such as nusoap but do not wish to have the 12 different files that are NuSoap, rather just one file that is the soap client that also contains a striped down (nusoap) soap library.

Therefore my question is twofold.
a) based on the statistics on this page http://www.nexen.net/chiffres_cles/phpv ... r_2006.php the majority of sites use a version of php4 so I can't use the integrated SOAP support in php5 and must use a soap library - Is this correct?
b) Can my statement at the top of this post be done?

Any answers to these questions would help me alot.