Hi,
I experinece this behaviour: 
I am sending files from client to server (without Rampart, using MTOM). I use 
something like this:

    Object responseObject = serviceStub.uploadWithResponse(param4);
    UploadWithResponseResponse response = 
(UploadWithResponseResponse)responseObject;
    System.out.println(response.getReturn_value());

At the same time I have System.out.println (or via  log4j) on server at the 
beginning and at the end of the called method. The problem is that when I send 
small files the server receives attachment and processes it and informs me 
about the end of the method. Then promptly the client receives the response,... 
But when I send larger files (~30MB) the server do all his part without any 
problem, but the client still waits for response. 

Does anybody know why? Should I change some settings?  Thanks Frogg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to