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

Client is not able to read long response [SWS-115] #270

Closed
gregturn opened this issue Apr 25, 2007 · 1 comment
Closed

Client is not able to read long response [SWS-115] #270

gregturn opened this issue Apr 25, 2007 · 1 comment
Assignees
Milestone

Comments

@gregturn
Copy link
Contributor

Arjen Poutsma opened SWS-115 and commented

From the forum: http://forum.springframework.org/showthread.php?t=37937

I'm using WebLogic for running Spring-WS.
When responce of the service is quite long (in my case around 100 kb) WL is not using "Content-Length" http header.

In this case on client side getResponseContentLength method will return -1.
As a result AbstractHttpSendingWebServiceConnection.hasRespons e()==false.
Finally returned value of service call is null.

The same service call is working fine if the result is smaller (~5 kb).

Seems to be client should not ignore the content of http responce just because of missing "Content-Length" value in the header.


Referenced from: commits f75bf9d, 9873d92

@gregturn
Copy link
Contributor Author

Arjen Poutsma commented

Closing RC1 issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants