getServiceRegistry().register(endpoint);
}
public void testWSDL() throws Exception
{
Document doc = getWSDLDocument("BeanCollectionInheritanceService");
addNamespace("xsd", SoapConstants.XSD);
assertValid("//xsd:element[@name='strings'][@type='tns:ArrayOfString']", doc);
assertValid("//xsd:element[@name='doubles'][@type='tns:ArrayOfDouble']", doc);
}