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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calling a WebService in HTTPS SSL ==> fail

Hi,
i'm trying to build a job which will call a WebService using HTTPS and SSL.
The certificate must be on 2048 bits.
Actually, i am using a tWebServiceInput (tSoap) in order to call my WebService.
Here a screenshot of the componant :
(Pls see bellow)
The "InitialisationCreation" componant is preparing the call, like putting in context some requiered values.
When i try to lauch it, i get this stacktrace :


To see the whole post, download it here
Labels (5)
2 Replies
Anonymous
Not applicable
Author

Hi
This is a very complicated issue.
Where do you deploy this web service?
Are you sure the certification you use here is the same with that on web service server?
Besiedes, in tSAOP, there isn't any code about keystoreType.
Please report it on BugTracker.
Regards,
Pedro
Anonymous
Not applicable
Author

Hi Pedro,
Thank you for your answer.
Are you sure the certification you use here is the same with that on web service server?

==> Yes
I've report the issue on the BugTracker :
http://jira.talendforge.org/browse/TDI-21751
Regards