- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <system.serviceModel>
- <bindings>
- <basicHttpBinding>
- <binding name="ProcessServiceSoap" />
- </basicHttpBinding>
- </bindings>
- <client>
- <endpoint address="http://bpmtest.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx"
- binding="basicHttpBinding" bindingConfiguration="ProcessServiceSoap"
- contract="BPMWebService.ProcessServiceSoap" name="ProcessServiceSoap" />
- </client>
- </system.serviceModel>
- </configuration>
|