Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
karandama2006
Creator
Creator

Sign soap requests WS-Security

I want to call a SOAP request and put its response in tlogrow

I have worked with SOAP requests in Talend before , but this time I want to do Message signing

I have received server certificate and JKS file , I need to use them to sign the soap request and then receive response.

I was able to do this with SOAPUI tool , I defined a signature in Outgoing WS-security configuration and it worked.

I am not sure how to do this in Talend, I tried with the tsoap component , could not find any WSS related configurations.

I get error when I use tsetkeystore with the jks file provided to me.

Any suggestions please ?

Labels (5)
1 Reply
karandama2006
Creator
Creator
Author

Any Hints ?

Message signing is possible in Talend ?