170171172173174175176177
OMElement ome = fac.createOMElement("localname", wrapNs); SOAPFactory sf = SOAPFactory.newInstance(); SOAPElement se = sf.createElement("name"); // Step 3: Do the conversion converter.toSAAJ(ome, se, sf); } }