testClientRequestNotUnderstoodHeaders() Test the mustUnderstand soap header attribute on the client's
outbound soap message for headers that are not understood.
public void
testClientRequestUnderstoodHeaders() Test the mustUnderstand soap header attribute on the client's
outbound soap message for headers that should be understood.
public void testClientRequestNotUnderstoodHeaders()(Code)
Test the mustUnderstand soap header attribute on the client's
outbound soap message for headers that are not understood. Should cause an
exception.
testClientRequestUnderstoodHeaders
public void testClientRequestUnderstoodHeaders()(Code)
Test the mustUnderstand soap header attribute on the client's
outbound soap message for headers that should be understood. Should not cause an
exception.
testClientResponseNotUnderstoodHeaders
public void testClientResponseNotUnderstoodHeaders()(Code)
Test the mustUnderstand soap header attribute on the server's
outbound soap message (i.e. the inbound response to the client) for headers that
are not understood. Should cause an exception.
testClientResponseUnderstoodHeaders
public void testClientResponseUnderstoodHeaders()(Code)
Test the mustUnderstand soap header attribute on the server's
outbound soap message (i.e. the inbound response to the client) for headers that
are understood. Should not cause an exception.