593 questions
1
vote
1
answer
81
views
How to expose Oracle DB runtime errors (e.g., ORA-01109: database not open) in BPEL?
I am working with Oracle SOA Suite 12c (12.2.1.3).
In my BPEL process, I am invoking a Database Adapter.
If the database is shut down, in SQL Developer I see the error:
ORA-01109: database not open
...
0
votes
0
answers
34
views
How to create XSD file for below SOAP HEADER
<?xml version="1.0"?>
<wsse:Security xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:wsse="http://...
0
votes
1
answer
73
views
Unable to populate data in XREF in SOA BPEL 12c
I am trying to do a simple implmentation of XREF in SOA BPEL 12c. I have created an XREF with end system as tokenType, Token and UpdatedOn.
Used populateXRefRow to populated values in XREF.
xref:...
0
votes
1
answer
373
views
Using SOA BPEL fault policies and binding in combination with BPEL catchAll
I have a scenario where I am calling a 3rd party rest service. I want that whenever there is a remote fault while calling the rest service BPEL should attempt 2 retries 30 seconds apart. If even the ...
0
votes
1
answer
114
views
Java LinkageError creating BPEL process
I add some preliminary information. For a thesis project, I need to develop BPEL. Currently, I am in a Linux operating environment, installed on a virtual machine. From the "Install New Software&...
0
votes
1
answer
67
views
Error installing BPEL plugins of WSO2 on Eclipse
I need to install WSO2 from the Eclipse Marketplace. When I go to do the installation, everything seems to be proceeding in the right direction but, at some point, in the plugins summary, it comes out ...
0
votes
1
answer
184
views
how to pass dynamic variable in basic authentication in soa 12c?
Username and Password in received in body from source xml.
<UsernameToken>
<Username>Dtest</Username>
<Password>test@123</Password>
</UsernameToken>
I have stored ...
4
votes
2
answers
2k
views
Are SOAP/WSDL and BPEL still used nowadays?
Our uni lecturer teaches us stuff like SOAP/WSDL and BPEL.
However, judging by the exercises we get (and by the very limited working experience I have), I feel like that kind of stuff is not really ...
0
votes
1
answer
120
views
How can create a bpel project on Eclipse (I am using 2023-3)
I am trying to start with bpel on Eclipse, so I installed WSO2 Developer Studio. But it is not working to recognize a .bpel file. On my facet's project I got "Implementation of project facet bpel....
0
votes
0
answers
106
views
XML-22029: (Error) Cannot transform child 'otherwise' in 'choose'
I am getting below error : XML-22029: (Error) Cannot transform child 'otherwise' in 'choose'.
We are migrating 11g bpel composite to 12c.
The xsl version is 1.0
Sample xsl :
<when>
<...
0
votes
1
answer
47
views
Combing multiple arrays in xslt
I have a requirement where there is a XML structure with a root element having 2 child element of array type and
Sample request structure like below
<Root>
<Header>
<Inv>12&...
0
votes
1
answer
304
views
Oracle BPEL receive message (Oracle SOA 12.2.1.4.0)
I would like to insert in a BPEL flow a sort of event listener that waits for a message.
I thought about implementing this with the "receive / message" component, but I didn't understand how ...
-2
votes
2
answers
962
views
Difference of Camunda and BPEL
What's the difference between Camunda and BPEL (Business Process Expression Language) and Where do we use Camunda and where do we use BPEL and which one is better?
I found this question, but BPMN != ...
1
vote
0
answers
166
views
how to pass array parameter in stored procedure with soa oracle
im java developer and new in soa oracle environment with bpel concept. I'll to passing parameter with json which some parameter in the array value. and i've created some service to passing this json ...
0
votes
1
answer
796
views
How to show sequence table in sequence folder
I'm working on a SOA BPEL process where it's reading data from an XML file and load it into database tables. However, the table sequence I need to call in my transformation file is not showing in the ...