PHP to Web Service

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Sosume
Forum Newbie
Posts: 1
Joined: Tue Dec 28, 2010 12:29 pm

PHP to Web Service

Post 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?
User avatar
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

Post by Sofw_Arch_Dev »

How is the PHP code accessing the Web Service? With PHP's SoapClient() object?
Post Reply