Forum Discussion

kingmark's avatar
12 years ago

Error getting response;java.net.Unknown HostException:ole.pc

Running simple Login Request in Soap UI


<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sam="http://www.example.org/sample/">
<soapenv:Header/>
<soapenv:Body>
<sam:login>
<username>Login</username>
<password>Login123</password>
</sam:login>
</soapenv:Body>
</soapenv:Envelope>

Getting the following response:


Error getting response;java.net.Unknown HostException:ole.pc
  • nmrao's avatar
    nmrao
    Champion Level 3
    Is the endpoint you are hitting the request active?