@Test
 public void testGetBody() throws Exception {
   SoapBody body = soapEnvelope.getBody();
   assertNotNull("No body returned", body);
 }