You have to setup a Property Transfer step and source it from your DAtasource properties.
So I have:
- Datasource (select field1, field2 from table)
- Property transfer (with 2 transfers, one for field1, field 2 for source, targets point to Test Request. Request Property and have declare namespace ns="http://www.myxmlnamespace.com";//ns:field1/text() where field1 is the name of the parameter on the SOAP request)
- Test Request
- Datasource Loop (with Datasource as the DataSource Step and Property Transfer as the Target Step)
That is working for me...I hope this is clear. I can't believe there isn't better documentation out there on this. I may have to write a little blog post on it..
Ruprict