Hello Guys
I would like to have your guide in this problem which am not able to find a solution.
I have expose a page ( page 254 - Purchase Journal) as a webservice from a navision 2013
The web service is up and running.
But my clients are danish. And their request have values in danish.
The navision does have multi language but i dun understand why it doesnot accept Danish values.
Am i missing something.
The error am getting
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Types.Exceptions.NavNCLOptionStringNotFoundException</faultcode>
<faultstring xml:lang="da-DK">OptionString not found.</faultstring>
<detail>
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">OptionString not found.</string>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
Please let me know.
THanks
Heveen
Comments
Try 2 things:
1- In Navision language "DA-DK" doesn't exists. The Language code is DAN
2- See if you have installed DAN language pack in your Server folder
Regards