Problem on Using RPCServiceClient to call Axis2 Web Service

2010-02-10 Thread a f
Hello, I have a problem when I use *RPCServiceClient* to call my java web service (POJO). I created my service from my java class using Eclipse Axis2 Wizards plugins. My service reads some data from database and we are using Hibernate in our code as well. The problem is when I first call the serv

System.Net.WebException: The operation has timed out

2010-01-15 Thread a f
Dear All, I have deployed my java class as a service by using Axis2 1.5. Not always but sometimes; when I call my service from a client, I am getting an exception like this: System.Net.WebException: The operation has timed out. My guess is somehow server where the service is running getting busy

Please help for deploying Axis2 on SunOne Server

2009-11-19 Thread a f
Dear all, I am deploying Axis2 1.5 on SunOne 6.1 sp10 server. But I am having problems due to clustering configuration in axis2.xml. Somehow, Axis2 is running depending on Apache Tomcat. Since, my service can work without any problem on Apache Tomcat server but not on SunOne server. When I deploye

Please help on calling Axis2 Pojo Service. I really appreciate any help!!

2009-11-06 Thread a f
Dear all, I am sorry for the previous email that I sent accidentally before finishing my email... I am trying to implement a simple test service by using Axis2. I have generated service codes and service archive(.aar file) using eclipse plugin successfully. I have 2 methods in my service class..

Please help on calling Axis2 Pojo Service

2009-11-06 Thread a f
Dear all, I am trying to implement a simple test service by using Axis2. I have generated service codes and service archive(.aar file) using eclipse plugin successfully. I have 2 methods in my service class.. 1- public int addNum(int i, int j){