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.

23 lines
904 B

1 year ago
1 year ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <runtime>
  4. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  5. <dependentAssembly>
  6. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  7. <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
  8. </dependentAssembly>
  9. </assemblyBinding>
  10. </runtime>
  11. <system.serviceModel>
  12. <bindings>
  13. <basicHttpBinding>
  14. <binding name="PostcodeAnywhere_Soap" />
  15. </basicHttpBinding>
  16. </bindings>
  17. <client>
  18. <endpoint address="http://services.postcodeanywhere.co.uk/Capture/Interactive/Find/v1.10/soapnew.ws"
  19. binding="basicHttpBinding" bindingConfiguration="PostcodeAnywhere_Soap"
  20. contract="api.addressy.PostcodeAnywhere_Soap" name="PostcodeAnywhere_Soap" />
  21. </client>
  22. </system.serviceModel>
  23. </configuration>