Re: Attachment Performance

2004-12-13 Thread J . Sugrue
espond to [EMAIL PROTECTED] To [EMAIL PROTECTED], John Walker <[EMAIL PROTECTED]> cc Subject Re: Attachment Performance James, your disk might have filled up ! clear the /tmp/ folder where the attachments are stored written to. Mayur --- John Walker <[EMAIL PROTECTED]&g

Re: Attachment Performance

2004-12-11 Thread Brian J. Sayatovic
We had this problem at work.  We wrote a special bit of code in our attachment handle that checked to see if a DataSource was Axis' DataSource, and if so, took special steps to clean up the temp file since Axis seems to leave it laying around forever. Regards, Brian. Mayur Shetye wrote: Ja

Re: Attachment Performance

2004-12-10 Thread John Walker
James, Which version of AXIS are you using? Walker On Fri, 10 Dec 2004 14:33:37 +, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi. > > Recently,when using Axis, I've found that the performance of the > getAttachments method has disimproved. > It's been fine up to now, and for no real re

Re: Attachment Performance

2004-12-10 Thread Mayur Shetye
James, your disk might have filled up ! clear the /tmp/ folder where the attachments are stored written to. Mayur --- John Walker <[EMAIL PROTECTED]> wrote: > James, > > Which version of AXIS are you using? > > Walker > > > On Fri, 10 Dec 2004 14:33:37 +, [EMAIL PROTECTED] > <[EMAIL PRO

RE: Attachment

2004-10-29 Thread Shahi, Ashutosh
Guys, You can check this link also. http://www.iseran.com/Steve/papers/fear-of-attachments.pdf Ashutosh -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Saturday, October 30, 2004 2:07 AM To: [EMAIL PROTECTED] Cc: Sagar Pidaparthi Subject: RE: Attachment

RE: Attachment

2004-10-29 Thread Sagar Pidaparthi
Can you also send it to [EMAIL PROTECTED] please thanks. sagar -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 1:32 PM To: [EMAIL PROTECTED] Subject: RE: Attachment Hi, I've tried to send an attachment to the group many times and

RE: Attachment

2004-10-29 Thread Tami Wright
Hi, I've tried to send an attachment to the group many times and it is filtered by the server. Sorry. Tami -Original Message- From: Pillai, Ranjith [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 1:59 PM To: [EMAIL PROTECTED] Subject: RE: Attachment Hello Tami,

RE: Attachment

2004-10-29 Thread Pillai, Ranjith
Hello Tami, If don't mind please send it to the group. Thanks, Ranjith Pillai -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 3:10 PM To: [EMAIL PROTECTED] Subject: RE: Attachment Hi Ashok, I tried to send it to you but i

RE: Attachment

2004-10-29 Thread Yadav, Ashok
Sorry about that Tami! You can send me on [EMAIL PROTECTED] or [EMAIL PROTECTED] Regards Ashok -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 3:10 PM To: [EMAIL PROTECTED] Subject: RE: Attachment Hi Ashok, I tried to send it to you but it

RE: Attachment

2004-10-29 Thread Tami Wright
, 2004 12:17 PM To: [EMAIL PROTECTED]; Emmanuel Boudrant Subject: RE: Attachment Hi, I've got a working example. If you would like me to email it to you, let me know. Tami -Original Message- From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 9:08 AM

RE: Attachment

2004-10-29 Thread Steve Carton
I'd like to see it too... -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 12:17 PM To: [EMAIL PROTECTED]; Emmanuel Boudrant Subject: RE: Attachment Hi, I've got a working example. If you would like me to email it to you, l

Re: Attachment

2004-10-29 Thread Emmanuel Boudrant
you please send it to > me. > Thanks and Regards > Ashok > > > > -Original Message- > From: Tami Wright [mailto:[EMAIL PROTECTED] > Sent: Friday, October 29, 2004 12:17 PM > To: [EMAIL PROTECTED]; Emmanuel Boudrant > Subject: RE: Attachment > > Hi,

RE: Attachment

2004-10-29 Thread Yadav, Ashok
To: [EMAIL PROTECTED]; Emmanuel Boudrant Subject: RE: Attachment Hi, I've got a working example. If you would like me to email it to you, let me know. Tami -Original Message- From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 9:08 AM To: [EMAIL PROT

RE: Attachment

2004-10-29 Thread Sagar Pidaparthi
Does your example also have complex objects in addition to attachments? Sagar -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 9:17 AM To: [EMAIL PROTECTED]; Emmanuel Boudrant Subject: RE: Attachment Hi, I've got a working example. I

RE: Attachment

2004-10-29 Thread Tami Wright
Hi, I've got a working example. If you would like me to email it to you, let me know. Tami -Original Message- From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 9:08 AM To: [EMAIL PROTECTED] Subject: Attachment Hi, I am looking for a documentation or tu

Re: Attachment

2004-10-29 Thread Ben Anderson
http://www.mail-archive.com/[EMAIL PROTECTED]/msg08732.html On Fri, 29 Oct 2004 17:08:02 +0200, Emmanuel Boudrant <[EMAIL PROTECTED]> wrote: > Hi, > > I am looking for a documentation or tutorial for using SOAP Attachment > with Axis. I try the axis sample but I don't understand everything. > >

Re: attachment example

2004-10-01 Thread Hector Flores
Maciej Hadam wrote: Hi, i have problem with echo attachment example. Generated wsdl is incorrect. i've tried to generate client class from this wsdl using gSOAP generator, but there where errors and warnings. Does anybody know how to solve wsdl problem for services with attachment in AXIS? Than

RE: Attachment from Axis service causing .NET to Error

2004-03-23 Thread sergeant
amething. Bottom line for me: upgrade to Tomcat 5.X if you are going to use attachements and have .NET clients. --Brad -Original Message- From: David Keyes [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 8:21 AM To: [EMAIL PROTECTED] Subject: RE: Attachment from Axis service causing

RE: Attachment from Axis service causing .NET to Error

2004-03-23 Thread J . Sugrue
Did you try changing the MIME type like this - worked for me : DataHandler dhSource = new DataHandler(new String(bytes), "text/xml"); "David Keyes" <[EMAIL PROTECTED]> 23/03/2004 16:21 Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc Subject

RE: Attachment from Axis service causing .NET to Error

2004-03-23 Thread David Keyes
x27;application/dime;charset=ISO-8859-1', but expected 'text/xml'." Arg! -Original Message- From: Abhinav Maheshwari [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 9:59 AM To: [EMAIL PROTECTED] Subject: RE: Attachment from Axis service causing .NET to Er

RE: Attachment from Axis service causing .NET to Error

2004-03-23 Thread Abhinav Maheshwari
without manually changing the automatically generated proxy. I will look into that also. Let me know if this helps. Best regards, Abhinav Maheshwari -Original Message- From: Jim Collins [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 2:16 AM To: [EMAIL PROTECTED] Subject: Re: Attach

Re: Attachment from Axis service causing .NET to Error

2004-03-22 Thread Jim Collins
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 3:52 PM Subject: RE: Attachment from Axis service causing .NET to Error > Yes, I'm using WSE10SP1. Uploading an attachment works fine, downloading > from Axis on tomcat 4.1.29 fails with the message indicated belo

RE: Attachment from Axis service causing .NET to Error

2004-03-22 Thread sergeant
--Brad -Original Message- From: Abhinav Maheshwari [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 4:06 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Attachment from Axis service causing .NET to Error Hi Sergeant, Do you have the Web Service Enhancements 1.0 with Servic

RE: Attachment from Axis service causing .NET to Error

2004-03-22 Thread Abhinav Maheshwari
Hi Sergeant, Do you have the Web Service Enhancements 1.0 with Service Pack 1 installed on your Visual Studio ? This is necessary to handle attachments on the .NET client. In my opinion, the problem is not due to charset but the content type 'application/dime'. In case, this does not resolve your

RE: Attachment is accidentally added twice!! (but only when calle d from an EJB) - FIXED IN v1.2a

2004-02-09 Thread Stuart Miller
Just in case anyone had the same problem, this issue has gone away with version 1.2a.   Stuart   -Original Message-From: Stuart Miller [mailto:[EMAIL PROTECTED]Sent: Friday 30 January 2004 14:29To: '[EMAIL PROTECTED]'Subject: Attachment is accidentally added twice!! (but on

Re: Attachment program using DIME

2003-10-10 Thread Koichi Kokura
g" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 8:11 AM Subject: RE: Attachment program using DIME > Please refer to the following: > http://www.mail-archive.com/[EMAIL PROTECTED]/msg08732.html > http://nagoya.apache.org/wiki/apachewiki.c

RE: Attachment program using DIME

2003-10-08 Thread Rick Kellogg
Please refer to the following: http://www.mail-archive.com/[EMAIL PROTECTED]/msg08732.html http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/DotNetInte rop Rick -Original Message- From: Koichi Kokura [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 6:59 PM To: [EM

Re: Attachment problems

2003-07-28 Thread chaddad
Martin - have you tried executing xml-axis/java/test/saaj/TestAttachment.java in your environment? The testMultipleAttachments method seems to execute similar code. /Chris -- Original Message -- From: "BTInternet" <[EMAIL PROTECTED]> Reply-To: [EMAIL P

Re: attachment max size

2003-02-26 Thread Toshiyuki Kimura
. (B (BThanks, (B (BYoshi (B (B Original Message - (BFrom: "Glen Daniels" <[EMAIL PROTECTED]> (BTo: <[EMAIL PROTECTED]> (BSent: Wednesday, February 05, 2003 1:39 PM (BSubject: RE: attachment temporary files (B (B (B> (B> It appears there are hard cod

Re: attachment max size

2003-02-26 Thread Josh Kropf
Ooops, it wasn't a problem with Axis, it was MySQL... issue resolved. - Original Message - From: "Josh Kropf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 10:16 PM Subject: attachment max size > How does one change the maximum size of atachments in Axis.

Re: Attachment Problem

2003-02-21 Thread Steve Loughran
you need them client side too: mail.jar and activation.jar - Original Message - From: "Jue (Jacky) Shu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 08:23 Subject: Re: Attachment Problem > Make sure u have the DataHandler in happya

Re: Attachment Problem

2003-02-21 Thread Jue \(Jacky\) Shu
Make sure u have the DataHandler in happyaxis. Found Activation API (javax.activation.DataHandler) at C:\tomcat\webapps\axis\WEB-INF\lib\activation.jar - Original Message - From: "Bathula, Vijay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 10:53 AM Subject

RE: Attachment Problem

2003-02-21 Thread Bathula, Vijay
From: "Bathula, Vijay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 07:53 Subject: Attachment Problem > I am getting the Java.io.exception error while trying to send attachments > from client to server and vice versa. > java.io.IOException: No support for attachmen

Re: Attachment Problem

2003-02-21 Thread Steve Loughran
- Original Message - From: "Bathula, Vijay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 07:53 Subject: Attachment Problem > I am getting the Java.io.exception error while trying to send attachments > from client to server and vice versa. > java.io.IOExce

RE: Attachment : to Betsy

2003-02-20 Thread Ghershony, Arie
, February 20, 2003 11:04 AMTo: [EMAIL PROTECTED]Subject: RE: Attachment I've been using a gSOAP client, C++, with an Axis server in java.  They are successfully sending files back and forth as attachments.   Betsy -Original Message-From: Ghershony, Arie [m

RE: Attachment

2003-02-20 Thread Betsy Frey
AMTo: '[EMAIL PROTECTED]'Subject: RE: Attachment Hi again,   The clinet is written in C++, the service is in java.  do you have any idea if there is a major issue when dealing with an attached files. Since the example is written in Java Client and service.  

RE: Attachment

2003-02-20 Thread Ghershony, Arie
Title: RE: Attachment Hi again,   The clinet is written in C++, the service is in java.  do you have any idea if there is a major issue when dealing with an attached files. Since the example is written in Java Client and service.   Thanks, Aria   Look at samples/attachments

RE: Attachment

2003-02-20 Thread Betsy Frey
Title: RE: Attachment Look at samples/attachments.  Attachdeploy.wsdd sends a file in both directions using RPC. Testref.wsdd sends a set of files, both directions, using MSG. The samples include a switch that lets you send the contents either in MIME or DIME. Betsy -Original

Re: attachment temporary files

2003-02-05 Thread Eiji Yoshida
- Original Message - (BFrom: "Glen Daniels" <[EMAIL PROTECTED]> (BTo: <[EMAIL PROTECTED]> (BSent: Wednesday, February 05, 2003 1:39 PM (BSubject: RE: attachment temporary files (B (B (B> (B> It appears there are hard coded values for this speckled in various

Re: attachment temporary files

2003-02-05 Thread Steve Loughran
(B- Original Message - (BFrom: "Eiji Yoshida" <[EMAIL PROTECTED]> (BTo: <[EMAIL PROTECTED]> (BSent: Tuesday, February 04, 2003 19:31 (BSubject: attachment temporary files (B (B (B> Hi, everyone (B> (B> I have a question about attachment temporary files. (B> When SOAP message wti

RE: attachment temporary files

2003-02-04 Thread Glen Daniels
(BIt appears there are hard coded values for this speckled in various places throughout (Bthe source, and the default seems to be 16K (B(ManagedMemoryDataSource.MAX_MEMORY_DISK_CACHED). This definitely seems like (Bsomething that should be configurable. (B (BIt would be quick and easy to

RE: attachment confusion

2002-05-23 Thread robert rowntree
i've used the "attachment" sample from IBM's Webservice site. http://www.alphaworks.ibm.com/tech/webservicestoolkit its different from the "echoattachment" sample, but it seems to be a good SOAP/RPC implementation for attaching files and getting them to the server. And it's WSDL describes the

Re: Attachment confusion...

2002-05-22 Thread Russell Butek
This is a legitimate question. The attachment sample is a DII (dynamic invocation) sample for good reason. AXIS doesn't yet support attachments in WSDL. I believe it MUST before AXIS 1.0 is released, but how soon that happens is unknown. Russell Butek [EMAIL PROTECTED] Douglas Bitting <[EMAI

RE: Attachment / Errors

2002-04-24 Thread Peake, Chris
Sent: Wednesday, April 03, 2002 1:50 AM To: [EMAIL PROTECTED] Subject: RE: Attachment / Errors Hello, Got it !!! The typemapping from the attachdeploy.wsdd was not correctly deployed at my axis server. Greetings

RE: Attachment contents access

2002-04-09 Thread Taras Shkvarchuk
AIL PROTECTED]] > > Gesendet: Montag, 8. April 2002 20:09 > > An: '[EMAIL PROTECTED]' > > Betreff: RE: Attachment contents access > > > > > > Hope this helps, > > > > Message res= mc.getResponseMessage(); > > Att

RE: Attachment contents access

2002-04-08 Thread Ramon Turnes
Use this: Message rsp = MessageContext.getCurrentContext().getResponseMessage(); try{ org.apache.axis.attachments.Attachments attachments = rsp.getAttachments(); if(null == attachments) throw new RuntimeException("No support for attachment

RE: Attachment sample

2002-04-05 Thread Liu, C.C
Thanks, I just put activation.jar there and forgot the mail.jar. C.C. Liu -Original Message- From: Stan Jordan [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 5:00 PM To: [EMAIL PROTECTED] Subject: Re: Attachment sample CC... Most likely cause is that you need either

Re: Attachment sample

2002-04-05 Thread Stan Jordan
CC... Most likely cause is that you need either mail.jar or mailapi.jar on your CLASSPATH. Also, you may want to check the archives. This problem has come up many, many times. Stan - Original Message - From: "Liu, C.C" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 05,

RE: Attachment sample

2002-04-05 Thread Ng, Charles
Do you have 'activation.jar' and 'mail.jar' in your classpath? -Original Message- From: Liu, C.C [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 4:56 PM To: '[EMAIL PROTECTED]' Subject: Attachment sample Hi, I got the following error from Attachment sample client side, can anyo

Re: Attachment / Errors

2002-04-03 Thread M. en C. Jesús Sosa Iglesias
Stefan: Can you explain me what did you do in the attachdeploy.wsdl file ? I had the same throuble you had in the attachment example Thanks... Stefan Taubenberger wrote: > Hello, > > Got it !!! > The typemapping from the attachdeploy.wsdd was not correctly deployed at > my axis server. > > Gr

RE: Attachment / Errors

2002-04-02 Thread Stefan Taubenberger
Hello, Got it !!! The typemapping from the attachdeploy.wsdd was not correctly deployed at my axis server. Greetings

RE: Attachment Example

2002-03-26 Thread Gail Coates
Yes I do. Everything seems to work fine. I am able to send data handlers (attachments) to the server just fine from the client. But I can't return a data handler (attachment) from the server. I can return anything else though. Gail Do you have activation.jar in the classpath too? -Orig

RE: Attachment Example

2002-03-26 Thread Ng, Charles
Do you have activation.jar in the classpath too? -Original Message- From: Gail Coates [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 10:35 AM To: '[EMAIL PROTECTED]' Subject: Attachment Example I have been trying to run the Attachment Example. First I was getting the Error

Re: Attachment Example

2002-03-26 Thread M. en C. Jesús Sosa Iglesias
I´m trying to run the attachment example too but unsuccesfull The Client attach and send the File Succesfully to Axis but Axis Fails with IllegalArgumentException. java.lang.IllegalArgumentException: argument type mismatch on object "samples.attachments.EchoAttachmentsService", method name "echo

Re: Attachment sample not working in beta1?

2002-03-24 Thread Mark Volkmann
Is the name of the JAR you need from JavaMail mail.jar or is it mailapi.jar? - Original Message - From: "Jinghua Gu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 24, 2002 8:11 AM Subject: Re: Attachment sample not working in beta1? No, It is wo

Re: Attachment sample not working in beta1?

2002-03-24 Thread Jinghua Gu
No, It is working. You need to add mail.jar in your classpath. -Emily At 11:00 AM 3/24/2002 +0100, Stefan Henke wrote: >Hi, > >I´m trying to make the attachment sample coming with axis to work. >Unfortunately, I always get a NPE each time I try it. For stack trace, see >below. >I checked the arc

Re: Attachment example

2002-02-20 Thread Stan Jordan
Ramon... If it makes you feel any better, I can't get this example to work either. I also get NullPointerException. If you figure out how-to-fix, please give me a holler. Thanks. Stan - Original Message - From: "Ramon Turnes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,