Hi I'm using WireMock first time.
I'm getting the following error message -
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 </title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /sdvalisvcService/validate/v1/validate_listing_cos. Reason:
<pre> java.lang.RuntimeException: java.net.SocketException: Software caused c
onnection abort: recv failed</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
</body>
</html>
What i did -
1. Ran a standalone version by -
java -jar wiremock-standalone-2.6.0.jar --proxy-all="url-to-my-server" --record-mappings --verbose
Server was up
2. Ran POST request using curl -
C:\DEV\Input>curl -H "Content-Type: application/json" -H "Accept: application/js
Can you please help?
Thanks,
Moran