Page 1 of 1

how to send muliple values for single column to webservices

Posted: Mon May 09, 2011 6:26 am
by raghavrhyd
Dear All,
My requirement is to send parameters like
Messageid(occurs once),FromAppid(occursonce),Publisheventtype(occursonce),Alarmservicetype(can be 1 or Morethan 1),Alarmid(can be 1 or morethan 1),Alarmseverity(can be 1 or morethan 1),updatetype(occursonce),attributetype(occursonce),Initialize(occursonce),initializetimestamp(occursonce).

valid values for the above are
'11','ABC','test.com',1091 or 1092 or 1093,01 or 02 or 03,0 or 4 or 5,'severity','test1','Y','01-01-2010 10:00:00'

My webservice has to take these values as input and has to send me the acknowledgement that it has received this request.

in the case of multiple values, all values will be OR'ed and if any of the condition satisfies,corresponding data has to be sent like 1091 or 1092 or 1093 then i need data even any of them are being satisfied.

I would like to know how to send this request to my webservice using datastage.

I am concerned only about sending request using these parameters,reply i am not concerned as it is just acknowledgement from webservice.

What are the sequence of the stages i have to use in my scenario.

I am a lot thankful for any guidance.

Thanks and Regards,
Raghav