app.config 596 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <system.serviceModel>
  4. <bindings>
  5. <basicHttpBinding>
  6. <binding name="ProcessServiceSoap" />
  7. </basicHttpBinding>
  8. </bindings>
  9. <client>
  10. <endpoint address="http://bpmtest.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx"
  11. binding="basicHttpBinding" bindingConfiguration="ProcessServiceSoap"
  12. contract="BPMWebService.ProcessServiceSoap" name="ProcessServiceSoap" />
  13. </client>
  14. </system.serviceModel>
  15. </configuration>