Skip to content

sixman9/m2-soap-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example project outlining the use of both Jax-ws (Soap) and Jax-rs (Rest) implementations within a Maven/Spring-based project.

The project uses annotations to highlight which methods are to be exposed by which web service framework and with which naming and/or access paths (URL's etc.).

The project will produce a WAR file using:

  mvn package

and maybe deployed to a [local] Tomcat [manager] instance (assumed to be running at http:https://localhost:8080) using:

  mvn install

Eclipse projects can be generated via:

  mvn eclipse:eclipse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages