"</soapenv:Body>" +
"</soapenv:Envelope>";
public void testWS() throws Exception {
clearMessages();
SendWSMessage ws = new SendWSMessage();
String url = "http://localhost:8080/Quickstart_webservice_proxy_versioning/http/Proxy_Versioning/Proxy-OldVersion"; // the old ws format ("ant runold" or "ant runtest")
String versionstring = "old";
System.out.println("**** REQUEST URL: " + url);