*/
rpc.setOption( "allowedMethods", "*");
// Set up service description
ServiceDesc sd = rpc.getServiceDescription();
sd.setImplClass(cl.loadClass(clsName));
sd.setTypeMapping(msgContext.getTypeMapping());
// Set engine, which hooks up type mappings.
rpc.setEngine(msgContext.getAxisEngine());