assertTrue("WebServiceContext did not expose " + propertyName.value, isFound.value);
// Make sure that the WebServiceContext's contents don't persist after the
// invocation. This is necessary to ensure proper gc and avoid accidental misuse.
WebServiceContext wsc = org.apache.axis2.jaxws.context.MessageContextImpl.webServiceContext;
assertTrue("WebServiceContext resources were not freed",
wsc.getMessageContext() == null);
if (exType != null)
assertTrue("Type of " + propertyName.value + " does not match [" + type.value + ", " + exType + "]",
type.value != null && type.value.indexOf(exType) > -1);