bpel

Track Order Process

Hi Gurus, I am working on a project where I am importing in orders from an external vendor. I will need to validate the information prior to loading it into our ERP system and then send a response with shipping information once we have processed and shipped the order. I wanted to see how others would track the steps necessary to make ...

BPEL and Java web service

I was asked to create, with Netbeans (glassfish), a Java Web service asynchronos that communicates with a external BPEL process.Is it possible? Can someone help me? give me some examples? thanks sorry for my English, I am Italian. ...

Java Process Servers Good Idea or Not?

Just want to shout out to the community to see what peoples thoughts are on Java process servers in general. IBM in particular tend to make a lot of noise about Websphere process server. I can see the idea behind the process servers if your working in a web service world but in practice are they really effective or are they just over k...

How to automate building and deploying a BPEL application

I need to automate the building and deployment of (several) BPEL applications to a weblogic server. I now do it using jDeveloper 11g, but I guess there should be some command line tools to do it. (I come from a Microsoft /.NET / Visual Studio background, and I can automate the deployment of my .NET applications using the command line an...

Adding BPEL (ODE?) functionality to an existing system of web services (Eclipse/Axis2/GlassFish)

I've implemented a system of web services using Eclipse / Apache Axis2 / GlassFish. Now I need to extends the system's functionality through BPEL. What's the most straightforward way of achieving this? I've found numerous examples on how to use BPEL in Apache ODE, so should I add ODE to my existing application (and, if so, how)? I woul...

What are some of SOA / BPEL best practices?

Looking for some resources on SOA / BPEL best practices. Specially BPEL. ...

Any BPEL parser and XML generator together?

hi all, I want to generate/write and then parse (write & read) the bpel process (xml). Is there any way api to this, something like wsdl4j... ? thx adnan ...

how jaxb generates the custom tags (java to wsdl/xml) ??

I want to generate a xml (say a bpel xml). how can I do that using jaxb. thx ...

Calling a .NET SOAP service from EJB and Glassfish

I'm trying to invoke a SOAP webservice which first checks inputs and then authenticates the message as i understand it. Basically what i've got here is a FAKE client and an EJB webservice that forwards the message to the real webservice. I've read that there are some cross compatibility issues with Metro and the .NET stuff but I've ...

Problem in accessing wsdl from URL(http) from bpel

HI, I want to access wsdl file that is imported in bpel definition, can i do that or i will have to create local copy and then use it? Because whenever it run the process it gives me this: FATAL - GeronimoLog.fatal(116) | openResource: invalid scheme (should be urn:) http://localhost:9090/axis2/services/Inverse?wsdl I am using ODE en...

Parameter for BPEL process

Hi I use OpenESB + BPEL. I would like to use some parameter to set system specific settings (path, string constants, etc.). I tried to use a properties file that a simple java class should read up and use with this method (http://wiki.open-esb.java.net/Wiki.jsp?page=BPELSEHowToCallJavaMethods). The problem is that I can't create proper...

What is the difference between Inclusive and Exclusive OR?

I have been studying some Business Process Execution Language (BPEL) and the associated modelling system (BPMN) where the designer needs to learn about inclusive and exclusive gateways for process flow. Thanks very much for any help and a general explanation of the terms would be enough assuming the same rules apply. This is some techn...

I am using Oracle BPEL with JDeveloper. How to dynamically set assignee for human task?

I tried to use xpath expression in task editor. Expression editor suggested me to use task schema and I could not use variables from process. I had selected systemMessageAttributes.textAttribute1 and created “Assign” activity to initiate the attribute. This does not work. When task is started assignee is empty and task is automatically c...

How to validate BPEL programmatically?

I want to validate BPEL programmatically. I use the openESB version of it but it would suffice having a validator for the standard BPEL or for other BPEL engines. Is there something out there that can do this? ...

Can Oracle BPEL Web Service output html to a browser

In an Oracle BPEL service, is there a way to make it display HTML to a browser. I have figured out how to call it via HTTP/GET but the result always comes back as XML. I want to display the html and eliminate the need for a web page. In other words can my BPEL service act like a web page? I've tried XSL but may not be doing it right. <b...

Java Web Services and BPEL

Hi, I'm struggling a little attempting to consume this web service (it is homework related but not actual homework). This BPEL process seems to provide asynchronous callbacks, I'm just not sure exactly how it is to be used. The wsimport generated the classes below: > AttributedQName.java > AttributedURI.java > EndpointReferenceType.jav...