Oracle Data Integrator: ODIInvokeWebService and Java 6

Uli Bethke July 16, 2010

Get our e-books Discover the Oracle Data Integrator 11g Repository Data Model and Oracle Data Integrator Snippets and Recipes ODI has a built in SOAP client, the ODIInvokeWebService tool. However, there is one caveat when you try using this with Java 6/JDK 6. It simply doesn’t work and you will get the following error: org.apache.xerces.dom.DocumentImpl.getXmlStandalone()Z ...

Read More

Consuming a REST web service with Oracle

Uli Bethke March 12, 2009

SOAP web services dominate in a SOA environment. However, there is a new kid on the block: REST. This is a more lightweight approach to exchange data over HTTP, which is becoming more and more popular with web mashups and the web 2.0 in general. Amazon, Twitter, Yahoo all expose their APIs via REST. REST ...

Read More