On Fri, May 29, 2009 at 12:47 PM, Rupesh M G <[email protected]> wrote: > > Hello friend, > > I need help in invoking a webservice from a tuscany > implementation.bpel. I'm struggling with this for more than a week. > > I was able to invoke the bpel composite from a jsp, but the bpel component > fails to invoke an external webservice. I referred the tuscany > helloworld-bpel-webapp sample to invoke the bpel from jsp. > > I was able to deploy the same bpel in ODE 1.2, and invoke the same > webservice (spring & cxf). This link guided me in this. > http://www.codeproject.com/KB/webservices/BPELInvokeWebService.aspx > > But I'm not able to get this working in tuscany. The bpel works when I > comment the invoke statement. Since this works in ODE, I think the error is > in tuscany workspace. > > The error I get is the same as in this link. > http://www.mail-archive.com/[email protected]/msg03697.html > But my external webservice is up & running. > > Kindly try if you can get this working. The eclipse workspaces without lib > are attached. > > CXFServer.zip --> The webservice based on spring & cxf > > OnsTest.zip --> The tuscany workspace with index.jsp calling an > implementation.bpel, and it in turn invokes the above webservice. > > > Thanks & Regards, > Rupesh > > > > > > > > > DISCLAIMER: > > "The information in this e-mail and any attachment is intended only for the > person to whom it is addressed and may contain confidential and/or > privileged material. If you have received this e-mail in error, kindly > contact the sender and destroy all copies of the original communication. IBS > makes no warranty, express or implied, nor guarantees the accuracy, adequacy > or completeness of the information contained in this email or any attachment > and is not liable for any errors, defects, omissions, viruses or for > resultant loss or damage, if any, direct or indirect." > > > > >
Hi Rupesh That error from implementation.bpel means that the call out over web services has failed. We need to get a better error there! Were you able to see any soap traffic going back and forth? Using an http sniffer for example. From the response SOAP envelope we should be able to tell what the error is. Simon
