You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by a f <ta...@gmail.com> on 2009/11/06 10:31:23 UTC

Please help on calling Axis2 Pojo Service

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){