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:
I am really curious how you did that ;)
Its very simple, By exposing the service with SOAP Binding (basichttpbinding) its available for consumption for any client which understands SOAP wsdl.
Post a Comment