| 12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <system.serviceModel>
- <bindings>
- <customBinding>
- <binding name="ZPPFM010_BIND">
- <!-- WsdlImporter 在 ServiceDescription“urn:sap-com:document:sap:rfc:functions”中遇到了无法识别的策略断言: -->
- <!-- <wsdl:binding name='ZPPFM010_BIND'> -->
- <!-- <sapattahnd:Enabled xmlns:sapattahnd="http://www.sap.com/710/features/attachment/">..</sapattahnd:Enabled> -->
- <mtomMessageEncoding messageVersion="Soap11WSAddressing10" />
- <httpsTransport authenticationScheme="Basic" />
- </binding>
- <binding name="ZPPFM010_BIND_soap12">
- <!-- WsdlImporter 在 ServiceDescription“urn:sap-com:document:sap:rfc:functions”中遇到了无法识别的策略断言: -->
- <!-- <wsdl:binding name='ZPPFM010_BIND_soap12'> -->
- <!-- <sapattahnd:Enabled xmlns:sapattahnd="http://www.sap.com/710/features/attachment/">..</sapattahnd:Enabled> -->
- <mtomMessageEncoding />
- <httpsTransport authenticationScheme="Basic" />
- </binding>
- </customBinding>
- </bindings>
- <client>
- <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm010/240/zppfm010/zppfm010_bind"
- binding="customBinding" bindingConfiguration="ZPPFM010_BIND"
- contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND" />
- <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm010/240/zppfm010/zppfm010_bind"
- binding="customBinding" bindingConfiguration="ZPPFM010_BIND_soap12"
- contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND_soap12" />
- </client>
- </system.serviceModel>
- </configuration>
|