Skip to content

quickhack/axis2-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

axis2 demo to show how to use Axis2 in a servlet container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages