2 Replies Latest reply on Jul 26, 2005 5:59 PM by thomas.diesler

    Is array wrapping a must when using rpc/lit ?

    thomas.diesler

      You could have a look at the samples or the marshalling tests in the testsuite. They both use arrays, e.g

      public interface OrderProcess extends Remote
      {
       OrderResponse processOrder(OrderItem[] items, Person person) throws RemoteException, OrderException;
      }