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.
35 lines
1.6 KiB
35 lines
1.6 KiB
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="JsonServiceSoap" />
|
|
</basicHttpBinding>
|
|
<customBinding>
|
|
<binding name="JsonServiceSoap12">
|
|
<textMessageEncoding messageVersion="Soap12" />
|
|
<httpTransport />
|
|
</binding>
|
|
</customBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="http://10.60.101.101:882/JsonService.asmx" binding="basicHttpBinding"
|
|
bindingConfiguration="JsonServiceSoap" contract="WmsServiceReference1.JsonServiceSoap"
|
|
name="JsonServiceSoap" />
|
|
<endpoint address="http://10.60.101.101:882/JsonService.asmx" binding="customBinding"
|
|
bindingConfiguration="JsonServiceSoap12" contract="WmsServiceReference1.JsonServiceSoap"
|
|
name="JsonServiceSoap12" />
|
|
|
|
|
|
<!--<endpoint address="http://10.60.101.2:88/JsonService.asmx" binding="basicHttpBinding"
|
|
bindingConfiguration="JsonServiceSoap" contract="WmsServiceReference1.JsonServiceSoap"
|
|
name="JsonServiceSoap" />
|
|
<endpoint address="http://10.60.101.2:88/JsonService.asmx" binding="customBinding"
|
|
bindingConfiguration="JsonServiceSoap12" contract="WmsServiceReference1.JsonServiceSoap"
|
|
name="JsonServiceSoap12" />-->
|
|
</client>
|
|
</system.serviceModel>
|
|
<system.web>
|
|
<customErrors mode="RemoteOnly"/>
|
|
</system.web>
|
|
</configuration>
|