I'm looking to write a PHP SOAP client to access my Java web services.
Looks like I can use PHP 4 + NuSOAP or
PHP5 seems to have SOAP support built-in.
Any recommendations here?
Thanx,
Bruce
> I'm looking to write a PHP SOAP client to access my Java web services.
> Looks like I can use PHP 4 + NuSOAP or
[quoted text clipped - 3 lines]
> Thanx,
> Bruce
I would try version 5. I have not been able to get the java interface to
work in PHP 5 but then I am using version 5.2.0dev version. Have you
looked at the PEAR Soap modules?
pear/SOAP - 'SOAP Client/Server for PHP'
pear/SOAP_Interop - 'SOAP Interop Test Application'
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
IchBin - 15 Aug 2006 18:36 GMT
>> I'm looking to write a PHP SOAP client to access my Java web services.
>> Looks like I can use PHP 4 + NuSOAP or
[quoted text clipped - 10 lines]
> pear/SOAP - 'SOAP Client/Server for PHP'
> pear/SOAP_Interop - 'SOAP Interop Test Application'
Two nice links:
Create a WebService with PEAR::SOAP
http://www.sephiroth.it/tutorials/flashPHP/WebServicePEAR
The PEAR::SOAP Implementation
http://www.evolt.org/article/The_PEAR_SOAP_Implementation/21/49993
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)