Skip to content

ddellagiacoma/introsde-2016-assignment-3-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

introsde-2016-assignment-3-client

This client calls the server: https://github.com/ddellagiacoma/introsde-2016-assignment-3-server

IMPLEMENTATION

The client is divided in the following packages and classes:

  • client
    • PeopleClient.java
  • introsde.document.ws
    • all the classes generated parsing the wsdl of the service

The classes was generated executing the following command line, inside the src folder of client:

wsimport -keep <serverURL>/ws/people?wsdl

The client runs each of 10 methods defined in server. Moreover, it prints into client-server.log file the server WSDL url and, for each method, methods name and number, parameters passed and response received in detail.

DEPLOYMENT

The client can be easily tested copying the repository in local

git clone https://github.com/ddellagiacoma/introsde-2016-assignment-3-client

And execute it

ant execute.client

Releases

No releases published

Packages

No packages published

Languages