bernal ivan 6.Aug.09 02:56 AM a Web browser Client for Devices 6.2 Windows Mobile
Hi all,
I have an mobile aplication using client services and a web service create with XFire (axis).
The web service works fine in desktop mode, but It doesnīt works correcty in emulator mode.
The problem is consuming that web service in client part, there arenīt exceptions, the result is null.
My code is
ROnlinePortTypeProxy rOnlinePortTypeProxy = new ROnlinePortTypeProxy();
articuloBean = rOnlinePortTypeProxy.getProductoByEan(scanData.getText().trim());
result: "articuloBean = null"
I try to put arguments in VM:
-Dcom.ibm.pvc.webcontainer.port=8080
-Dcom.ibm.pvc.webcontainer.host=192.168.90.222
But It doesnīt works.
Can it be problem of synchronize or I have to put some extra code in activator.java?
Thanks in advance


|