* Regression test for SYNAPSE-501.
*
* @throws Exception
*/
public void testSynapse501() throws Exception {
ValidateMediatorFactory mf = new ValidateMediatorFactory();
ValidateMediator validate = (ValidateMediator)mf.createMediator(
OMXMLBuilderFactory.createOMBuilder(ValidateMediatorTest.class.getResourceAsStream("synapse-501-conf.xml")).getDocumentElement(),
new Properties());
MessageContext synCtx = new TestMessageContextBuilder()
.addEntry("validate_schema", ValidateMediatorTest.class.getResource("synapse-501.xsd"))
.setEnvelope(ValidateMediatorTest.class.getResource("synapse-501-soap.xml")).build();