Re: [Dev] error in accessing simpleQuery operation in HumanTaskClientAPIAdmin services in wso2 BPS

2015-08-02 Thread Bhathiya Jayasekara
Can you please try using corresponding stubs which comes with wso2 server itself. You can find them in WSO2_HOME/repository/plugins/ Thanks, Bhathiya ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] error in accessing simpleQuery operation in HumanTaskClientAPIAdmin services in wso2 BPS

2015-08-02 Thread Bhathiya Jayasekara
Hi Akila, It looks like a problem with the message format. To avoid such issues you can use a stub to call the webservice. You can generate a stub using the service wsdl. And also I think you should be able to use corresponding stub which comes with WSO2 server as well. Thanks, Bhathiya On Thu,

[Dev] error in accessing simpleQuery operation in HumanTaskClientAPIAdmin services in wso2 BPS

2015-07-30 Thread Akila Nimantha [IT/EKO/LOITS]
Dear All; I'm creating a java client to invoke BPS admin service. So first I obtained the JSESSIONID by invoking AuthenticationAdmin services', login operation .Then I did try to invoke HumanTaskClientAPIAdmin services', simpleQuery operation with ALL_TASKS parameter. There I did pass