// TODO: more or less a copy & paste of the other OMTestUtils class; clean this up
public class OMTestUtils {
public static OMXMLParserWrapper getOMBuilder(InputStream in) throws Exception {
return OMXMLBuilderFactory.createSOAPModelBuilder(
new OMDOMMetaFactory(), in, null);
}