import * as DOM from './DOM';
import * as SOAP from './SOAP';
import * as WSDL from './WSDL';
import * as XML from './XML';
export * from './soap-client';
export { DOM, XML, SOAP, WSDL };
