Hi everybody,

I would like to have everyone who can help me. In fact, I need as following :

1) In the code in JAVA (to web service), there are two simple operations
     a) String public sayHello(String input){
            return "Hello: " + input;
        }
     b) String public coucou(String input){
            return "Coucou: " + input;
        }
2) In the program BPEL, I want to call all of them. But, note that I want
to give two different inputs to these operations. Each input is given from
keyboard. It means that I have to modify the data type : The default, we
only have an element for operation. But, here I want to add two elements
in order to give two different values into two operations in the section
1.

Is there anyone can help me? Thank in advance

Regards,
Kinh

Reply via email to