Avatar

Level 10

Create an input variable in your web service process.

You can use this variable in your SQL activity to get the results.

The WSDL will populate this variable as input paramter of the web service operation.

From your form's dataconnection, you can pass the FormId to Web Service through this input parameter.

Hope that helps,

Nith