Hi,
I create a simple .net webpage to test the creation of Sales Invoice with Dynamics GP 2010 Web Services. I’m using the example in this link. http://msdn.microsoft.com/en-us/library/cc508459.aspx
Its running fine till it’s get to this point where it throws an exception.
salesInvoiceCreatePolicy = wsDynamicsGP.GetPolicyByOperation("CreateSalesInvoice", context);
When I check the DynamicsWebServicesExceptionConsole the error that I’m seeing is
“Could not find stored procedure 'dbo.ws_get_PolicyByOperation'.”
I have one company database.
Any ideas?
*This post is locked for comments