URL soapEncodingXmlResource = ResourceUtils.getResourceWithAbsolutePackagePath(getClass(),
"/xsds/", "soapEncoding.xsd");
soapEncodingXml = XmlUtils.createXmlObject(soapEncodingXmlResource, options);
} catch (XmlException ex) {
throw new SoapBuilderException(ex);
}
}