XML In Services Revision

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 536
Joined: August 26th, 2021, 9:56 am
Contact:

XML In Services Revision

Unread post by JustinVanRegenmorter »

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.
XmlErrors1.PNG
XmlErrors1.PNG (24.01 KiB) Viewed 5629 times
XmlErrors1.PNG
XmlErrors1.PNG (24.01 KiB) Viewed 5629 times

When the user sees this error they can enter into the service and see which service node is causing the error.
XmlErrors2.PNG
XmlErrors2.PNG (39.07 KiB) Viewed 5629 times
XmlErrors2.PNG
XmlErrors2.PNG (39.07 KiB) Viewed 5629 times

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.
XmlErrors3.PNG
XmlErrors3.PNG (3.7 KiB) Viewed 5629 times
XmlErrors3.PNG
XmlErrors3.PNG (3.7 KiB) Viewed 5629 times

Resolving the issue will remove the error and the service is now able to be built.
XmlErrors4.PNG
XmlErrors4.PNG (27.98 KiB) Viewed 5629 times
XmlErrors4.PNG
XmlErrors4.PNG (27.98 KiB) Viewed 5629 times
word count: 179
Locked