Advertisement
Guest User

Untitled

a guest
Apr 5th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <configuration>
  2. <system.serviceModel>
  3. <bindings>
  4. <basicHttpBinding>
  5. <binding name="BasicHttpBinding_IService1" maxBufferSize="2147483647"
  6. maxReceivedMessageSize="2147483647">
  7. <security mode="None" />
  8. </binding>
  9. </basicHttpBinding>
  10. </bindings>
  11. <client>
  12. <endpoint address="http://deploytest.wp7dev.co.uk/rmservice/Service1.svc"
  13. binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IService1"
  14. contract="rService.IService1" name="BasicHttpBinding_IService1" />
  15. </client>
  16. </system.serviceModel>
  17. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement