Hi,
I have created a service in Gateway. I get the results when I use GET for my url.
When I try to update the content using PUT method from Gateway client, i get the below error.
<?xml version="1.0" encoding="utf-8" ?>
-<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>005056A509B11EE1B9A8FBE8A101378B</code>
<message xml:lang="en">ResourcePath with NavigationPath is not supported for this Request Type</message>
</error>
I am using the same url which is used in GET, this gives me the exact line item of sales order which needs to be updated.
I have also implemented Update methods in the generated class.
Can anyone help me here?
Thanks,
Swetha