SOAP webservices with Maven, Introduction
Soap Webservices have been around for a while now. A Soap webservice consists of two parts; the WSDL which is basically the contract describing the interface, and the Endpoint which is the class where the call eventually ends up. In Java there are a few ways of setting up a Soap webservice. You could write… Continue reading SOAP webservices with Maven, Introduction