BPEL process can be invoked from Oracle database in different ways. Following sample can be used to invoke BPEL process using SOAP and pl/sql APIs.
- Change Provider URL, WS name in the sample code given below
- This program uses only standard String Input parameter. Make the necessary changes if WSDL has different parameter(s).
DECLARE
lc_soap_request VARCHAR2(3000);
lc_soap_respond VARCHAR2(3000);
lc_input VARCHAR2(5) := 11; -- Changes this as per BPEL Process (WSDL) definition
lc_namespace VARCHAR2(128) := 'xmlns="http://xmlns.oracle.com/<WS Name>"'; -- Replace <WS Name> with BPEL Process
lc_ws_request VARCHAR2(50) := <BPEL Process Request> --Get it from WSDL file
lc_http_req UTL_HTTP.req;
lc_http_resp UTL_HTTP.resp;
BEGIN
lc_soap_request := '<?xml version = "1.0" encoding = "UTF-8"?>'
||'<SOAP-ENV:Envelope '
||'xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" '
||'xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" '
||'xmlns:xsd="http://www.w3.org/1999/XMLSchema">'
||'<SOAP-ENV:Body>'
||'<'||lc_ws_request||' '||lc_namespace||'>'
||'<input '||lc_namespace||'>'||lc_input||'</input>'
||'</'||lc_ws_request||'>'
||'</SOAP-ENV:Body>'
||'</SOAP-ENV:Envelope>';
lc_http_req := UTL_HTTP.begin_request(
'<URL>' -- Get this from BPEL Processes->WSDL->Endpoint Location OR this can be get it from WS ESB definition tab
,'POST'
,'HTTP/1.1'
);
UTL_HTTP.set_header (
lc_http_req
, 'Content-Type'
, 'text/xml'
);
UTL_HTTP.set_header (
lc_http_req
, 'Content-Length'
, LENGTH(lc_soap_request)
);
UTL_HTTP.set_header (
lc_http_req
, 'SOAPAction'
, 'process'
);
UTL_HTTP.write_text(lc_http_req, lc_soap_request);
lc_http_resp := UTL_HTTP.get_response(lc_http_req);
UTL_HTTP.read_text(lc_http_resp, lc_soap_respond);
UTL_HTTP.end_response(lc_http_resp);
DBMS_OUTPUT.put_line(substr(lc_soap_respond,1 ,250));
DBMS_OUTPUT.put_line(substr(lc_soap_respond,251,500));
END;
Limitations:
- Exceptions/Fault handling should be controlled manually
- Program will just initiate the Web Service. Auditing or back tracking should be handled manually
- This approach might not be as per Oracle EBS standards. Please check EBS and BPEL documents for more information related to standards
This approach might not be as per Oracle EBS standards. Please check EBS and BPEL documents for more information related to standards
ReplyDeletewordpress development vancouver ,
vous pouvez les essayer dolabuy louis vuitton cliquez ici pour en savoir plus Hermes Dolabuy Aller ici sacs de répliques en Chine
ReplyDelete