RE: Axis and DIME?

2003-03-24 Thread Betsy Frey
Title: Message If you look in samples/attachments, you'll see the MIME vs. DIME switch.  The samples work, and send attachments back and forth in either MIME or DIME (+FDR parameter).  TestRef sends the contents of a directory back and forth, using MESSAGE, while EchoAttachment sends a singl

RE: Return Value in a SOAPEnvelope

2003-03-05 Thread Betsy Frey
Title: Message Have you used a tool like org.apache.axis.utils.tcpmon to see what's getting passed? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 11:30 AMTo: [EMAIL PROTECTED]Subject: RE: Return Value in a SOAPEnve

RE: Return Value in a SOAPEnvelope

2003-03-05 Thread Betsy Frey
Title: RE: Return Value in a SOAPEnvelope I think you need to cast the result of next() to MessageElement: MessageElement elem = mySOAPENv.getFirstBody().getChildElements().next(); String value = elem.getValue(); Betsy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

RE: DIME attachment size limit

2003-03-04 Thread Betsy Frey
DIME attachment size limit - Original Message - From: "Betsy Frey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 11:22 Subject: RE: DIME attachment size limit > Hi Steve, > > We have a version management system that'

RE: DIME attachment size limit

2003-03-04 Thread Betsy Frey
4, 2003 9:37 AM To: [EMAIL PROTECTED] Subject: Re: DIME attachment size limit - Original Message ----- From: "Betsy Frey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 07:11 Subject: DIME attachment size limit > I cannot send a file as a

DIME attachment size limit

2003-03-04 Thread Betsy Frey
Title: DIME attachment size limit I cannot send a file as a DIME attachment if the file size is more than the DIME single-attachment limit of 2^32-1 bytes.  The code looks like it chunks larger files into multiple DIME attachments, but it does not seem to work. Is this a known bug? Is there a

RE: Buffer Size Problem?

2003-02-28 Thread Betsy Frey
Title: RE: Buffer Size Problem? I've seen a problem sending a DIME attachment over the DIME limit of 2^32-1 bytes.  Axis ought to automatically chunk into an additional attachment, but it doesn't seem to do so.  I have successfully sent DIME attachments just under that limit. Betsy -Ori

RE: no support for attachments, in Axis 1.1 RC1

2003-02-27 Thread Betsy Frey
Title: RE: no support for attachments, in Axis 1.1 RC1 In particular, activation.jar and mail.jar need to be present for attachments. Betsy -Original Message- From: Mark Hagger [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 27, 2003 11:25 AM To: [EMAIL PROTECTED] Subject: Re:

RE: Attachment

2003-02-20 Thread Betsy Frey
Title: Message 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 [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 8:20 AMTo: '[EMA

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 Messag

RE: package names from WSDL2Java

2003-02-04 Thread Betsy Frey
Title: RE: package names from WSDL2Java WSDL2Java -p kh.test -Original Message- From: Kevin Hooke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 4:14 PM To: [EMAIL PROTECTED] Subject: package names from WSDL2Java Hi - I have deployed a test WS using a wsdd file, and

RE: Keep-alive SOAP connections are disabled in Axis; Axis hangs if they are enabled

2003-02-04 Thread Betsy Frey
HTTP is handled by the servlet engine, and HTTPSender.java isn't used at all.  -Original Message-From: Betsy Frey [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 04, 2003 10:02 AMTo: [EMAIL PROTECTED]Subject: RE: Keep-alive SOAP connections are disabled in Axis

RE: Keep-alive SOAP connections are disabled in Axis; Axis hangs if they are enabled

2003-02-04 Thread Betsy Frey
nal Message-From: Betsy Frey [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 04, 2003 7:32 AMTo: [EMAIL PROTECTED]Subject: RE: Keep-alive SOAP connections are disabled in Axis; Axis hangs if they are enabled The original message describing how to get persistent

RE: Keep-alive SOAP connections are disabled in Axis; Axis hangs if they are enabled

2003-02-04 Thread Betsy Frey
is; Axis hangs if they are enabled Hi Betsy, I looked at the several messages posted by Sebastian on 12/17 but didn't find the changes you referred to. I would appreciate it if you would forward that message to me. Re Chen's patches, I'm backing away from them because his version

RE: Keep-alive SOAP connections are disabled in Axis; Axis hangs if they are enabled

2003-02-03 Thread Betsy Frey
Title: RE: Keep-alive SOAP connections are disabled in Axis; Axis hangs if they are enabled I think the problem of non-persistent connections only shows up if you're using HTTP/1.1.   I'm seeing persistent connections, with no hang (because I'm using an Axis server), without Chen's patches,

RE: no supports for attachments exception

2003-01-15 Thread Betsy Frey
possible I am getting this due to version? thanks alot again... teo  Betsy Frey <[EMAIL PROTECTED]> wrote: You also need activation.jar.   Betsy -Original Message-From: teo [mailto:[EMAIL PROTECTED]

RE: no supports for attachments exception

2003-01-15 Thread Betsy Frey
wsdl4j.jar xerces.jar and I am using axis1.0 version...does anybody has any idea why? is it possible I am getting this due to version? thanks alot again... teo  Betsy Frey <[EMAIL PROTECTED]> wrote: You also need activation.jar.  

RE: no supports for attachments exception

2003-01-15 Thread Betsy Frey
Title: Message You also need activation.jar.   Betsy -Original Message-From: teo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 9:14 AMTo: [EMAIL PROTECTED]Subject: no supports for attachments exception Hi, I am trying to send an attachment and store it,

gSOAP and AXIS interoperability: attachments

2002-12-03 Thread Betsy Frey
f "cid:id2"; (not "id2"): cid:id2"/> The AXIS server sends this XML segment to refer to an attachment with a cid of "2A869D8F49949F86E70945CF4CE8573D" (not "cid:2A...";): cid:2A869D8F49949F86E70945CF4CE8573D"; xmlns:ns2="http://xml.apache.org/xml-soap"/> Which is correct? Thanks, Betsy Frey