Koozali.org: home of the SME Server

Php Soap

Offline rlaperu2

  • *
  • 17
  • +0/-0
Php Soap
« on: November 08, 2007, 04:50:39 AM »
I have Sme Server 7.2
I can use SOAP functions in PHP ? . I set something extra?. As I make sure they will operate functions SOAP ?????

Offline warren

  • *
  • 293
  • +0/-0
Re: Php Soap
« Reply #1 on: November 08, 2007, 08:07:23 AM »
Check out :

http://www.scottnichol.com/nusoapintro.htm

Quote
NuSOAP is a group of PHP classes that allow developers to create and consume SOAP web services. It does not require any special PHP extensions. The current release version (0.6.7) of NuSOAP at the time this was written (03-November-2004), supports much of the SOAP 1.1 specification. It can generate WSDL 1.1 and also consume it for use in serialization. Both rpc/encoded and document/literal services are supported. However, it must be noted that NuSOAP does not provide coverage of the SOAP 1.1 and WSDL 1.1 that is as complete as some other implementations, such as .NET and Apache Axis