Fields Summary |
---|
private static final String | XMLSOAP_2004_09 |
public static final String | GET_REQUEST |
public static final String | GET_RESPONSE |
public static final String | GET_MDATA_REQUEST |
public static final String | MEX_NAMESPACE |
public static final String | MEX_PREFIX |
public static final String | WSA_ANON |
public static final String | WSA_PREFIX |
public static final String | SOAP_1_1 |
public static final String | SOAP_1_2 |
public static final String | SCHEMA_DIALECT |
public static final String | WSDL_DIALECT |
public static final String | POLICY_DIALECT |
public static final Level | ERROR_LOG_LEVELThis is the logging level that is used for errors
that occur while retrieving metadata. May not need to
log as Level.SEVERE since some errors will be expected.
For instance, a soap 1.1 endpoint will return a version
mismatch fault when a soap 1.2 request is made.
Because this level may be changed as development continues,
we are storing it in one place. |