public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-handler";
private static final String NAMESPACE_URI = "http://org.jboss.ws/samples/handler";
private static final String HEADER_NAMESPACE_URI = "http://org.jboss.ws/samples/handler/types";
public static Test suite()
{
return new JBossWSTestSetup(HeaderDIITestCase.class, "jaxrpc-samples-handler.war");
}