Hello,I am creating a process in workbench which will take a logged in
users id, call a web service to get account information, and then
prefill and render a form based on the resultant data. The webservice is
an external SOAP webservice, and I am unsure of how to specify a
variable as an input to the SOAP request in the process design or how to
map the data returned in the soap message into an XML document to use
for prefilling the form.I saw this link, but am still looking for more
insight: ht...