SOAPClientPHPWSHttpBinding
1.0.0
Connect PHP code with WCF Service with Binding Wshttpbinding using Soapclient
It must be mounted on a PHP 7 Apache engine as much as possible
Create a WCF project in Visual Studio called Middleware for .NET Standard and copy and replace the folder files
What is needed for the soap method call to work is to have the following tags:
<wsHttpBinding> <binding name="wsSecureBinding"> <security mode="TransportWithMessageCredential" > <message clientCredentialType="UserName" establishSecurityContext="false" /> </security> </binding> </wsHttpBinding>
To test the service with Soapui follow the following steps: