Dear friends,
I am trying to make rate inquiry(RIQ) to otm server from the EBS without using middleware through EBS Database .
Plan is to call the otm RIQ directly from the database procedure,using UTL_HTTP package from my custom PL/SQL procedure.
idea is to post the xml for the Rate Inquiry as input to http://otm_server:80/GC3/glog.integr...vlet.WMServlet
using the Utl_Http.Begin_Request(URL,METHOD=POST)
OTM returns back the o/p in the form of xml, used the builtin database xml packages to process the result as per the need.
Is there any way to accomplish this/ have anybody done it before?
expect comments/suggestions from the you all.
Thanks.
Nike
I am trying to make rate inquiry(RIQ) to otm server from the EBS without using middleware through EBS Database .
Plan is to call the otm RIQ directly from the database procedure,using UTL_HTTP package from my custom PL/SQL procedure.
idea is to post the xml for the Rate Inquiry as input to http://otm_server:80/GC3/glog.integr...vlet.WMServlet
using the Utl_Http.Begin_Request(URL,METHOD=POST)
OTM returns back the o/p in the form of xml, used the builtin database xml packages to process the result as per the need.
Is there any way to accomplish this/ have anybody done it before?
expect comments/suggestions from the you all.
Thanks.
Nike
Comment