Is anyone currently using the method signatures with the MessageContext argument on document-style services with the MsgProvider? e.g.:
public void myMethod(MessageContext context, Document doc) I am planning to remove this functionality over the weekend. Please switch to using MessageContext.getCurrentContext() if you haven't already. Thanks, --Glen