41 lines
2.2 KiB
XML
41 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="RequestIdServiceSoapBinding">
|
|
<security mode="Transport" />
|
|
</binding>
|
|
<binding name="RequestIdServiceSoapBinding1" />
|
|
<binding name="AtaNotificationSoapBinding">
|
|
<security mode="Transport" />
|
|
</binding>
|
|
<binding name="AtaNotificationSoapBinding1" />
|
|
<binding name="SecurityNotificationSoapBinding">
|
|
<security mode="Transport" />
|
|
</binding>
|
|
<binding name="SecurityNotificationSoapBinding1" />
|
|
<binding name="WasteNotificationSoapBinding">
|
|
<security mode="Transport" />
|
|
</binding>
|
|
<binding name="WasteNotificationSoapBinding1" />
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="https://api.national-single-window.de/requestId"
|
|
binding="basicHttpBinding" bindingConfiguration="RequestIdServiceSoapBinding"
|
|
contract="NSWServiceReference.RequestIdService" name="RequestIdServicePort" />
|
|
<endpoint address="https://api.national-single-window.de/ata"
|
|
binding="basicHttpBinding" bindingConfiguration="AtaNotificationSoapBinding"
|
|
contract="ataServiceReference.AtaNotificationService" name="AtaNotificationServicePort" />
|
|
<endpoint address="https://api.national-single-window.de/security"
|
|
binding="basicHttpBinding" bindingConfiguration="SecurityNotificationSoapBinding"
|
|
contract="securityNotificationServiceReference.SecurityNotificationService"
|
|
name="SecurityNotificationServicePort" />
|
|
<endpoint address="https://api.national-single-window.de/waste"
|
|
binding="basicHttpBinding" bindingConfiguration="WasteNotificationSoapBinding"
|
|
contract="wasteNotificationServiceReference.WasteNotificationService"
|
|
name="WasteNotificationServicePort" />
|
|
</client>
|
|
</system.serviceModel>
|
|
</configuration> |