*/
public void testJAXBOutflowPerf() throws Exception {
// Create a SOAP 1.1 Message
MessageFactory mf = (MessageFactory)
FactoryRegistry.getFactory(MessageFactory.class);
Message m = mf.create(Protocol.soap11);
// Indicate that the style is RPC, Indicate the Operation QName
m.setStyle(Style.RPC);
QName opQName = new QName("urn://sample", "op", "m");
m.setOperationElement(opQName);