You must create a request object and any required parameter to be passed to the web service. In the sample client application, the following code creates a lookup request object:
CustomerLookupRequest request = new CustomerLookupRequest();
request.setCustomerID_in(CustomerID);