}
private JaxRpcServiceInfo getJaxRpcServiceInfo(ClassLoader classLoader) throws OpenEJBException {
JavaWsdlMapping mapping = null; // the java to wsdl mapping file
CommonsSchemaInfoBuilder xmlBeansSchemaInfoBuilder = new CommonsSchemaInfoBuilder(null, null); // the schema data from the wsdl file
PortComponent portComponent = null; // webservice.xml declaration of this service
Port port = null; // wsdl.xml declaration of this service
String wsdlFile = null;
XmlSchemaInfo schemaInfo = xmlBeansSchemaInfoBuilder.createSchemaInfo();