AW: Problems with Attachment sample

2004-02-25 Thread Chris Aiken
Hi Luciano! I used a wrong version of mail.jar Now it works! Thanks for help! Chris Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. Februar 2004 19:53 An: [EMAIL PROTECTED] Betreff: RE: Problems with Attachment sample Hi Chris

AW: Problems with Attachment sample

2004-02-25 Thread Chris Aiken
Hi Luciano! I used a wrong version of mail.jar Now it works! Thanks for help! Chris Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. Februar 2004 19:53 An: [EMAIL PROTECTED] Betreff: RE: Problems with Attachment sample Hi Chris

RE: Problems with Attachment sample

2004-02-25 Thread luciano.fiandesio
Title: RE: Problems with Attachment sample Hi Chris, can you be more specific? In order to succesfully run the attachment sample you need to carefully follow the readme file that comes with the example. Luciano -Original Message- From: Chris Aiken [mailto:[EMAIL PROTECTED

Problems with Attachment sample

2004-02-25 Thread Chris Aiken
Hi all! I have problems with the Attachment sample: java.lang.NullPointerException java.lang.NullPointerException at org.apache.axis.Message.createAttachmentPart(Message.java:620) at javax.xml.soap.SOAPMessage.createAttachmentPart(SOAPMessage.java:243) at

Problems with Attachment sample

2004-02-25 Thread Chris Aiken
Hi all! I have problems with the Attachment sample: java.lang.NullPointerException java.lang.NullPointerException at org.apache.axis.Message.createAttachmentPart(Message.java:620) at javax.xml.soap.SOAPMessage.createAttachmentPart(SOAPMessage.java:243) at

can not create wsdl file for the attachment sample

2003-07-03 Thread Monika Gorkani
When I deploy the testref.wsdd file and try to get the wsdl file, I get the following exception. I'm using Axis version 1.1. ttempted to write schema for bad QName (no namespace) : fault         at org.apache.axis.wsdl.fromJava.Types.writeSchemaElement(Types.java:656)         at org.apache.axis.w

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
Sent: Friday, April 05, 2002 2:56 PM Subject: Attachment sample > Hi, > > I got the following error from Attachment sample client side, can anyone > show me what's the > possible cause of it? > Thanks. > > C.C. Liu > > java.lang.NullPointerException > jav

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 Atta

Attachment sample

2002-04-05 Thread Liu, C.C
Hi, I got the following error from Attachment sample client side, can anyone show me what's the possible cause of it? Thanks. C.C. Liu java.lang.NullPointerException java.lang.NullPointerException java.lang.NullPointerException

Attachment sample

2002-03-25 Thread Paul Heesen
I'm having problems with the attachments samples. I've seen enough messages in the list archive to assume that the sample works when installed correctly and I've goofed up something. I'm running Axis beta1 with Tomcat 4.0.3. in a W2K environment. The EchoAttachment client sends the message fi

AW: Attachment sample not working in beta1?

2002-03-25 Thread Stefan Henke
Re: Attachment sample not working in beta1? > > > 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

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

AW: Attachment sample not working in beta1?

2002-03-24 Thread Stefan Henke
Hi, thanks for your help. With mail.jar in my classpath the sample works fine. Thanks again. Stefan > -Ursprüngliche Nachricht- > Von: Jinghua Gu [mailto:[EMAIL PROTECTED]] > Gesendet: Sonntag, 24. März 2002 15:11 > An: [EMAIL PROTECTED] > Betreff: Re: Attachment sample

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.

Attachment sample not working in beta1?

2002-03-24 Thread Stefan Henke
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 archives, and I found a message that said the attachment sample doesn´t work in beta1 (which I am using). Is this right? Thanks