質問

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 ?

役に立ちましたか?

解決

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/

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top