Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

web service task

Status
Not open for further replies.

bhu9

Programmer
Joined
Oct 3, 2007
Messages
3
Location
US
i created an execute sql task and taking the particular column i need and storing it to a package variable(user::people) with datatype as object

Then i have a for each loop container in collection i select the above variable i selected and in variable mappings i created another variable (user::lastname) and index as 0 since i need the first column

Now when i put webservice task and use user::lastname as the input variable it throws an error saying there is no lastname and it shows user::lastname

Please let me know how to pass the user::lastname to the webservice task
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top