views:

606

answers:

1

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)

+1  A: 

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

CMS