operation.executeInputOnlyOperation(inputMessage);
// -----------------------------------------------------------------------------------------------------
// Add to the basket again - the basket should be empty before this if previous operation worked!!
operation = port.createOperation("addItemOperation");
inputMessage = operation.createInputMessage();
outputMessage = operation.createOutputMessage();
faultMessage = operation.createFaultMessage();
debug("\n---> Invocation (remote): public Item addItem(java.lang.String itemNumber, java.lang.String itemName, int itemQuantity) throws org.apache.wsif.ejb.sample.shop.OutOfStockException, java.rmi.RemoteException, org.apache.wsif.ejb.sample.shop.InvalidItemException");