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.

36 lines
1.7 KiB

9 months ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <startup>
  4. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
  5. </startup>
  6. <system.serviceModel>
  7. <bindings>
  8. <basicHttpBinding>
  9. <binding name="BasicHttpBinding_ISendAPI"/>
  10. </basicHttpBinding>
  11. </bindings>
  12. <client>
  13. <endpoint address="http://demo.api.gccremit.com/SendAPI.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ISendAPI" contract="GCCReference.ISendAPI" name="BasicHttpBinding_ISendAPI"/>
  14. </client>
  15. </system.serviceModel>
  16. <runtime>
  17. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  18. <dependentAssembly>
  19. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
  20. <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
  21. </dependentAssembly>
  22. <dependentAssembly>
  23. <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
  24. <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0"/>
  25. </dependentAssembly>
  26. <dependentAssembly>
  27. <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
  28. <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0"/>
  29. </dependentAssembly>
  30. <dependentAssembly>
  31. <assemblyIdentity name="Unity.Abstractions" publicKeyToken="6d32ff45e0ccc69f" culture="neutral"/>
  32. <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0"/>
  33. </dependentAssembly>
  34. </assemblyBinding>
  35. </runtime>
  36. </configuration>