SOAP Tool not assigning value to workflow variable??
Hi Anders.
Hope you can help.
I have used the SOAP Tool sample app (using the airport service), and added a tool event (LogData), after the "Show Data" activity as per screenshot below:
I have added a workflow variable "RunwayLengthFeet"
I have mapped this workflow variable ("RunwayLengthFeet") to the XML object name "GetAirportInformationByCountryResult.NewDataSet.Table.RunwayLengthFeet" in the SOAP Tool as per the screenshot below:
In the "LogData" tool event, i used the Database Update Tool mapped to (LogData), to log the value of my workflow variable ("RunwayLengthFeet"), that i have created in the process. below is my SQL INSERT Query:
INSERT INTO [dbo].[LogWFParameter]
(
ParameterName,
[TimeStamp]
)
VALUES
(
'#variable.RunwayLengthFeet#',
GetDate()
)
However, this workflow variable ("RunwayLengthFeet"), is never populated, as the value in the database reflects empty string as per SQL table results below:
Could you kindly please advise?
Thanks for your help, i really appreciate it.
Ernest.




