Page 1 of 1

SOAP and REST

Posted: Mon Sep 19, 2011 10:26 am
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??

Posted: Mon Sep 19, 2011 10:50 am
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

Posted: Mon Sep 19, 2011 11:21 am
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??

Posted: Mon Sep 19, 2011 12:49 pm
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