Spreedly uses the xmldsig library to perform the signing.
To properly sign an xml request, enclose the entire xml request to be signed in xml_dsig
template tags.
Do not modify the <wsse:Security>
node. It must be formatted as given. This binary security token node will be generated on the server along with the timestamp.
Changes to the wsu:Id
attribute of any node will cause signature failures.