"</soapenv:Body>" +
"</soapenv:Envelope>";
public void testWS() throws Exception {
clearMessages();
SendWSMessage ws = new SendWSMessage();
String url = "http://localhost:8080/Quickstart_webservice_proxy_routed/http/Proxy_Routed/Proxy_CBR";
String user = "jbossesb";
String hellostring = "hello";
System.out.println("**** REQUEST URL: " + url);