Archive for 'Oracle BPEL'
Create an ADF ViewObject based on BPEL’s HumanWorkflow Tasklist
A few posts ago I blogged about how you can access BPEL HumanWOrkflow with a standalone Java program. In this post I will go one step further and show you how you can create a viewobject based on the HumanWorkFlowReader. You can use this viewobject for example in your JHeadstart Application Definition file so you [...]
Posted: January 18th, 2007 under General, Oracle ADF/JHeadstart, Oracle BPEL.
Comments: none
Oracle’s BPEL example ‘StockQuoteService’ is not working correctly
Just for those going through the examples of Oracle BPEL that are delivered with the SOA Suite 10.1.3.1: There is a minor issue with the supplied service ‘StockQuoteService’ which is in the ‘/samples/tools’ directory and is used in some of the supplied tutorials. If you run this service, it will always return ‘0.00′, for every [...]
Posted: January 12th, 2007 under General, Oracle BPEL.
Comments: none
Compile error when generating webservice proxies with JDeveloper 10.1.3
For a web-application I had once to create a web service proxy to communicate with a web service. In this application we also communicated with BPEL via the HumanWorkflow API. Why this is of interest you will see later.
So creating the proxy was a really simple thing to do with JDeveloper 10.1.3. Just run the [...]
Posted: January 9th, 2007 under General, Oracle BPEL, SOA/Web Services.
Comments: 4
Getting Human Workflow Tasklist from Oracle BPEL
For my last project we had to get access to the HumanWorkflow Tasklist that was created and maintained by Oracle BPEL 10.1.3.1. For this purpose BPEL comes with an API that should be used. However, for the latest release there isn’t very much documentation about it. After searching the internet I ended up in this [...]
Posted: December 29th, 2006 under General, Oracle BPEL.
Comments: 10
