super(name);
}
public void testWS() throws Exception {
clearMessages();
SendWSMessage ws = new SendWSMessage();
String url = "http://localhost:8080/Quickstart_webservice_proxy_basic_ws/HelloWorldWS";
PostMethod method = new PostMethod(url);
method.setRequestHeader("Content-Type", "text/xml;charset=UTF-8");