Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to get the full Server Response for GET Method..... #31

Open
anamhybris opened this issue Sep 22, 2014 · 0 comments
Open

Fail to get the full Server Response for GET Method..... #31

anamhybris opened this issue Sep 22, 2014 · 0 comments

Comments

@anamhybris
Copy link

*** Settings ***
Library HttpLibrary.HTTP
Library Collections
Library OperatingSystem

*** Test Cases ***
WS01 GET
Create Http Context ps-gamma-dev1.mtl.fra.hybris.com:19201 scheme=http
Set Basic Auth admin nimda
GET /ws410/rest/iconicfeatures/IF1
Log Response Body

The above is my Test Case. I should get the following response from the server for my Web services:

2014-09-22T17:31:05-04:00 2014-09-22T17:44:50-04:00 true /yb2bacceleratorstorefront/iconlegend waterproof description-ws waterproof-ws

But I got a partial response after running my above scripts:

KEYWORD: HttpLibrary.HTTP.Log Response Body Expand All
Documentation:
Logs the response body.
Start / End / Elapsed: 20140922 17:44:51.908 / 20140922 17:44:51.909 / 00:00:00.001
17:44:51.909 INFO Response body:
17:44:51.909 INFO 2014-09-22T17:31:05-04:002014-09-22T17:44:19-04:00true

Can you please tell me the issue for getting partial XML response. Thanks.

Anamul

@anamhybris anamhybris reopened this Sep 22, 2014
@anamhybris anamhybris changed the title Fail to get the full Server Response..... Fail to get the full Server Response for GET Method..... Sep 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant