Web Services Task - Security Information Input
Hi,
In SSIS web service task - when you specify the Service and Method in the input tab for a WSDL file being used,
it seems to prompt for the parameters to be supplied only in the body of the WSDL file, and not the header.
when i run the task, i got wrong message "WSS4JInHandler:
Request does not contain required Security header"
I need to be able to provide security information (id, pwd etc...), but I cannot see where I can give this in the input tab of the web service task.
Any help highly appreciated.
Thanks
November 5th, 2010 5:38am
I beileve you are trying to call a Java webservice from SSIS.
The header of java webservice and .Net differs , u cannot directly achieve using webservice task ,
Use a script task to call that service ( u might need to get the help of a .net developer to do this.)Cheers , Varun
Free Windows Admin Tool Kit Click here and download it now
November 5th, 2010 6:57am