soap library question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
decker27
Forum Newbie
Posts: 3
Joined: Fri Oct 06, 2006 3:19 am

soap library question

Post 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.
Post Reply