*/
private byte[] getMessageAsBytes() throws Exception {
String to = "http://127.0.0.1:" + 9999 //serverPort
+ "/axis2/services/RMSampleService";
SOAPFactory factory = new SOAP11Factory();
SOAPEnvelope dummyEnvelope = factory.getDefaultEnvelope();
// Create a "new" application message
MessageContext messageContext = new MessageContext();
messageContext.setConfigurationContext(serverConfigContext);
messageContext.setAxisService(serverConfigContext