Sidebar
0 votes
50 views
by terrie-g-7436 (4.0k points)
I don't want to hard code the user and password for my webservice call because of security concerns.

1 Answer

0 votes

QIE makes this process very easy with the use of Node Tags.  Node tags allow you to get the user, password or even the facility ID into the web service call without having to explicitly place them in the mapping or destination node.  Here are some of the node tags that can be used in a web service call:

  • User - {ws-user: name of web service}
  • Password - {ws-pass: name of web service}
  • to add the message - {m:/} 
  • to get data out of message cache(like the facilityID) - {mc:message cache key}
by terrie-g-7436 (4.0k points)
...