stub._getServiceClient().getOptions().setProperty( > HTTPConstants.CHUNKED, Constants.VALUE_FALSE);
But doing this forces the message to be buffered in the client side & this might make large attachments to fail..
> Now I managed to transfer a file from the service to the client, but if I try to transfer a file > 23963 Bytes, the file is cut.
Are you getting any error messages... Please try increasing the socket time out by using options.setTimeOutInMilliSeconds()...
Thanks, Thilina -- Thilina Gunarathne - http://www.wso2.com - http://thilinag.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
