I have a WCF service used by a .net application. Due to some library issues I have to change .net application in to PHP language. Rather
than creating a new web service, there is a simple way of accessing WCF using PHP.
But there are few concerns. You cannot use WSHttpBinding with PHP. I have to
change my bindings in to basicHttpBinding because PHP soap protocols are notsupporting wshttpbindings.
No comments:
Post a Comment