hi,
Does WSSE work on titanium ?
thank you for response.
1 Answer
Not entirely out of the box. But since it is on XML and SOAP, there is no reason that you can't implement it yourself. Base64 and SHA1 are both available via Titanium. So you'd just need to think about how to implement the ISO8601 format and secure nonce creation, which could be done by building your own module I'm sure.
Your Answer
Think you can help? Login to answer this question!