Hello,
I would like to share my so called AlpineBits Editor
Here's a short feature list:
- XML Editor with several functions like: Code Completion, Beautify XML code
- Real time OTA, XSD and RNG validation of request and response message with error messages
- Supports placeholders in XML files {HOTELCODE}, {HOTELNAME}, {YEAR}
- Shortcut F10 to RUN
- Show header informations of request/response
- Load request from file
- Save request/response to file
- Store your server settings in browsers local storage
Don't hesitate to use it online.
The editor does also offer an online validator, similar to the
Official AlpineBits Validato. Consider that this validator does also return error messages in case the validation fails.
You can call it in the same way as the Official AlpineBits Validator using following URL:
Request Body JSON:
{
"version": "",
"msg": ""
}
Response Body JSON:
{
"version": "",
"result": {
"ota": false,
"otaerrors": [],
"xsd": false,
"xsderrors": [],
"rng": false,
"rngerrors": []
}
}
For any further information please contact me.
Regards,
Ulrich Seppi