Page 1 of 1

PHP to Web Service

Posted: Tue Dec 28, 2010 12:45 pm
by Sosume
I have a web service written in VB.Net.
Most of the exposed functions take an XML document as a parameter.
I have a customer using PHP that has been unable to figure out how to pass in the XML document to my web service.
What i get is NULL (or Nothing) for the parameter.
I have also installed PHP on my development box to try and help him but, i am getting the same result.
The API works correctly when called from a web site that is not using PHP.

This is very, very important to our company to get this resolved before year end.
Can someone please help?

Re: PHP to Web Service

Posted: Thu Dec 30, 2010 4:44 pm
by Sofw_Arch_Dev
How is the PHP code accessing the Web Service? With PHP's SoapClient() object?