Hi Khanh,

Take a look at the fault code in the SOAP response:

<faultcode>axis2:uninitializedVariable</faultcode>

This indicates that you're trying to use or assign a value into a variable
that has not been initialized.  Based on the traces, this happens during the
<reply> activity.

alex



On 11/15/06, Vo, Khanh <[EMAIL PROTECTED]> wrote:

Hi Alex,

Thanks again for the link below.  I now use am using NetBeans 5.5 and
the bpel plugin to create my process now.  I seems friendlier then the
Oracle editor.
I'm staring from scratch again and am trying to create simple bpel
process that takes in a string and returns the string.  I was able to
deploy the process onto ode, but when I execute, I am getting the
following errors.  Below are outputs from Tomcat and from the
HttpSoapSender.

Any help is appreciated!
Thanks
Khanh

Reply via email to