usnistgov / iheos-toolkit2

XDS Toolkit
https://ihexds.nist.gov
45 stars 25 forks source link

SOAPHeaderValidator.groovy incorrectly assumes the transaction is an AdhocQuery #588

Open stl-steve-moore opened 1 year ago

stl-steve-moore commented 1 year ago

SOAPHeaderValidator was created to validate elements/attributes in the SOAP Header of messages. Parsing was added for the SOAP Body, and that parsing assumed the body contained a Stored Query.

Need to move that out of the SOAPHeaderValidator. Several testplan.xml files need to be updated for this correction.