Want to invoke configurator from csutom application
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>