Вопрос

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