Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 571 Bytes

File metadata and controls

27 lines (20 loc) · 571 Bytes

This example shows how to use Axis2 in a servlet container.
# modify demo code from How to Embed an Axis2 based Web Service in your Webapp?

Run Server

mvn install

# Run Web on port 8080
mvn jetty:run

Run Client

Access In Browser

# Show WSDL
http://localhost:8080/services/BookService?wsdl

# Invoke Service
http://localhost:8080/services/BookService/getBooks
http://localhost:8080/services/BookService/findBook?isbn=0123456789