You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.6 KiB
32 lines
1.6 KiB
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<customBinding>
|
|
<binding name="binding">
|
|
<textMessageEncoding messageVersion="Soap11" />
|
|
<httpTransport />
|
|
</binding>
|
|
<binding name="binding1">
|
|
<textMessageEncoding messageVersion="Soap11" />
|
|
<httpTransport />
|
|
</binding>
|
|
<binding name="binding2">
|
|
<textMessageEncoding messageVersion="Soap11" />
|
|
<httpTransport />
|
|
</binding>
|
|
</customBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="http://ERPQA1.neway.com.cn:8000/sap/bc/srt/rfc/sap/zwms_sk_kb_wxqkczl/900/zwms_sk_kb_wxqkczl/binding"
|
|
binding="customBinding" bindingConfiguration="binding" contract="GetItemAge.ZWMS_SK_KB_WXQKCZL"
|
|
name="binding" />
|
|
<endpoint address="http://ERPQA1.neway.com.cn:8000/sap/bc/srt/rfc/sap/zwms_ws_hgpjd/900/zwms_ws_hgpjd/binding"
|
|
binding="customBinding" bindingConfiguration="binding1" contract="GetStoreStatus.ZWMS_WS_HGPJD"
|
|
name="binding1" />
|
|
<endpoint address="http://ERPQA1.neway.com.cn:8000/sap/bc/srt/rfc/sap/zwms_sk_kcwlzzts/900/zwms_sk_kcwlzzts/binding"
|
|
binding="customBinding" bindingConfiguration="binding2" contract="GetItemZzDays.ZWMS_SK_KCWLZZTS"
|
|
name="binding2" />
|
|
</client>
|
|
</system.serviceModel>
|
|
</configuration>
|