}
protected void setUp() throws Exception {
// Create a factory
_factory = OMAbstractFactory.getOMFactory();
_client = new ServiceClientUtil();
// Use the factory to create three elements
OMNamespace pmapi = _factory.createOMNamespace("http://www.apache.org/ode/pmapi", "pmapi");
OMElement root = _factory.createOMElement("deploy", pmapi); // qualified operation name
OMElement namePart = _factory.createOMElement("name", null);