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.
18 lines
815 B
18 lines
815 B
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup><system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="ASPWebSoap"/>
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
<!--<client>
|
|
<endpoint address="http://192.168.1.55/WZSAP/ASPWeb.asmx" binding="basicHttpBinding"
|
|
bindingConfiguration="ASPWebSoap" contract="ServiceReference1.ASPWebSoap"
|
|
name="ASPWebSoap" />
|
|
</client>-->
|
|
<client>
|
|
<endpoint address="http://192.168.1.55/WZSAP/ASPWeb.asmx" binding="basicHttpBinding" bindingConfiguration="ASPWebSoap" contract="SAP.ASPWebSoap" name="ASPWebSoap"/>
|
|
</client>
|
|
</system.serviceModel>
|
|
</configuration>
|