The request failed with HTTP status 400: Bad Request
-
Hi All, We are facing below issue in the application. Its happening very seldom and for specific users only. Out of 100 users it is happening for 1 or 2 users. In the application when we are making a service call it is throwing this excpetion. please can any one tell me what can be reason? I tried google there are many reasons but i am not able to conclude and reproduce the exception. Its very intresting as its working fine for all other users but for some specific users its not working :( The request failed with HTTP status 400: Bad Request. Stack: at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
modified on Friday, April 24, 2009 1:56 PM
-
Hi All, We are facing below issue in the application. Its happening very seldom and for specific users only. Out of 100 users it is happening for 1 or 2 users. In the application when we are making a service call it is throwing this excpetion. please can any one tell me what can be reason? I tried google there are many reasons but i am not able to conclude and reproduce the exception. Its very intresting as its working fine for all other users but for some specific users its not working :( The request failed with HTTP status 400: Bad Request. Stack: at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
modified on Friday, April 24, 2009 1:56 PM
Seems that you are using webService and for some reason the response returned to asp application is not well formed, maybe the problem could be with the webService. The problem occurs in specific pages? or random pages?
-
Seems that you are using webService and for some reason the response returned to asp application is not well formed, maybe the problem could be with the webService. The problem occurs in specific pages? or random pages?
Thanks for the reply.. Yeah the problem occurs for a specific call in a perticular page... This call is getting failed only for some users .... We never got this issue in the QA. But in the production very few users are having this problem. At our end we are not able to reproduce the issue. The service that we are calling is third party. There they are saying that they are not getting any request .. Request is getting failed .... We are not sure what can be the issue to fix it :(
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
-
Thanks for the reply.. Yeah the problem occurs for a specific call in a perticular page... This call is getting failed only for some users .... We never got this issue in the QA. But in the production very few users are having this problem. At our end we are not able to reproduce the issue. The service that we are calling is third party. There they are saying that they are not getting any request .. Request is getting failed .... We are not sure what can be the issue to fix it :(
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
Well, the problem is with one particular page, one service, maybe one particula webMethod? Maybe the users with problem has the same work to do, so only them use that part of the webService, that could explain why only they are being affected. In order to reproduce the bug, you must identifi the webMethod (or methods) and send the same information than the user are sending to receive the same answer from the service.
-
Well, the problem is with one particular page, one service, maybe one particula webMethod? Maybe the users with problem has the same work to do, so only them use that part of the webService, that could explain why only they are being affected. In order to reproduce the bug, you must identifi the webMethod (or methods) and send the same information than the user are sending to receive the same answer from the service.
Rolcr wrote:
the problem is with one particular page, one service, maybe one particula webMethod?
Exactly, only for one perticual webmethod we are facing this issue and only for some users ....
Rolcr wrote:
In order to reproduce the bug, you must identifi the webMethod (or methods) and send the same information than the user are sending to receive the same answer from the service.
We knew the WebMethod. and we send the same information data the users are sending and we were able to send that information ... Thats the problem we are not able to replroduce the issue.... We know issue is there as we are seeing exceptions in the production log :(
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog