Re: [Dev] [Calling Admin Services- DAS] Issue in deploying an Event Receiver to DAS via Admin Services

2016-02-20 Thread Samitha Chathuranga
Hi, I worked with DAS 3.0.0 and the WSDL used for that (to generate stub via Eclipse with Axis2) is the one hosted runtime after starting DAS Server via ?wsdl in the browser. So the error should not be due to any version incompatibilities as I guess. But to generate the stub via adding pom depend

Re: [Dev] [Calling Admin Services- DAS] Issue in deploying an Event Receiver to DAS via Admin Services

2016-02-20 Thread Sriskandarajah Suhothayan
Not sure that the issue is. We work with the WSDL provided in [1] and the sub creation is at [2]. Are you sure you used the proper versions when generating them? [1] https://github.com/wso2/carbon-analytics-common/blob/master/service-stubs/org.wso2.carbon.event.receiver.stub/src/main/resources/Ev

Re: [Dev] [Calling Admin Services- DAS] Issue in deploying an Event Receiver to DAS via Admin Services

2016-02-20 Thread Samitha Chathuranga
Hi, I was able to resolve this issue via a workaround, but cannot clarify the related issue with this. What I did as the workaround was, adding the "org.wso2.carbon.event.receiver.stub" as a maven dependency in my project and using that stub class ( EventReceiverAdminServiceStub.java) to call the

[Dev] [Calling Admin Services- DAS] Issue in deploying an Event Receiver to DAS via Admin Services

2016-02-15 Thread Samitha Chathuranga
Hi, I am trying to deploy an event receiver in DAS, via calling Admin Services, but getting an *IllegalArgumentException*. By the way I succeeded in creating an Event Stream in DAS by "EventStreamAdminService" Admin Service, and I followed the same basic procedure to call DAS's "EventReceiverAdmin