Web Application Using Spring & Web Service & Jaxb

I want to have an application in java using Spring Web Service and JAXB .

There should be SOAP service with following input and output

Input XML

<Query xmlns=”http://xml.ms.com/ns/SYWF/Customer/core”>
<Body>
<CustomerID>c1</CustomerID>
</Body>
</Query>

output XML ( values are for demo)

<customer id=”c1″>
<firstName>John</firstName>
<middleName>Molson</middleName>
<lastName>Dude</lastName>
<email>johnbeep.com</email>
</employee>

In the application:
Ignore database. Just fill values with typical names.
There should be XSD for input AND output.
An ant file for generating JAXB classes from XSD files(using xjc)
Application should use WebService and WebMethod ….
There should be a web page in application for testing OR Junit class to call SOAP service

Finally, application should work.

Please note that this job is a fix price job, and is very easy for who is expert in Spring, Web Service and JAXB, our budget for this application is around 15.00 USD

Leave a Reply

Your email address will not be published. Required fields are marked *