Thursday, July 9, 2009

Php consuming WCF Service

At last now I have Php client talking to WCF Service... Now this is something special, Technology should always be platform and language dependent.

I have a WCF Service consumed by ASP.net client RESTfully and the same service is talking to php client in a SOAP way.

Perhaps i am not an expert in wcf right now so am more thrilled ;) Just a stepping stone.

2 comments:

hhoang.nl said...

I am really curious how you did that ;)

Unknown said...

Its very simple, By exposing the service with SOAP Binding (basichttpbinding) its available for consumption for any client which understands SOAP wsdl.