new QName("http://apache.org/hello_world/services",
"SoapPort");
@Test
public void testWSDLPublishWithCatalogs() throws Exception {
Endpoint ep = Endpoint.publish(null, new GreeterImpl());
try {
URL url = new URL("http://localhost:9000/SoapContext/SoapPort?"
+ "xsd=hello_world_schema2.xsd");
assertNotNull(url.getContent());
String result = IOUtils.toString((InputStream)url.getContent());