Re: SOAP library advice request



Jesus Angel wrote:

Could you please give me an advice about a PHP SOAP library?

I use PHP 4.3.0 and I have found this SOAP libraries:

NuSOAP 0.7.1 (SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1)
PEAR::SOAP 0.9.4 beta
PHP-SOAP 0.1.1 alpha <-- discarded

Personally, I thought NuSOAP was quite good.

I think NuSOAP is the more mature library, but it is older than the
other ones. The last stable NuSOAP library versión was released
on 2005-07-27.

Actually, there was another minor release (0.7.2) on August 4, 2005.
But I don't think it matters much; the current version of SOAP (1.2)
was released by W3C on June 24, 2003. No changes to the protocol have
been made since.

Cheers,
NC

.