Replies: 2 comments
-
Hello @anudhij , Oxalis does not provide schema/schematron validation services, it is a job for its users to implement required validations before sending. There are multiple reasons for this - starting from keeping validation rules actual. So to pass this part of test, you just had not to send anything back to TestBed :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure. Thanks @dladlk !! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are in the process of running all the tests from OpenPeppol Test Bed. We have successfully completed the tests for Standalone AP. While running the tests for BIS testing we are able to successfully complete the tests with Valid Payload, but the tests with Invalid Payload having validation errors are getting failed.
Peppol Testbed shows the below reason for test failure:
I am using Docker command to send the message to TestBed AP
Am I missing some parameter required to be passed for considering the validations before sending?
Beta Was this translation helpful? Give feedback.
All reactions