savonrb / akami

Building Web Service Security
MIT License
36 stars 61 forks source link

add base64 encoding type to nonce element #10

Closed davebyrne closed 10 years ago

davebyrne commented 10 years ago

Add Base64 encoding type uri to WSSE Nonce elements. Many SOAP implementations require the nonce encoding to be explicitly identified even if it defaults to base64.

tjarratt commented 10 years ago

Awesome, thanks for the PR @davebyrne!