Question

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)

Was it helpful?

Solution

You can use the PHP5 SOAP extensions, check this example.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top