vote up 1 vote down star

I have a project which relies heavily on PHP's SOAP extension. It's great, and works wonderfully.

However, I have to deploy a version of the software on a server that does NOT have the extension (it is PHP5 though). At this time, changing hosts is not an option; and it looks like installing the extension is also not an option.

Is there a pure PHP implementation of a SOAP client library that I can use in its place?

I do not expect a perfect drop-in replacement--I'm completely prepared to mod a bunch of the code--but something that I can work with.

flag

1 Answer

vote up 1 vote down check

NuSoap:

http://sourceforge.net/projects/nusoap/

link|flag
I had that up and running in minutes about three years ago, it's probably improved significantly since then – karim79 Jun 24 at 16:59
That worked fairly well. Thanks. – jason Jun 24 at 18:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.