* @throws Exception Failed
*/
private void doTestJMSBinding(Operation expectedOperation, List<Operation> operations, String scaOperationName)
throws Exception {
// Create the test JMS Binding
final JMSBinding jmsBinding = new JMSBinding();
JMSResourceFactory jmsResourceFactory = null;
// Extra information for the method we are invoking
final String operationParams = "Hello";
final Object operationReturnValue = "Operation Success";