/BigDataSoap

A SOAP Web Service using Maven and Spring

Primary LanguageJava

BlogSoapGUI

Final CA: Big Data Integration

Requirements

You are required to build a SOAP based webservice and a simple blog application. Your SOAP based webservice must take posts from your BLOG and anonymize them before the blog post is displayed. This must continue until the client types EXIT. An Example is shown below:

BLOG POST > “Hello John, are you and Paul playing football on Friday?” ANONOMISED BLOG POST > “Hello ****, Are you and **** playing football on Friday?

GUI based client app built in JAVA:

  • The app handles errors such as webservice disconnected, empty inputs and file with the names not found.
  • The anonymised posts are displayed in a ScrollPane. The number of characters for each post is limited to 240 to avoid extreme long posts that would compromise how the content is displayed.