From 10922525f4cf55973cb0086735979bb8d72fbf93 Mon Sep 17 00:00:00 2001 From: cantor Date: Thu, 13 Aug 2009 18:53:17 +0000 Subject: [PATCH] Apply manual validators even when schema was used. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@632 de75baf8-a10c-0410-a50a-987c0e22f00f --- xmltooling/soap/impl/SOAPClient.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmltooling/soap/impl/SOAPClient.cpp b/xmltooling/soap/impl/SOAPClient.cpp index 9082d41..43e4c19 100644 --- a/xmltooling/soap/impl/SOAPClient.cpp +++ b/xmltooling/soap/impl/SOAPClient.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -109,8 +109,8 @@ Envelope* SOAPClient::receive() auto_ptr xmlObject(XMLObjectBuilder::buildOneFromElement(doc->getDocumentElement(), true)); janitor.release(); - if (!m_validate) - SchemaValidators.validate(xmlObject.get()); + + SchemaValidators.validate(xmlObject.get()); Envelope* env = dynamic_cast(xmlObject.get()); if (!env) -- 2.1.4