XML In Services Revision
Posted: November 23rd, 2021, 9:01 am
As of DesignTime revision 2072 and RunTime revision 801 the XML in services has been revamped to allow the backend to help more with logic development. Services now throws errors when it cannot build properly. This is indicated by a red triangle with a exclamation point in it.
When the user sees this error they can enter into the service and see which service node is causing the error.
Hovering over this error will give a more detailed explanation of what is causing the error. In this example the InnerNode XML tag is missing a / in the end tag.
Resolving the issue will remove the error and the service is now able to be built.
When the user sees this error they can enter into the service and see which service node is causing the error.
Hovering over this error will give a more detailed explanation of what is causing the error. In this example the InnerNode XML tag is missing a / in the end tag.
Resolving the issue will remove the error and the service is now able to be built.