I am receiving the following error : "HTTP: 405 Method Not allowed", when making the folllowing web service call in my VS 2010 c# application:
payablesInvoiceCreatePolicy = wsDynamicsGP.GetPolicyByOperation("CreatePayablesInvoice", context);
Instantiating the web service works fine, and this call worked previously then stopped working.
No events are logged in the Web services exception console.
Thanks in advance for any guidance.
Joe
*This post is locked for comments