Skip to content

Some JAX-WS samples, exercises, patterns and concepts.

Notifications You must be signed in to change notification settings

abbasdgr8/jaxws-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jaxws-examples

CalculatorService

A simple example demonstrating the concepts of Service Endpoint Interface and Service Implementation Bean. This service uses simple XML data-types. To run this web-service, clean, build and run the main class. Download and import the SoapUI project to test this web-service.

EmployeeService

An example demonstrating the usage of richer data-types which are programmer-defined; for instance a custom-bean or object. This service does not implement the SEI as in the CalculatorService to demonstrate that implementing the SIB directly without implementing the SEI is also an option; but not a good practice.

About

Some JAX-WS samples, exercises, patterns and concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages