Search found 7 matches

by raghavrhyd
Mon May 23, 2011 4:41 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: can i use ISDOUTPUT and DB Table as my outputs in my job
Replies: 0
Views: 2783

can i use ISDOUTPUT and DB Table as my outputs in my job

Hi,

I would like to use ISDOUTPUT and DB Table as my two outputs with in a job.

My job flow is ISDINPUT->TRANSFORMER->ISDOUTPUT
->DB.TABLE

Pls.confirm if i do the same.

Regards,
Raghavendra
by raghavrhyd
Sun May 22, 2011 7:45 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: How to see the logs for Jobs deployed as webservice
Replies: 1
Views: 3460

How to see the logs for Jobs deployed as webservice

Hi, Pls. inform where i can see the logs of a job which is deployed as a web service. I have created one job using ISDINPUT->TRANSFORMER->(1.ISDOUTPUT 2.DB Table) and deployed as a web service. i have two outputs 1.ISDOUTPUT which will have 2 columns and 2.DB table which captures the input parameter...
by raghavrhyd
Sun May 22, 2011 7:40 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: how to send multiple values of one column as a parameter
Replies: 2
Views: 4279

Re: how to send multiple values of one column as a parameter

i want to send multiple values as parameter to the web service..as my reqmt.is i need to fetch the data where severity IN(0,4,5) and this will be mapped to severity column of receiving system and should receive the corresponding data matching this condition
by raghavrhyd
Tue May 17, 2011 2:52 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: how to send multiple values of one column as a parameter
Replies: 2
Views: 4279

how to send multiple values of one column as a parameter

Hi, I would like to send multiple values of one column as a IN parameter to my webservice. Like Severity IN(0,4,5) ,here severity can be 0 OR 4 OR 5. Pls. advise how i can achieve the same. Presently i am able to send request and receive reply for one value. select 0 as severity from tab_a Then webs...
by raghavrhyd
Mon May 09, 2011 6:26 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: how to send muliple values for single column to webservices
Replies: 0
Views: 2951

how to send muliple values for single column to webservices

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(occ...
by raghavrhyd
Wed Mar 09, 2011 6:16 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: what is the maximum allowed payload while using web services
Replies: 1
Views: 3986

what is the maximum allowed payload while using web services

Hi,would like to know what is the maximum allowed payload for data transfer from source to receiving system while using WSDL files to receive using web services client stage or web services transformer stage..can the same(i.e payload) be configured for increasing or decrease..would like to know the ...
by raghavrhyd
Wed Mar 09, 2011 4:59 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: How to configure web services in data stage ver 8.1
Replies: 0
Views: 3933

How to configure web services in data stage ver 8.1

Hi, we are having 2 wsdl files subscribe.wsdl and listener.wsdl and one xsd file and one header file.What is the best way to implement and how to implement to request and receive the data from source system using datastage.my question is 1.should we have to use webservices related stages or MQ relat...