S
Stephen McCrea
I moved a web service from my development machine (once everything was
working fine) to the release machine and the release box the service fails
on calls that return a DataSet - other calls that return simple variables or
arrays of objects work fine. I believe that there is no major difference
between the two IIS 6.0s xcept that the release machine is on Windows 2003
server and the development machine is Windows XP Pro.
I have included the error page below - can anyone give me a hint?
Thanks,
Server Error in '/' Application.
----------------------------------------------------------------------------
----
The request failed with HTTP status 400: Bad Request.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Net.WebException: The request failed with HTTP
status 400: Bad Request.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[WebException: The request failed with HTTP status 400: Bad Request.]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean
asyncCall) +1352
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) +218
mccreaengineering.profilessvc_local.ProjectProfilesService.GetUserDataset()
+32
mccreaengineering.ProjectMgr.licenseusers.BindDataGrid() +101
mccreaengineering.ProjectMgr.licenseusers.Page_Load(Object sender,
EventArgs e) +300
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
working fine) to the release machine and the release box the service fails
on calls that return a DataSet - other calls that return simple variables or
arrays of objects work fine. I believe that there is no major difference
between the two IIS 6.0s xcept that the release machine is on Windows 2003
server and the development machine is Windows XP Pro.
I have included the error page below - can anyone give me a hint?
Thanks,
Server Error in '/' Application.
----------------------------------------------------------------------------
----
The request failed with HTTP status 400: Bad Request.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Net.WebException: The request failed with HTTP
status 400: Bad Request.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[WebException: The request failed with HTTP status 400: Bad Request.]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean
asyncCall) +1352
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) +218
mccreaengineering.profilessvc_local.ProjectProfilesService.GetUserDataset()
+32
mccreaengineering.ProjectMgr.licenseusers.BindDataGrid() +101
mccreaengineering.ProjectMgr.licenseusers.Page_Load(Object sender,
EventArgs e) +300
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731