MuleMessage result = client.send("http://localhost:" + dynamicPort.getNumber()
+ "/services/onewayWithSoapAction", prepareOneWayTestMessage(),
prepareOneWayWithSoapActionTestProperties());
assertEquals("", result.getPayloadAsString());
AsyncServiceWithSoapAction component = (AsyncServiceWithSoapAction)getComponent("asyncServiceWithSoapAction");
assertTrue(component.getLatch().await(1000, TimeUnit.MILLISECONDS));
}