Example of using JAX-WS SOAP with Apache CXF
- Basic understanding of Web Services
- Understanding of JSON or XML.
- JDK 1.7 and above
- Maven 3+
- JAXB
- com.examples.soap.service.EmployeeQueryServicePublisher
- wsimport -s . -Xnocompile http://localhost:9999/ws/EmployeeQuery?wsdl
- com.examples.soap.client.EmployeeQuerySoapClient
Response (Single Employee): Employee [fullName=Chetan, location=Bangalore, id=1]
--- Writing xml to String...
Chetan BangaloreResponse (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 PhoenixWe use [Apache Subversion (https://subversion.apache.org/)] for versioning.
- Chetan Anand - Developer - [NEWFOUND SYSTEMS http://www.newfound-systems.com]
This project is licensed under the Open Free for all License.