Files
aws/workspace/validation/run
Pascal Obry c524ff429c Add XML/SOAP/xsd validation scripts.
TN eng/toolchain/aws#101
2025-10-21 18:18:18 +02:00

8 lines
171 B
Bash
Executable File

#!/bin/bash
echo "========== 1"
xmllint --noout --schema soap-envelope.xsd message-ok.xml
echo "========== 2"
xmllint --noout --schema soap-envelope.xsd message-nok.xml