Search String VBC
This is our scenario:
We have a VBC with 7 fields: field1, field2, field3, field4, field5, field6, field7.
Fields 1, 2 and 3 are used in the query form's VBC and are passed as input argument to the workflow responsible for invoking the outbound web service.
Fields 4, 5, 6 and 7 will be populated by the workflow's output properties.
After some investigation, we've noted that the search-string input argument is passed to the workflow as:
[field1] = "06/17/2011 18:32:23" AND [field2] = 2 AND [field3] LIKE "modality*"