Skip to content

JGuillemotte/easysoa-incubation-cxf-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple SOAP Hello world server.

This SOAP server is based on Apache CXF. 2 operations are available : 

- sayHi : accepts one parameter and returns a string.
- repeatAfterMe : accepts 2 parameters (text to repeat and iterations) and returns a string.

This example works with the proxy and the ServiceUiScaffolder examples.

To run the server : java -jar target/server-0.0.1-SNAPSHOT-with-dep.jar

This server runs on the port 9000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages