Constant Field Values

Contents

org.apache.*

  • org.apache.wss4j.common.util.SOAPUtil 
    Modifier and Type Constant Field Value
    public static final String SAMPLE_SOAP_MSG "<?xml version=\"1.0\" encoding=\"UTF-8\"?><SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><SOAP-ENV:Body><add xmlns=\"http://ws.apache.org/counter/counter_port_type\"><value xmlns=\"\">15</value></add></SOAP-ENV:Body></SOAP-ENV:Envelope>"
  • org.apache.wss4j.dom.message.SignatureEncryptionTest 
    Modifier and Type Constant Field Value
    public static final String SAMPLE_SOAP12_FAULT_MSG "<?xml version=\"1.0\" encoding=\"UTF-8\"?><s:Envelope xmlns:s=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><s:Body><Fault xmlns=\"http://www.w3.org/2003/05/soap-envelope\"><Code><Value>Receiver</Value></Code><Reason><Text xml:lang=\"en\">Error Message.</Text></Reason></Fault></s:Body></s:Envelope>"