return requestFactory;
}
protected SOAPEnvelope getDummyEnvelope() {
// Set up an envelope to send
SOAPEnvelope envelope = new PasswordSOAP11Envelope("username", "password");
envelope.getBody().addNode("http://testns.com", "testname").addTextNode(null, "textelement", "value");
return envelope;
}