Configurator - EBS (MOSC)

MOSC Banner

Want to invoke configurator from csutom application

edited May 22, 2018 9:39AM in Configurator - EBS (MOSC) 2 commentsAnswered

Dear community members.

I'm trying to invoke configurator from a custom Oracle function with no success.

Below is the html file I'm using based on the Configurator Implementation guide.

Anyone can help with this request? Thanks so much in advance

<html>
<head>
<title>Minimal Configurator Test</title>
</head>
<script language="javascript" >function init()
{document.test1.submit();}</script>
<body onload="init();">
<form action="http://servername:8002/OA_HTML/configurator/UiServlet" method="post" id="test1" name="test1">
<input type="hidden" name="XMLmsg" value='<initialize>
<param name="database_id">DEV</param>
<param name="user_id">xxxxxx</param>
<param name="pwd">xxxxx01</param>
<param name="calling_application_id">222</param>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

EBS Configurator Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center