Posted 9/25/2007 11:30:20 AM | | | 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:
Line 153: [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://schemas.microsoft.com/crm/2006/WebServices")]Line 154: public BusinessEntityCollection RetrieveMultiple([System.Xml.Serialization.XmlElementAttribute(Namespace="http://schemas.microsoft.com/crm/2006/WebServices")] QueryBase query) {Line 155: object[] results = this.Invoke("RetrieveMultiple", new object[] {Line 156: query});Line 157: return ((BusinessEntityCollection)(results[0])); |
Source File: c:\inetpub\wwwroot\XOGENT.PinGenerator\Web References\CRMService\Reference.cs Line: 155
Stack Trace:
[WebException: The request failed with HTTP status 400: Bad Request.] System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1358 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +218 XOGENT.PinGenerator.CRMService.CrmService.RetrieveMultiple(QueryBase query) in c:\inetpub\wwwroot\XOGENT.PinGenerator\Web References\CRMService\Reference.cs:155 XOGENT.PinGenerator.Logic.getPrefixes() in c:\inetpub\wwwroot\XOGENT.PinGenerator\Logic.cs:162 XOGENT.PinGenerator.GenerateNewLists.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\XOGENT.PinGenerator\GeneratorPage.aspx.cs:43 System.Web.UI.Control.OnLoad(EventArgs e) +67 c360.Toolkit.MsCrm.Pages.Edit.OnLoad(EventArgs e) +40 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +750 | I've went into all the config files to change the mscrmwebservice url to the proper one, yet I'm still getting this. I went through the stack... and sees that the problem occur when I'm using the RetrieveMultiple... does this mean i've set up the mscrmservices url incorrectly? |
| Posted 9/25/2007 1:14:30 PM | | | The stack trace of your error mentions that the problem occured in the "XOGENT.PinGenerator" class. I'm affraid this is not related to the c360 SDK and therefore I'm affraid I can't help you.
|
| Posted 9/25/2007 1:34:58 PM | | | thanx anyways |
| |
|