Skip to content

newfound-systems/example-SOAP-with-CXF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example JAX-WS SOAP with CXF

Example of using JAX-WS SOAP with Apache CXF

Getting Started

Prerequisities

  • Basic understanding of Web Services
  • Understanding of JSON or XML.

Technologies

  • JDK 1.7 and above
  • Maven 3+
  • JAXB

Running service publisher

  • com.examples.soap.service.EmployeeQueryServicePublisher

Generate Client Code from Published WSDL

Running SOAP Client

  • com.examples.soap.client.EmployeeQuerySoapClient

SOAP Response

Response (Single Employee): Employee [fullName=Chetan, location=Bangalore, id=1]

--- Writing xml to String...

Chetan Bangalore

Response (All Employees): Employee [fullName=Chetan, location=Bangalore, id=1] Response (All Employees): Employee [fullName=Amit, location=Singapore, id=2] Response (All Employees): Employee [fullName=Akhil, location=Phoenix, id=3]

--- Writing xml to String...

Chetan Bangalore Amit Singapore Akhil Phoenix

Versioning

We use [Apache Subversion (https://subversion.apache.org/)] for versioning.

Authors

License

This project is licensed under the Open Free for all License.

About

SOAP Example with CXF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors