Hi Guys,
Does anyone experience having this error with Web Service Consumer?
Caused by: java.io.IOException: java.util.concurrent.ExecutionException: java.lang.NumberFormatException
I noticed this happens whenever the webservice has response with 100 Continue. The sample below is the response I got from a service in which I'm getting this kind of error.
HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.0
Date: Sun, 17 Jul 2016 11:31:28 GMT
X-Powered-By: ASP.NET
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Sun, 17 Jul 2016 11:31:28 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 557
Does anyone know how to handle this kind of response?
Thanks,
Vince
I was able to resolve the below by using Generic connector (call the web service) and property primitive ( setting the Soap action)