In soap UI I copied by payload with using soap envelop I got the below Error:
Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:urn:emp-org:xi">
<soapenv:Header/>
<soapenv:Body
<ns0:emp xmlns:ns0="urn:emp-org:xi">
<ns0:AddressLine1> STREET1</ns0:AddressLine1>
<ns0:AddressLine2>12</ns0:AddressLine2>
<ns0:Town>BRMK</ns0:Town>
</ns0:emp>
>
</soapenv:Body>
</soapenv:Envelope>
Error in Response(SoapUI):
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>An error was detected while executing the Web Service request. (10893)</faultstring>
<detail>
<ns1:FaultDetail xmlns:ns1="urn:soap-fault:details">
<errorMessage>Web Service application not found: urn:emp-org:xi (10858)</errorMessage>
<requestID>2272324dad04b145:3969e2f4:150dc341ea9:-7fff#53</requestID>
</ns1:FaultDetail>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>