throw new NonstandardException("Can not convert XSOAP remote reference to String", e);
}
// create the XmlBean ReferenceType
// ReferenceType wsdlReference = null;
ReferenceType xmlReference = null;
try {
// wsdlReference = (ReferenceType) ReferenceType.Factory.parse(wsdlString);
xmlReference = (ReferenceType) ReferenceType.Factory.parse(xmlString);
} catch (Exception e) {
// logger.severe("Can not convert stringified WSDL to XmlBean ReferenceType", e);