ContributionsMost RecentMost LikesSolutionsRe: ERROR:java.net.SocketException: Connection resetok issue was fixed. what was causing the issue to happen was a property with multi-line value (value was splitted in multiple lines i don't know wht) .Re: [SOLVED] ERROR:java.net.SocketException: Connection resetok issue was fixed. what was causing the issue to happen was a property with multi-line value (value was splitted in multiple lines i don't know wht) .[SOLVED] ERROR:java.net.SocketException: Connection resethi support, i noticed that every time i run a request against our REST service soapui is returning me the given error. what is interesting is that the rest call is successfully received and processed by the server and the HTTP response header is correct. the fact is that this error is displayed every time i run a request. also, i noticed that this just happens when running a POST. it does not happens on GET or DELETE. didn't tried with PUT or HEAD. i am using soapui Pro 4.0.1. can anyone help me with this? below is the log file: Wed Nov 23 14:21:28 EST 2011:ERROR:java.net.SocketException: Connection reset java.net.SocketException: Connection reset at java.net.SocketInputStream.read(Unknown Source) at java.io.BufferedInputStream.fill(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at org.apache.commons.httpclient.WireLogInputStream.read(WireLogInputStream.java:81) at org.apache.commons.httpclient.ChunkedInputStream.readCRLF(ChunkedInputStream.java:204) at org.apache.commons.httpclient.ChunkedInputStream.nextChunk(ChunkedInputStream.java:219) at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:176) at java.io.FilterInputStream.read(Unknown Source) at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:108) at java.io.FilterInputStream.read(Unknown Source) at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:127) at com.eviware.soapui.support.Tools.writeAll(Tools.java:402) at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpMethodSupport.getResponseBody(HttpMethodSupport.java:149) at com.eviware.soapui.impl.wsdl.submit.transports.http.support.methods.ExtendedPostMethod.getResponseBody(ExtendedPostMethod.java:130) at com.eviware.soapui.impl.wsdl.submit.transports.http.SinglePartHttpResponse.<init>(SinglePartHttpResponse.java:49) at com.eviware.soapui.impl.wsdl.submit.filters.HttpPackagingResponseFilter.httpRequest(HttpPackagingResponseFilter.java:78) at com.eviware.soapui.impl.wsdl.submit.filters.HttpPackagingResponseFilter.afterAbstractHttpResponse(HttpPackagingResponseFilter.java:44) at com.eviware.soapui.impl.wsdl.submit.filters.AbstractRequestFilter.afterRequest(AbstractRequestFilter.java:64) at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:228) at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:123) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) ERROR:java.net.SocketException: Connection resethi support, i noticed that every time i run a request against our REST service soapui is returning me the given error. what is interesting is that the rest call is successfully received and processed by the server and the HTTP response header is correct. the fact is that this error is displayed every time i run a request. i am using soapui Pro 4.0.1. can anyone help me with this? below is the log file: Wed Nov 23 14:21:28 EST 2011:ERROR:java.net.SocketException: Connection reset java.net.SocketException: Connection reset at java.net.SocketInputStream.read(Unknown Source) at java.io.BufferedInputStream.fill(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at org.apache.commons.httpclient.WireLogInputStream.read(WireLogInputStream.java:81) at org.apache.commons.httpclient.ChunkedInputStream.readCRLF(ChunkedInputStream.java:204) at org.apache.commons.httpclient.ChunkedInputStream.nextChunk(ChunkedInputStream.java:219) at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:176) at java.io.FilterInputStream.read(Unknown Source) at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:108) at java.io.FilterInputStream.read(Unknown Source) at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:127) at com.eviware.soapui.support.Tools.writeAll(Tools.java:402) at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpMethodSupport.getResponseBody(HttpMethodSupport.java:149) at com.eviware.soapui.impl.wsdl.submit.transports.http.support.methods.ExtendedPostMethod.getResponseBody(ExtendedPostMethod.java:130) at com.eviware.soapui.impl.wsdl.submit.transports.http.SinglePartHttpResponse.<init>(SinglePartHttpResponse.java:49) at com.eviware.soapui.impl.wsdl.submit.filters.HttpPackagingResponseFilter.httpRequest(HttpPackagingResponseFilter.java:78) at com.eviware.soapui.impl.wsdl.submit.filters.HttpPackagingResponseFilter.afterAbstractHttpResponse(HttpPackagingResponseFilter.java:44) at com.eviware.soapui.impl.wsdl.submit.filters.AbstractRequestFilter.afterRequest(AbstractRequestFilter.java:64) at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:228) at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:123) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Re: Xquery Reference testcase properties?i am having the same issue. my scenario is: <date name="original_date">2011-03-29T13:50:00Z</date> ${#TestCase#dateHourUTC} = 2011-03-28T13 my xquery is the following: starts-with(//date[@name="original_date"]/text() , ${#TestCase#dateHourUTC} ) the error i am getting is the following: XQuery Match Assertion failed for path [starts-with(//date[@name="original_date"]/text() , ${#TestCase#dateHourUTC} )] : RuntimeException:java.lang.reflect.InvocationTargetException i also noticed that if i use single or double quotes with the property soapui ALWAYS says that the assertion pass (success) although the expected result points to a failure. can you point it out what we are doing wrong?Create 'Run Test Suite' option within a test suitehi all, i would like to suggest that within a test suite i have an option to run another test suite. in this way i improve test cases and test suites reusability instead of cloning test cases. as i know this can be difficult to understand i will try to illustrate it in the example below. test suite A - test case 1 - test case 2 test suite B - test case 3 - test case 4 - test case 5 test case C - test suite A (instead of cloning each test case from test suite A) - test suite B (instead of cloning each test case from test suite B) let me know if you have questions. - pedro carneiro.Move multiple test cases at oncehi all, i notice that from version 3.6.1 i cannot move more than one test case at a time. thus i would like to suggest you to please consider the option to move more than one test cases at a time (can be from right-click but drag and drop is more user-friendly and better). also, please consider that move test cases are more often in a scenario where you have more than one test suite. therefore, please don't forget to include an option to move multiple test cases from one test suite to another. thanks, - pedro carneiro.