cancel
Showing results for 
Search instead for 
Did you mean: 

PHP4 and WebServices

Former Member
0 Kudos

Hello,

does anyone have experience with PHP4 as a WebService-Client for a service running on XI/PI?

We tried to setup a sample script with nusoap but always get an exception in the mapping in XI.

With PHP5 and the integrated SoapClient it works. So it shouldn't be an issue of the XI or the WSDL but within PHP4 or the NuSOAP libraries.

Any help or hints are really apreciated.

Thanks + regards

Markus Armbruster

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

There was a bug in NuSOAP. Corrected it and now it works.

Former Member
0 Kudos

Hi Markus,

do chk the below links it will be helpfull

Former Member
0 Kudos

Hello,

thanks for the links.

But I neither have issues with installing PHP5 nor do I want to make an RFC with PHP.

I just want to use PHP4 as a WEB-SERVICE client. And as SOAP isn't part of PHP4 I need to use the NuSOAP libraries.

Furthermore as I said: It works with PHP5 and it doesn't with PHP4

Thanks + regards

Markus Armbruster

Former Member
0 Kudos

Any other proposals?

I can't believe that it's not possible to use PHP4 as a soap-client for an XI web-service.