Sage 200 CRM Integrated set up Server Error in '/Sage200WebServices' Application

Hi All,

I'm setting up a Sage 200 CRM (7.1g) install with Sage 200 2011 SP5.
  1. I reconfigured Sage 200 2011 to user Form Launcher and reran the SP installation and the Sage200CRMDotNetSP5.exe file
  2. I then installed Sage200CRM from my developer CD
  3. I then ran the 7.1g Install on the SP5 download
  4. I set up my Synch values in Sage 200
  5. I set up my integration values in Sage 200CRM
  6. I ran my first synch with the time out set to one hour and the error threshold set to 1 (just as recommended in the deployment guide)
  7. When I checked the synch logs there where 3 entries all pointing to the fact they could not connect to the web service on https://<myserver>:10443/Sage200webservices/sagecrm.asmx
  8. I tried to connect to the URL directly in my browser and I get an application error "Server Error in '/Sage200WebServices' Application"
  9. I suspect this means the issue is with the Sage 200 set up. Should I uninstall both Sage 200 and CRM and reinstall from scratch?
  10. Is there a step I am missing on the Sage 200 set up? ( It was already installed and at SP5 before I got it but I suspect the vanilla install was carried out then service pack 5 installed.)

UPDATE:

I uninstalled sage 200CRM then Sage 200 and dropped the Sage 200 Configuration database

I then reinstalled Sage 200 and ensured the Form launcher option was checked.

I logged into the Sage 200 administrator and created a new Sage 200 Configuration Database. I noticed the CRM core component was not installed so I installed it in Administrator (I'm given to believe this is the component in Sage 200 that allows the Sage 200CRM to integrate)

I opened the https://<myserver>:10443/Sage200webservices/sagecrm.asmx URL in a browser.

I got the same message:

Server Error in '/Sage200WebServices' Application.

Request format is unrecognized.

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.InvalidOperationException: Request format is unrecognized.

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:

[InvalidOperationException: Request format is unrecognized.]

System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response) +405958

System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath) +212

System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated) +47

System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +193

System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +93

System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155