Please, go to the Wiki in order to get the instructions for this assignment.
Discover how to run the server and the client.
Note that the server requires code derived from translator.xsd,
and the client requires code derived from a wsdl file published by the server.
Next you must ensure that the client show something similar to:
Result of translating [hello] is [hola].
Some ideas for obtaining a 🎁 if you are the first that:
- The server side: Test the server side properly
- Back to the future: Upgrade to WSDL 2.0 and SOAP 1.2
- Armored SOAP: Secure the endpoint WS-Security
- Let's contract: Re-implement the project following Writing Contract-First Web Services tutorial