| com.eviware.soapui.impl.wsdl.support.soap.SoapVersion
All known Subclasses: com.eviware.soapui.impl.wsdl.support.soap.AbstractSoapVersion,
SoapVersion | public interface SoapVersion (Code) | | Public behaviour for a SOAP Version
author: ole.matzura |
Inner Class :public static class Utils | |
getEncodingNamespace | public String getEncodingNamespace()(Code) | | |
getEnvelopeNamespace | public String getEnvelopeNamespace()(Code) | | |
getEnvelopeType | public SchemaType getEnvelopeType()(Code) | | |
getFaultType | public SchemaType getFaultType()(Code) | | |
getSoapEncodingSchema | public XmlObject getSoapEncodingSchema() throws XmlException, IOException(Code) | | |
getSoapEnvelopeSchema | public XmlObject getSoapEnvelopeSchema() throws XmlException, IOException(Code) | | |
shouldIgnore | public boolean shouldIgnore(XmlValidationError xmlError)(Code) | | Checks if the specified validation error should be ignored for a message with
this SOAP version. (The SOAP-spec may allow some constructions not allowed by
the corresponding XML-Schema)
|
validateSoapEnvelope | public void validateSoapEnvelope(String soapMessage, List<XmlError> errors)(Code) | | |
|
|