Frank, The information from the Client seems to give the best pointers:
> and the Clientapplication: > Tried to invoke method public boolean > indeedsimulation.ws.IndeedsimulationSoapBindingImpl.setFile(java.l ang.String,java.lang.String,javax.activation.DataHandler) throws > java.rmi.RemoteException with arguments > java.lang.String,java.lang.String,javax.activation.DataHandler. > The arguments do not match the > signature.; nested exception is: > java.lang.IllegalArgumentException: object is not an > instance of declaring > class Seems you are trying to send incompatible types over the wire - I'd check that what your client is actually sending is what your service is expecting... Jim
