flmacugay / CustomerInformationRetrievalWS

A sample web service that provides customer information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a sample web service that provides customer information to consumers.


Client stubs were generated using wsimport utility


wsimport -keep -p com.mac.client http://localhost:9999/ws/customer?wsdl



WSDL


http://localhost:9999/ws/customer?wsdl

Endpoint Publisher


com.mac.endpoint.CustomerPublisher

SEI


com.mac.service.CustomerDetails

Xml Adapter to customize date format


com.mac.adapter.DateAdapter

Exception handling (Fault)


com.mac.exception.InvalidInputException

Client


com.mac.client.CustomerClientDemo

Used SoapUI to test

About

A sample web service that provides customer information


Languages

Language:Java 100.0%