Questions tagged [bpelxexec]

7 questions
1
vote
1 answer

Reading values from a file txt or xml

I'm developing a simple bpel process that takes data from an external file (txt or xml). In detail, i'm trying to develop a process that takes in input 2 strings (user and pass) and checks if they are in my "Account" file. If so, output return…
kinghomer
  • 3,021
  • 2
  • 33
  • 56
1
vote
2 answers

Oracle BPEL Server: How to throw a Fault from a BPEL Java call-out?

I'm calling a java class from BPEL via bpelx:exec. It would simplify things a lot if the class was able to throw a specific Fault (known to BPEL from one of its partner links). Let's call it AdapterFault. AdapterFault is generated by wsimport and…
Vladimir Dyuzhev
  • 18,130
  • 10
  • 48
  • 62
0
votes
1 answer

Java embedding in BPEL fails to deploy on application server

I use Java Embedding in Bpel in order to invoke shell commands. Tool used is Jdeveloper 11.1.1.4.0. The problem is that code is compiled OK on IDE, but when deploying to Weblogic it fails with error: java.lang.RuntimeException: failed to compile…
sari
  • 169
  • 2
  • 6
  • 10
0
votes
1 answer

Base64 encoding in 12C BPEL is replacing the parent tag by the BPEL variable name

I'm trying to base64 encode a request XML by storing it first in a BPEL varible. Could you please have a look at the problem and suggest me what I did wrong and how the same can be fixed? e.g. When I decode the encoded message, I get the output as…
jaihind
  • 1,090
  • 1
  • 8
  • 9
0
votes
1 answer

How to convert a .BPMN2 file to a BPEL file?

I have generated .BPMN file using eclipse BPMN2 plugin. I want to convert this file .BPEL file. How to do that?
0
votes
1 answer

bpel if condition xpath expression

The request xml is : AAA 2222
user2128585
  • 47
  • 2
  • 10
0
votes
2 answers

FTP Adapter Oracle SOA

I want to read file with the gap of 3mint each. So my BPEL FTP adapter read every file after 3mint. e.g. I have 5 files in a directory and my FTP adapter reads 1st file and after 3 mint he reads 2nd and so on.
Sarah
  • 11
  • 6