axisService.printWSDL(out, ip);
}
return;
} else if (xsd >= 0) {
res.setContentType("text/xml");
int ret = axisService.printXSD(res.getOutputStream(), req.getParameter("xsd"));
if (ret == 0) {
//multiple schemas are present and the user specified
//no name - in this case we cannot possibly pump a schema
//so redirect to the service root
res.sendRedirect("");