You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by veena pandit <v....@gmail.com> on 2009/09/03 19:24:19 UTC

question regarding the examples

The example is posted at:

https://wso2.org/library/90


http://yourhost:port/axis2/services/BookService?wsdl

I found numerous examples to examine the wsdl on the internet.


Am I supposed to be able to do this:
http://yourhost:port/axis2/services/BookService/getBooks

and

http://yourhost:port/axis2/services/BookService?findBook("111");

What do I need to do in order to get that functionality from my internet.

 Thanks,

Ve