app.config 1.9 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <system.serviceModel>
  4. <bindings>
  5. <customBinding>
  6. <binding name="ZPPFM010_BIND">
  7. <!-- WsdlImporter 在 ServiceDescription“urn:sap-com:document:sap:rfc:functions”中遇到了无法识别的策略断言: -->
  8. <!-- <wsdl:binding name='ZPPFM010_BIND'> -->
  9. <!-- <sapattahnd:Enabled xmlns:sapattahnd="http://www.sap.com/710/features/attachment/">..</sapattahnd:Enabled> -->
  10. <mtomMessageEncoding messageVersion="Soap11WSAddressing10" />
  11. <httpsTransport authenticationScheme="Basic" />
  12. </binding>
  13. <binding name="ZPPFM010_BIND_soap12">
  14. <!-- WsdlImporter 在 ServiceDescription“urn:sap-com:document:sap:rfc:functions”中遇到了无法识别的策略断言: -->
  15. <!-- <wsdl:binding name='ZPPFM010_BIND_soap12'> -->
  16. <!-- <sapattahnd:Enabled xmlns:sapattahnd="http://www.sap.com/710/features/attachment/">..</sapattahnd:Enabled> -->
  17. <mtomMessageEncoding />
  18. <httpsTransport authenticationScheme="Basic" />
  19. </binding>
  20. </customBinding>
  21. </bindings>
  22. <client>
  23. <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm010/240/zppfm010/zppfm010_bind"
  24. binding="customBinding" bindingConfiguration="ZPPFM010_BIND"
  25. contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND" />
  26. <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm010/240/zppfm010/zppfm010_bind"
  27. binding="customBinding" bindingConfiguration="ZPPFM010_BIND_soap12"
  28. contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND_soap12" />
  29. </client>
  30. </system.serviceModel>
  31. </configuration>