Forum Discussion
Volvo_Informati_1
12 years agoOccasional Contributor
Hi
Thanks for the fast response.
I will try to minimize the project and then send it to you.
Meanwhile:
This is the output when running in SoapUI:
Thu Oct 31 15:08:35 CET 2013:DEBUG:Sending request: GET /v10/carLocator.do HTTP/1.1
Thu Oct 31 15:08:35 CET 2013:DEBUG:Receiving response: HTTP/1.1 200 OK
Thu Oct 31 15:08:35 CET 2013:DEBUG:Connection can be kept alive indefinitely
Thu Oct 31 15:08:35 CET 2013:DEBUG:Stale connection check
Thu Oct 31 15:08:35 CET 2013:DEBUG:Attempt 1 to execute request
Thu Oct 31 15:08:35 CET 2013:DEBUG:Sending request: GET /customerapi/rest/v3.0/vehicles/SOAP2030874909256/position?client_latitude=50.05078&client_accuracy=1&client_longitude=9.07546 HTTP/1.1
And this is the output when running using testrunner.sh:
17:08:30,606 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Sending request: GET /v10/carLocator.do HTTP/1.1
17:08:30,609 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Receiving response: HTTP/1.1 200 OK
17:08:30,609 DEBUG [HttpClientSupport$SoapUIHttpClient] Connection can be kept alive indefinitely
17:08:30,670 INFO [SoapUIProTestCaseRunner] Assertion [Script Assertion] has status VALID
17:08:30,671 INFO [SoapUIProTestCaseRunner] running step [GetPosition - distance check true]
17:08:30,689 DEBUG [HttpClientSupport$SoapUIHttpClient] Stale connection check
17:08:30,694 DEBUG [HttpClientSupport$SoapUIHttpClient] Attempt 1 to execute request
17:08:30,694 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Sending request: GET /customerapi/rest/v3.0/vehicles/SOAP3747452760855/position HTTP/1.1
The SOAP.... part of the URL is generated every time so it should be unique.
/Regards Pontus
Thanks for the fast response.
I will try to minimize the project and then send it to you.
Meanwhile:
This is the output when running in SoapUI:
Thu Oct 31 15:08:35 CET 2013:DEBUG:Sending request: GET /v10/carLocator.do HTTP/1.1
Thu Oct 31 15:08:35 CET 2013:DEBUG:Receiving response: HTTP/1.1 200 OK
Thu Oct 31 15:08:35 CET 2013:DEBUG:Connection can be kept alive indefinitely
Thu Oct 31 15:08:35 CET 2013:DEBUG:Stale connection check
Thu Oct 31 15:08:35 CET 2013:DEBUG:Attempt 1 to execute request
Thu Oct 31 15:08:35 CET 2013:DEBUG:Sending request: GET /customerapi/rest/v3.0/vehicles/SOAP2030874909256/position?client_latitude=50.05078&client_accuracy=1&client_longitude=9.07546 HTTP/1.1
And this is the output when running using testrunner.sh:
17:08:30,606 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Sending request: GET /v10/carLocator.do HTTP/1.1
17:08:30,609 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Receiving response: HTTP/1.1 200 OK
17:08:30,609 DEBUG [HttpClientSupport$SoapUIHttpClient] Connection can be kept alive indefinitely
17:08:30,670 INFO [SoapUIProTestCaseRunner] Assertion [Script Assertion] has status VALID
17:08:30,671 INFO [SoapUIProTestCaseRunner] running step [GetPosition - distance check true]
17:08:30,689 DEBUG [HttpClientSupport$SoapUIHttpClient] Stale connection check
17:08:30,694 DEBUG [HttpClientSupport$SoapUIHttpClient] Attempt 1 to execute request
17:08:30,694 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Sending request: GET /customerapi/rest/v3.0/vehicles/SOAP3747452760855/position HTTP/1.1
The SOAP.... part of the URL is generated every time so it should be unique.
/Regards Pontus