Web Services - Required ID and Password

 2 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
TomD
Basic Member Send Private Message
Posts: 7
Basic Member
I am invoking a sensitive web services which requires a userID and password. i.e. the WSDL sets up to require the invoking client to submit a UserID and password. How would I provide that security information in the PFI Web Services Node. This node has the Input tab. But this tab is usually used for the Web Services key parameter. Is there something on the PFI Server config file which I can use to put in the UserID and Password for this particular Pflow xml?
Chris
New Member Send Private Message
Posts: 1
New Member
TomD,

Were you ever able to solve this issue. We are currently having the same issue/problem.
Josh W
New Member Send Private Message
Posts: 2
New Member
the WSDL you're trying to access should have the authentication requirements in the header...then when you load the WSDL in the web service node, service tab->definition url, it should say something like:

envelope
header
username
password
body
..

then just enter your authentication info in the variables