processor.setContext(env);
processor.execute();
Class clz = classLoader
.loadClass("org.apache.cxf.w2j.hello_world_soap_http.service.SOAPServiceTest1");
WebServiceClient webServiceClient = AnnotationUtil
.getPrivClassAnnotation(clz, WebServiceClient.class);
assertEquals("http://cxf.apache.org/w2j/hello_world_soap_http/service",
webServiceClient.targetNamespace());
File file = new File(output,
"org/apache/cxf/w2j/hello_world_soap_http/Greeter_SoapPortTest1_Client.java");
FileInputStream fin = new FileInputStream(file);
byte[] buffer = new byte[30000];
int index = -1;