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?
PHP to Web Service
Moderator: General Moderators
- Sofw_Arch_Dev
- Forum Commoner
- Posts: 60
- Joined: Tue Mar 16, 2010 4:06 pm
- Location: San Francisco, California, US
Re: PHP to Web Service
How is the PHP code accessing the Web Service? With PHP's SoapClient() object?