Re: [Dev] canot invoke bps service using jaggery app

2014-07-31 Thread Akila Nimantha [IT/EKO/LOITS]
[IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] canot invoke bps service using jaggery app Hi Akila Sorry for the confusion. Use following as the payload. Here we should only send the content of soap body as the payload. http://docs.oasis-open.org/ns/bpel4people/ws-humantask/api/200803

Re: [Dev] canot invoke bps service using jaggery app

2014-07-31 Thread Danushka Fernando
ctionObject.java:386) at……) >>> >>> >>> >>> FYI I think problem is in payload variable(I just copied it from SoapUI). >>> Can you please look at that variable whether it is correct or wrong. >>> >>> >>> >>&g

Re: [Dev] canot invoke bps service using jaggery app

2014-07-31 Thread Danushka Fernando
blem is in payload variable(I just copied it from SoapUI). >> Can you please look at that variable whether it is correct or wrong. >> >> >> >> Regards, >> >> Akila >> >> >> >> *From:* Danushka Fernando [mailto:danush...@wso2.com] >> *Se

Re: [Dev] canot invoke bps service using jaggery app

2014-07-31 Thread Danushka Fernando
se look at that variable whether it is correct or wrong. > > > > Regards, > > Akila > > > > *From:* Danushka Fernando [mailto:danush...@wso2.com] > *Sent:* Thursday, July 31, 2014 1:25 PM > > *To:* Akila Nimantha [IT/EKO/LOITS] > *Cc:* dev@wso2.org >

Re: [Dev] canot invoke bps service using jaggery app

2014-07-31 Thread Akila Nimantha [IT/EKO/LOITS]
it is correct or wrong. Regards, Akila From: Danushka Fernando [mailto:danush...@wso2.com] Sent: Thursday, July 31, 2014 1:25 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] canot invoke bps service using jaggery app The request is an object of WSRequest object. Sorry for

Re: [Dev] canot invoke bps service using jaggery app

2014-07-31 Thread Danushka Fernando
Set-Cookie"); > > var cookie = cookieString.split(";")[0]; > > > > > Thanks & Regards > > Danushka Fernando > > Software Engineer > > WSO2 inc. http://wso2.com/ > > Mobile : +94716332729 > > > > On Thu, Jul 31, 2014 a

Re: [Dev] canot invoke bps service using jaggery app

2014-07-31 Thread Akila Nimantha [IT/EKO/LOITS]
log.error(e.toString()); return e.toString(); } return cookieString; }; Regards, Akila From: Danushka Fernando [mailto:danush...@wso2.com] Sent: Thursday, July 31, 2014 12:01 PM To: Akila Nimantha [IT/EKO/LOITS

Re: [Dev] canot invoke bps service using jaggery app

2014-07-30 Thread Danushka Fernando
@wso2.com] > *Sent:* Wednesday, July 30, 2014 6:55 PM > *To:* Akila Nimantha [IT/EKO/LOITS] > *Cc:* dev@wso2.org > *Subject:* Re: [Dev] canot invoke bps service using jaggery app > > > > Hi Akila > > I guess error you attached is the error in the AS / tomcat side. Can you

Re: [Dev] canot invoke bps service using jaggery app

2014-07-30 Thread Akila Nimantha [IT/EKO/LOITS]
application code. Regards, Akila From: Danushka Fernando [mailto:danush...@wso2.com] Sent: Wednesday, July 30, 2014 6:55 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] canot invoke bps service using jaggery app Hi Akila I guess error you attached is the error in the AS

Re: [Dev] canot invoke bps service using jaggery app

2014-07-30 Thread Danushka Fernando
Hi Akila I guess error you attached is the error in the AS / tomcat side. Can you attach the BPS side error logs as well. Thanks & Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Wed, Jul 30, 2014 at 6:02 PM, Akila Nimantha [IT/EKO/LOITS] < aki...@

[Dev] canot invoke bps service using jaggery app

2014-07-30 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I am trying to invoke human task adminService using jaggery application. What I did was, first created a function called "invokeWebService" to create "login" to bps server. Its working fine and give the result as "true". Next I get the JSESSIONID using same function. Afterthat I created