Could someone please guide me. I have modified the Version sample to
accept a parameter as follows:
public class AxisTest {
public String getVersion(String param1) throws Exception {
return "Hello I am Axis2 test service ," + param1 + ", " +
" My version is " +
org.apache.axis2.Version.getVersionText();
}
}
The parameter is passed in the URL as follows:
http://localhost:8080/axis2/services/AxisTest/getVersion?param1=Check
The parameter is not passed to the method. What do I need to do to
pass parameters?
I new to Axis2. I do appreciate your time to help me.
Best Regards.
--
Anas Mughal