Re: DIME attachment error

2008-06-30 Thread ss shah
We fixed this problem as described in axis wiki :: http://wiki.apache.org/ws/FrontPage/Axis/AttachmentProblems Ss - Original Message From: ss shah <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Thursday, June 26, 2008 9:48:06 PM Subject: DIME attachment error Hi All,  

DIME attachment error

2008-06-26 Thread ss shah
larger than 1M, it works fine upto 1M. Thanks, Ss

Re: Help Requested: Sending file attachments greater than 4mb causes OOM errors

2008-05-28 Thread ss shah
Yes we are using DIME type attachments. You dont have to put attachments as part of WSDL. Follow the article on how to do attachments. Do it as "manual attachments" verses defining in the method signature i.e. in WSDL Ss Lyman <[EMAIL PROTECTED]> wrote:

Re: Help Requested: Sending file attachments greater than 4mb causes OOM errors

2008-05-28 Thread ss shah
I have successfully sent 20M attachments. My implementation is based on the articles in this newsgroup http://mail-archives.apache.org/mod_mbox/ws-axis-user/200411.mbox/[EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/msg08732/Fear_of_Attachments.pdf

Re: soap attachment or send as string

2008-04-07 Thread ss shah
Yes, you need some time and testing time to change to attachments. The only thing I can think of is maybe the client is timing out? Increasing the timeout will help. What is the error you get when files are not received? ss henry human <[EMAIL PROTECTED]> wrote: H

Re: ordering of attachments

2008-04-06 Thread ss shah
Did not get any reply on this? Anyone any guess? I did some testing and the attachments does seem to be received in the order they were attached, but I could not find anything anywhere which confirms this. Thanks, Ss ss shah <[EMAIL PROTECTED]> wrote: Got error the

Re: Fwd: Posting on behalf of Hari C -- Help Please

2008-04-06 Thread ss shah
Having different versions in the same war file is asking for trouble. Best solution will be to have two seperate war files. ss Anne Thomas Manes <[EMAIL PROTECTED]> wrote: -- Forwarded message -- From: Hari C Date: Sun, Apr 6, 2008 at 5:26 PM Subject

Re: soap attachment or send as string

2008-04-06 Thread ss shah
It depends on what is the size of the data. If it is very small, what you are doing is fine. However, file in response message might be cleaner solution. ss henry human <[EMAIL PROTECTED]> wrote: Hello I have a service which sends the files as a string to the

ordering of attachments

2008-04-03 Thread ss shah
is no way of getting file name of the attachments, we are going to have a data field which lists the filenames seperated by comma in the order it was attached. Will this work? Are there any other ways of getting to filenames for attachments? Thanks, Ss

Re: Is the Axis deserializer buggy?

2005-04-15 Thread André Næss
Hi After stepping through the code some more, I realized that maybe the problem was that my StringPackage class declared a constructor. While debugging I noticed that the constructor was being called, and somewhere far far in the back of my head a line from CS101 was whispering "when a construc

Is the Axis deserializer buggy?

2005-04-15 Thread André Næss
Hi I'm experiencing some very strange behavior when using Axis to transfer some simple data objects. The problem is an object which contains two string fields and one double string. I have however created a simplified example which shows the same error. I have this simple bean: package axistest

Re: Using Service-specific Handlers on client-side

2005-02-22 Thread SS
= service.getRequestHandler(); if ( h != null ) h.invoke( msgContext ); } msgContext.getService() appears to be null which is causing the problem. Any ideas as to who is supposed to set it (as read from client-config.wsdd)? TIA, SS

Using Service-specific Handlers on client-side

2005-02-21 Thread SS
(although global-handlers work!). Any thoughts on what could be wrong / how else to achieve this? TIA SS __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com