Practical 2
Create a Simple SOAP service. 

Software Tools Required:

•	Code Editor: Eclipse IDE 
•	Build Automation Tool: Apache Maven
•	SOAP Testing Tool: SOAPUI
•	Framework: Apache CXF
•	Programming Language: Java 


Downloads Required:

•	Apache Maven: Download Apache Maven – Maven 
•	JDK: Java Downloads | Oracle India (x64 MSI Installer)
•	Eclipse IDE: Eclipse downloads - Select a mirror | The Eclipse Foundation
•	SOAP Testing Tool: Download REST & SOAP Automated API Testing Tool | Open Source | SoapUI  (SoapUI Open Source)


After Downloading JDK and Maven, Set the Path in Environment Variable in User Variables > Path > Edit > New and Paste the Path for JDK and Maven and check the versions for both in command prompt.

Demonstration:

Path Set

C:\Program Files\Java\jdk-23\bin
D:\apache-maven-3.9.9\bin


check version in cmd 
java --version
mvn -v


