24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<system.serviceModel>
|
||
|
<bindings>
|
||
|
<basicHttpBinding>
|
||
|
<binding name="CADIServiceSoap11Binding" />
|
||
|
</basicHttpBinding>
|
||
|
<customBinding>
|
||
|
<binding name="CADIServiceSoap12Binding">
|
||
|
<textMessageEncoding messageVersion="Soap12" />
|
||
|
<httpTransport />
|
||
|
</binding>
|
||
|
</customBinding>
|
||
|
</bindings>
|
||
|
<client>
|
||
|
<endpoint address="http://192.168.1.205:38080/axis2/services/CADIService.CADIServiceHttpSoap11Endpoint/"
|
||
|
binding="basicHttpBinding" bindingConfiguration="CADIServiceSoap11Binding"
|
||
|
contract="CADIService.CADIServicePortType" name="CADIServiceHttpSoap11Endpoint" />
|
||
|
<endpoint address="http://192.168.1.205:38080/axis2/services/CADIService.CADIServiceHttpSoap12Endpoint/"
|
||
|
binding="customBinding" bindingConfiguration="CADIServiceSoap12Binding"
|
||
|
contract="CADIService.CADIServicePortType" name="CADIServiceHttpSoap12Endpoint" />
|
||
|
</client>
|
||
|
</system.serviceModel>
|
||
|
</configuration>
|