Question

I have a backend api which uses WSSE authentication.

I can test my api with chrome extension ( Advanced Rest Client ) and this tool for generating wsse header , but my real client is a sencha touch app.

My Question : Is there a built in library in Sencha Touch or Ext.js that allow me to generate the wsse header or I should do it manually ?

Était-ce utile?

La solution

hmmm it seems that there is not such a tool. I did it manually inspiring from this website

http://www.teria.com/~koseki/tools/wssegen/

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top