SOAP and REST

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
kogads
Premium Member
Premium Member
Posts: 74
Joined: Fri Jun 05, 2009 5:36 pm

SOAP and REST

Post by kogads »

Does anyone know id DS supports SOAP 1.2 , i tried it but its not giving the output (heard DS dosent support SOAP 1.2)

Does DS support REST at all??
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

It depends on the context. ISD and the Web Services Pack support some things about SOAP 1.2, and not others.... there is no feature for SOAP with Attachments, for example.

REST is fully supported for Services that you publish via ISD.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
kogads
Premium Member
Premium Member
Posts: 74
Joined: Fri Jun 05, 2009 5:36 pm

Post by kogads »

"REST is fully supported for Services that you publish via ISD"
Thanks for the reply cal you please elaborate on this.....you mean that datastage supports REST??
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

ISD (Information Services Director) is the tooling you use to publish a DataStage Job "as" a Service (where a DataStage Job is the actual code and processing behind a hosted web service).

Alternatively, ISD can also publish a SQL Query as a service.

It supports an array of options for REST binding as well as SOAP over HTTP, SOAP over JMS and a few others....

DataStage itself can be a client of "some" REST, since it is just an HTTP request url receiving XML. You might need JavaPack, but its worth trying with the xmlInput Stage...it's been a long time since I've picked up XML via URL with the xml Stages, but look thru the forum --- there may be some threads on it.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply