WSSE authentification

You must Login before you can answer or comment on any questions.

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.

— answered 9 months ago by Anthony Decena
answer permalink
5 Comments
  • thank you for response. is there an api to generate nonce for exampe ? thank you.

    — commented 9 months ago by Djamel ZAHAL

  • Not internally. You could use a library that makes calls to some service, but why do that when you can create the nonce on device by writing the code yourself?

    — commented 9 months ago by Anthony Decena

  • because it is the first time i do it :s

    if you can help me, it is fine..

    i have another question, how to send wsse header with the request ?

    thank you.

    — commented 9 months ago by Djamel ZAHAL

  • Show 2 more comments

Your Answer

Think you can help? Login to answer this question!