Need help again on binding to external web service with login authentication within Tuscany

2008-05-05 Thread Marina Deslaugiers
Hi,Hello,I am coming back to you as I now have to connect to an external web service with user/password authentication and I do not know how this can be done (using policies I guess) in tuscany. I use a coding analogue to the one in the simple HelloWorld Web service example provided (and corrected

RE: Reg: Asynchronous Webservice in BPEL

2008-05-05 Thread Ashwini Kumar Jeksani
Hi, Most of my deployment issues were resolved after I changed to the latest release of Tuscany (version 1.2). Now the code is working fine without errors but I am unable to invoke a webservice Nothing is happening beyond this.. [java] >>> Invoking a partner operation: approveDataLoad No

Re: How do I expose my BPEL component as a webservice?

2008-05-05 Thread Luciano Resende
On Sun, May 4, 2008 at 10:37 PM, Dalys Sebastian <[EMAIL PROTECTED]> wrote: > Hi everyone, > > This may probably be a very basic question. But I had been trying for quite > sometime and > could not find an example on it, so I thought I will post it. > > How do I expose my component (BPEL implement

RE: How do I expose my BPEL component as a webservice?

2008-05-05 Thread Ashwini Kumar Jeksani
Hi, I tried the same using Tuscany runtime and it was working fine. Try running this as a server and check if it is deployed, instead of helloworld.BPELClient use helloWorld.HelloWorldServer in the build file. use this code: package helloworld; import java.io.IOException; import org.apache.t