[Dev] API Changes in WSO2 EAM

2014-09-05 Thread Kasun Dissanayake
Hi All, I'm working with test automation in newest WSO2 EAM pack and getting errors in test cases. So I did change the framework according to that. And followings are the errors generated APIs I've changed 1) App create API. 2) APP Publish API. 3) IS configurations. 4) Selenium configurations

Re: [Dev] API Changes in WSO2 EAM

2014-09-05 Thread Jenananthan Yogendran
you can find the actual api by subscribing to an app manually and monitor through wireshark or firebug where the http post goes. On Fri, Sep 5, 2014 at 5:44 PM, Kasun Dissanayake kas...@wso2.com wrote: Hi All, I'm working with test automation in newest WSO2 EAM pack and getting errors in

Re: [Dev] API Changes in WSO2 EAM

2014-09-05 Thread Kasun Dissanayake
Hi Jenananthan, Yep I've done that. Now API seems to be correct. But still getting that error On Fri, Sep 5, 2014 at 7:02 PM, Jenananthan Yogendran jenanant...@wso2.com wrote: you can find the actual api by subscribing to an app manually and monitor through wireshark or firebug where the

Re: [Dev] API Changes in WSO2 EAM

2014-09-05 Thread Jenananthan Yogendran
It seems api has been modified. check the parameters of current api and the parameters used in the subscription test case(we used old pack when we wrote the test cases) they might differ. On Fri, Sep 5, 2014 at 7:40 PM, Kasun Dissanayake kas...@wso2.com wrote: Hi Jenananthan, Yep I've done

Re: [Dev] API Changes in WSO2 EAM

2014-09-05 Thread Roshan Wijesena
Hi Kasun, On Fri, Sep 5, 2014 at 7:40 PM, Kasun Dissanayake kas...@wso2.com wrote: Yep I've done that. Now API seems to be correct. But still getting that error Post your errors here -- Roshan Wijesena. Senior Software Engineer-WSO2 Inc. Mobile: *+94752126789* Email: ros...@wso2.com

Re: [Dev] API Changes in WSO2 EAM

2014-09-05 Thread Ruwan Yatawara
I suppose you will have to input loggers step by step to figure out the exact point of failure as this is all jaggery code. On 5 Sep 2014 22:01, Roshan Wijesena ros...@wso2.com wrote: Hi Kasun, On Fri, Sep 5, 2014 at 7:40 PM, Kasun Dissanayake kas...@wso2.com wrote: Yep I've done that. Now