Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

JAX-WS to create a SOAP Web Service Endpoint without any framework. Given a postal code, returns the city with GeoNames.org

Notifications You must be signed in to change notification settings

martamedio/endpoint-geonames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Endpoint Geonames

An example of JAX-WS to create a SOAP Web Service Endpoint without any framework. There's a Publisher and a Client who, given a postal code, returns a JSON informing the city (with GeoNames.org)

Getting Started

Prerequisities

You only need:

* Java 1.8
* Maven

Running it!

  • Run MyPublisher for set up the Endpoint
  • Run MyClient with two arguments: your name and your postal code and will return a JSON
  • It will return a JSON the city:
        {"name":"Marta","postalCode":"33213","city":"Gijon"}

About

JAX-WS to create a SOAP Web Service Endpoint without any framework. Given a postal code, returns the city with GeoNames.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages