// Check or generate the the schema if this call is unconfigured
generateOrUpdateSchemas(opMetaData);
// Associate a message context with the current thread
SOAPMessageContextJAXRPC msgContext = new SOAPMessageContextJAXRPC();
MessageContextAssociation.pushMessageContext(msgContext);
Object retObj = null;
try
{
retObj = super.invoke(opName, inputParams, forceOneway);