Thursday 15 August 2019

There was an error downloading $metadata'. the request failed with the error message dynamics 365 finance & operations API JSON/SOAP

I was getting the below error while trying to download the latest metadata in SOAP visual studio reference service.

There was an error downloading $metadata'. the request failed with the error message

Usually we get this error when there is a problem with the AX service class. Make sure you are able to browse your AX SOAP service class through browser. If you could not then there is a problem in the coding.

For more details please see me previous post.

https://rahulmsdax.blogspot.com/2019/08/there-is-problem-with-server-sorry.html

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...