Vnuk
Vnuk

Reputation: 2703

Talk to web service without SoapClient in php?

I'm severely annoyed with many shared hosting providers not enabling SoapClient support on their hosting environments. Usualy, after a lot of begging and growling they enable it for me, but sometimes they just won't budge.

So, is it possible to consume web service on php without using SoapClient class?

Upvotes: 3

Views: 1687

Answers (1)

Wrikken
Wrikken

Reputation: 70460

Either use NuSOAP as a drop-in, or build custom XML. There may be other packages, afaik NuSOAP is the most well known.

Upvotes: 3

Related Questions