General Test
Start SoapUI and send the SOAP message below to sam-example-service2 endpoint,
for example:
http://localhost:8080/sam-example-service2/services/CustomerServicePort
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:cus="http://customerservice.example.com/">
<soapenv:Header/>
<soapenv:Body>
<cus:getCustomersByName>
<name>jacky</name>
</cus:getCustomersByName>
</soapenv:Body>
</soapenv:Envelope>