mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
8 lines
171 B
Bash
Executable File
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
|