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
com.canarys.rfid.webservice.service.SystemControlWSStub.fromOM(SystemControlWSStub.java:63244)
... 2 more
so is there any possibility for this situation.
--
View this message in context:
http://www.nabble.com/ERROR-org.apache.axis2.rpc.receivers.RPCMessageReceiver-tf4156226.html#a11825287
Sent from the Axis - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]