Reputation: 13909
Has anyone developed a PHP based Client for a WCF Service? I'm in the process of completing a WCF Service for my work. Only I don't expect the client to be running on the .Net Stack. I expect PHP (LAMP) will be the norm.
Are there some obvious pitfalls to avoid?
I'm not running with any security (BasicHTTPBinding)
Upvotes: 0
Views: 2472
Reputation: 827862
You can use the PHP5 SOAP extensions, check this example.
Upvotes: 1