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 Adapter
How much time a SOA composite should take in deployment Scenario: Composite having 5-6 BPEL process. it remote开发者_如何学Python deployment by JDeveleoper
While deploying the BPEL process in Weblogic 10.3.4, following Exception comes on soa server console. I am sure this is not related to my application, but due to this I am not able to deploy the proce
I have created a SOA project in JDeveloper. not I want to create a EAR file for deploying the project in Developement.
I believe netbeans doesn\'t support BPEL. Is there a workaround for it, or can you please sugges开发者_JAVA百科t some other IDE, where I can compose web services together?
I created a BPEL process which doing some business logic(lets have fetching data from Department list). and on next activity I have to use the same fetched list.
Is it possible to dynamically generate an assign xpath from a variable and an XPath string. ie. <assign name=\"dynamicAssign\">
I need to traverse an array (input to BPEL) in java embed activity and need to generate a response (output variable) of BPEL process.
I\'m working on a system that is kind of a Business Rules Engine. Rules are authored in a devleopment environment, executed (SQL code gets generated) and tested in DEV, then they are deployed into pro
I am creating a BPEL process, in which my requirement is I need to create a task based on some inputs and assign it to partucular user, and then come out from that flow.