}
public void testWebServiceHandler() throws Exception {
String contextPath = "/foo/webservice.ws";
MockWebServiceContainer webServiceInvoker = new MockWebServiceContainer();
container.addWebService(contextPath, null, webServiceInvoker, null, null, null, null, null, cl);
HttpURLConnection connection = (HttpURLConnection) new URL(hostURL + contextPath).openConnection();
try {
BufferedReader reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));