Jay Blanchard wrote:
It has come to a point where a vendor is requiring that we use SOAP to
access a service that they provide, so I need some recommendations...

a. Do I build my own request/receipt functions.
2. Do I use something like nusoap or Pears' SOAP classes?

Would those of you who are experienced with PHP and SOAP give me your
opinions? TVMIA!

PHP5 has excellent SOAP capabilities with the built-in SOAP extention. So, if you are using PHP5, you have no worries. Hop over to www.php.net/soap and start browsing the function list.


If you are not using PHP5, then either NuSOAP or the PEAR libs will work.

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



Reply via email to