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 Rupinder Singh <ru...@gmail.com> on 2016/07/24 04:57:07 UTC

A teething issue with Axis 2

Hello

I have just recently started with Web Services using your book. I started
by exposing POJO in Axis2 deployed in Tomcat. The example on chapter 7 of
HelloWorld gives me the following  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