Hi.
I have a problem when I want register PlugIn.
Recently, I have migrated CRM Server to a prodcution Server and I used IFD. Now, I can't register new plugin. I am using Plugin Registration Tool.
Error is:
Unhandled Exception: System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at PluginRegistrationTool.CrmSdk.Discovery.CrmDiscoveryService.Execute(Request Request)
at PluginRegistrationTool.CrmConnection.RetrieveOrganizations()
at PluginRegistrationTool.ConnectionsForm.OpenConnection(CrmConnection con)
Configuration that I use is
Label: CRM Connection
Discovery Server: https://corporate.crm.domain.com
Port: 443
Domain: domain
User Name: userName
Other issue is that I can't add to web reference to Crm Discovery Service. When I try do this, Visual Studio 2008 show following message: "The HTML document does not contain Web service discovery information".
The URL is: https://corporate.crm.domain.com/MSCRMServices/2007/SPLA/CrmDiscoveryService.asmx
First, it show signin.aspx to introduce User Name and Password y then last message continue.
Can anyone help me?
Regards!
Alberto