I created an Axis2 client to test my axis2 webservice. However, i am getting the below error at runtime:
org.apache.axis2.AxisFault: java.lang.NoClassDefFoundEr
It sounds like there is a class missing on the server side. Are you sure that your server side module includes "com.sample.LoginRequestDocument" in its deployment?