Hi everyone
We’ve implemented a new custom projection in IFS Developer Studio which includes an attribute for the description for a part main group:
fetch = "Eng_Part_Main_Group_API.Get_Description(part_main_group)";
Some of the descriptions include special characters such as ampersand &, slashes / etc.
When I call the PartMainGroupHandling.svc/EngPartMainGroups REST API from PostMan the descriptions are returned without any problems, including the special characters.
When I call the REST API for our new projection, I get
<ERROR>{"error":{"code":"ODP_SERIALIZATION_ERROR","message":"Error while serializing contents."}}</ERROR>
If I remove the special characters from the descriptions the REST API for the new projection works fine.
What do I need to do to get the REST API to serialise the special characters?
Any suggestions much appreciated!
Marion