Hi, can you please let me know what is JIRA and how can i create JIRA...
Here i am trying to explain you. 1)we have one webservice rDatasource which deal with database part such as create ,delete, update from data base.For rDatasource we r using axis 1.3 to generate client stub which is rdatasourceclient. 2)we have one more webservice systemservice for this we r using axis2.1.2 to generate clint stub whos name is systemserviceclientstub now flow is like that systemserviceclientstub(created by axis2.1.2) interact with rdatasourceclientstub(created by axis1.3). i m getting many problem in above situation. is it possible abve situat or we have to all webservice in same asix either in axis1.3 or axis2.1.2 Deepal Jayasinghe-2 wrote: > > Hi Ruchira , > The issue you are facing is not clear to me , could you please create a > JIRA and attach whatever need to re-create the issues. > > Thanks > Deepal >> Hi, >> >> Is it possible that axis 2 client code can use axis1.3 client code. >> means like this Project1->axis1.3 client stub and 1 webservice (this part >> is >> workinng fine) >> >> project2 which contain project1 webservice stub which is generated by >> axis2. >> but when i am running rroject2 it is giving mainy error like >> >> ERROR org.apache.axis2.rpc.receivers.RPCMessageReceiver >> Exception in thread "main" java.lang.RuntimeException: >> java.lang.RuntimeException: Unexpected subelement >> getStartedReadersResponse >> at >> com.canarys.rfid.webservice.service.SystemControlWSStub.fromOM(SystemControlWSStub.java:63292) >> at >> com.canarys.rfid.webservice.service.SystemControlWSStub.getStartedReaders(SystemControlWSStub.java:1212) >> at >> com.canarys.rfid.webservice.service.SystemControlAndTrackingClient.main(SystemControlAndTrackingClient.java:36) >> Caused by: java.lang.RuntimeException: Unexpected subelement >> getStartedReadersResponse >> at >> com.canarys.rfid.webservice.service.SystemControlWSStub$GetStartedReadersResponse$Factory.parse(SystemControlWSStub.java:4660) >> at >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/ERROR-org.apache.axis2.rpc.receivers.RPCMessageReceiver-tf4156226.html#a11825687 Sent from the Axis - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
