-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
19 lines (15 loc) · 799 Bytes
/
ReadMe.txt
File metadata and controls
19 lines (15 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This project extends the excellent clearusernamebinding project developed by Yaron Navehs
http://webservices20.blogspot.ca/2008/11/introducing-wcf-clearusernamebinding.html
After manually having to adjust the code in different projects connecting to web services implemented in Java, I decided to
add some minor changes (which some are suggested in Yaron's blog as well) to support:
- enable unsecure responses (configurable)
- include timestamp (configurable)
- set the XmlDictionaryReaderQuotas to the maximum in the code.
The bindings can be configured:
<bindings>
<clearUsernameBinding>
<binding name=clearUsernameBinding"
messageVersion="Soap11" enableUnsecuredResponse="true" includeTimeStamp="true">
</binding>
</clearUsernameBinding>
</bindings>