public void testOperationResolution_AsyncCallback_String_PAYLOAD() {
Service service = Service.create(wsdlDocumentLocation, serviceQName);
Dispatch<String> dispatch = service.createDispatch(portQName, String.class, Service.Mode.PAYLOAD);
assertNotNull(dispatch);
AsyncHandler asyncHandler = new TestAsyncHandler();
Future<?> future = dispatch.invokeAsync(echoBodyContent_PAYLOAD, asyncHandler);
TestClientInvocationController testController = getInvocationController();
InvocationContext ic = testController.getInvocationContext();
MessageContext requestMC = ic.getRequestMessageContext();