Please SUGGEST........ .
I'm working on EAI tool, webMethods.

I need to create a flow service(which will be exposed as Webservice),
when the caller invokes this webservice, webMethods service should get ATTACHMENT from Oracle DB and send it back to caller service.



1) How to get the attachment/doc(in the form of blob) to webMethods using JDBC adapter, Is it possible through procedures?...