/**
* Test a simple method that returns a field from the message context
*/
public void testMessageContextImplicit() throws Exception {
// Register the targetService service
SOAPService tgtSvc = new SOAPService(new RPCProvider());
tgtSvc.setOption("className", "test.RPCDispatch.Service");
tgtSvc.setOption("allowedMethods", "targetServiceImplicit");
provider.deployService(new QName(null, SOAPAction), tgtSvc);
ServiceDesc serviceDesc = tgtSvc.getServiceDescription();
serviceDesc.loadServiceDescByIntrospection(test.RPCDispatch.Service.class,