} else if (xsd != null) {
OutputStream out = res.getOutputStream();
res.setContentType("text/xml");
AxisService axisService = (AxisService) serviceObj;
//call the populator
axisService.populateSchemaMappings();
Hashtable schemaMappingtable =
axisService.getSchemaMappingTable();
ArrayList scheams = axisService.getSchema();
//a name is present - try to pump the requested schema