Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [bpel]

BPEL stands for Business Process Execution Language, an XML language for orchestrating Web services. It helps developing executable business processes on top of Web services based SOA. It is a defacto standard, published by OASIS.

bpel
0 votes
1 answer
107 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 ...
Pargat's user avatar
  • 769
0 votes
2 answers
62 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&...
PIER PAOLO ZAPPIA's user avatar
0 votes
1 answer
31 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 ...
Antonio Giorgio's user avatar
0 votes
0 answers
14 views

Configuration to allow more BPEL throughput

We are experiencing a throughput blocking issue. We are submitting requests to a controlling BPEL process that at the beginning has a "Receive" and a "Reply" activity. The ...
giggles's user avatar
0 votes
0 answers
66 views

Dynamic filename in Oracle SOA BPEL with %SEQ% value

I'm developing an Oracle SOA composite with a BPEL process, which generates a file to fileserver using the standard file adapter. I know 2 ways on how to assign the filename for the generated file: ...
rgrz's user avatar
  • 23
0 votes
1 answer
57 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 ...
Oyindrila Bhattacharjee's user avatar
0 votes
0 answers
194 views

In Oracle SOA Suite 12c EM Console, How is the WSDL's URL path constructed in the composite's test page?

Oracle SOA Suite 12c. EM Console. In the EM Console SOA Infrastructure -> Folder -> Composite -> Test button. How is the WSDL's URL path constructed? I mean, Where is it getting the http://...
Jose Robles's user avatar
0 votes
0 answers
250 views

How to override weblogic(12.2.1.4) default jar files with the jar files in your BPEL project?

We have weblogic-12.2.1.4 version running which comes with apache poi-3.17 by default and this is the oracle approved poi jar version. I am facing certain issues when the same is used in my project so ...
Shavi Anand's user avatar
1 vote
2 answers
541 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 ...
matthesinator's user avatar
0 votes
1 answer
79 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....
lm2a's user avatar
  • 905
0 votes
0 answers
76 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> <...
Pritish Sharma's user avatar
0 votes
1 answer
36 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&...
Pritish Sharma's user avatar
0 votes
1 answer
147 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 ...
Jack Russell's user avatar
-2 votes
2 answers
674 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 != ...
Test's user avatar
  • 611
1 vote
0 answers
129 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 ...
uyaboe's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
40