Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Fahad 

K A <fahadka.mec@gmail.com>

Fwd: Assignment 6
1 message

Fahad KA <fahad.ka@coolmindsinc.com> Thu, Feb 20, 2014 at 3:32 PM
To: fahadka.mec@gmail.com

­­­­­­­­ Original Message ­­­­­­­­
Subject: Assignment 6
Date: 2014­02­20 08:02
From: "Kishor K" <kishor@coolmindsinc.com>
To: "Lebin Baby" <lebin.baby@coolmindsinc.com>, "Bibin Jose" <bibin.jose@coolmindsinc.com>, "Fahad K
A" <fahad.ka@coolmindsinc.com>

Find below a brief summary of the tasks.

Write a Webservice called “Scrubber” that can be deployed as an ear
file in JBoss. It should be implemented as a JBoss Webservice. It should
be able to do the following.

        * The Scrubber webservice should have a method with signature as
follows.

ValidateAddressResponse validateAddress(ValidateAddressRequest
validateAddressRequest)

ValidateAddressRequest should have the following fields –
streetAddress, zipCode
ValidateAddressResponse should have the following fields ­
streetAddress, zipCode, city, state, errorCode, errorMessage

When the application receives a validateAddress() call it should call an
external webService to validate the address(act as Client to an external
webservice called MelissaData) and prepare and send the
ValidateAddressResponse back.

Find below the required information for the MelissaData. Go through the
wsdl to decide on the method and parameters to use in that service.

melissadata.url: 'http://ws.melissadata.com/dqws/address.asmx?wsdl'
melissadata.user: '111540644'
melissadata.timeout: '5'

        * Call the Scrubber WebService methods from a jsp/servlet combination
in a war file inside the ear file.

Discuss with me in case you need any clarification.

* Comments should be added to each method, step in the code and
build files.
* Any variables used should be self explanatory.
* Documentation is available on the apache ant & axis sites.
* Send a status email to me in reply to this email every evening
summarizing the things done on that day.
­­ 

With Regards..
Fahad

You might also like