I have a project which relies heavily on PHP's SOAP extension. It's great, and works wonderfully.
我有一个很大程度上依赖于PHP的SOAP扩展的项目。这很棒,而且效果非常好。
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.
但是,我必须在没有扩展名的服务器上部署该软件的版本(虽然它是PHP5)。目前,更改主机不是一种选择;看起来安装扩展也不是一个选择。
Is there a pure PHP implementation of a SOAP client library that I can use in its place?
是否有我可以在其中使用的SOAP客户端库的纯PHP实现?
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.
我不希望有一个完美的替代品 - 我完全准备好修改一堆代码 - 但是我可以使用它。