*Thanks Andreas! That was the problem. I'd compiled java class without debugging information. I have redone it. It works. Thanks Martin and Brett too !*
On Tue, Aug 2, 2016 at 11:00 PM, Andreas Veithen <andreas.veit...@gmail.com> wrote: > According to the WSDL, the parameter name is "args0". That probably > means that you compiled the class without debugging information, in > which case Axis2 doesn't have a way to determine the correct parameter > name. > > Andreas > > On Tue, Aug 2, 2016 at 4:11 PM, Rupinder Singh <rupi....@gmail.com> wrote: > > WSDL attached. > > > > On Tue, Aug 2, 2016 at 2:54 AM, Andreas Veithen < > andreas.veit...@gmail.com> > > wrote: > >> > >> Can you post the WSDL that is generated for this service > >> (http://localhost:8080/axis2/services/HelloWorld?wsdl)? > >> > >> Andreas > >> > >> On Sun, Jul 24, 2016 at 6:00 AM, Rupinder Singh <rupi....@gmail.com> > >> wrote: > >> > Hello > >> > > >> > I have just recently started with Web Services. I started by exposing > >> > POJO > >> > in Axis2 deployed in Tomcat. When I run > >> > http://localhost:8080/axis2/services/HelloWorld/sayHello?name="Axis2" > in > >> > browser. > >> > > >> > > >> > <ns:sayHelloResponse><return>Hello null</return></ns:sayHelloResponse> > >> > > >> > NOT Hello Axis2 ! > >> > > >> > could you help? > >> > > >> > > >> > regards > >> > Rupinder Pal Singh > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > >> For additional commands, e-mail: java-user-h...@axis.apache.org > >> > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > > For additional commands, e-mail: java-user-h...@axis.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > For additional commands, e-mail: java-user-h...@axis.apache.org > >