Set timeout for SOAPMessage

2003-07-10 Thread Philip Puccio
Hi, I've seen other threads asking about timeout and in the few cases where there are responses, the solution lies in using Call.setTimeout(int). I'm using SAAJ, so I'm dealing with a SOAPMessage. I see that MessageContext implements setTimeout, but when I try to get the MessageContext from the

Re: What mime-type for PDF returned in attachment?

2003-07-08 Thread Philip Puccio
Hi Dims, Are you telling me that Axis 1.1 does not support these types and I should get the latest Axis build from apache? Thanks, . . . Phil >>>Please try latest cvs. >>> >>>Thanks, >>>dims From: Philip Puccio on 07/08/2003 08:52 PM To:[EMAIL

What mime-type for PDF returned in attachment?

2003-07-08 Thread Philip Puccio
Hi, I've successfully used attachments (using mime type "text/plain") to send Strings as input parameters and as return values. Now I'm trying to return a byte array ( byte[ ] ) and am consistently failing because I'm not picking the proper mime-type. Here's what I've tried along with the result

NoClassDefFoundError: com/sun/mail/util/MailDateFormat whenrunning samples/attachments from Axis 1.1

2003-06-23 Thread Philip Puccio
Hi, I get the following error when running EchoAttachment.main from samples/attachments. The readme in that directory says I need "mail and activation jars (ie., Tomcat's mail.jar and activation.jar)". So I've tried this with mail.jar and activation.jar from Tomcat 4.1.24 and with mail.jar from