RE: Interoperative attachments (MIME types)

2003-01-31 Thread Josh Kropf
Nice catch Mark!!! -Original Message- From: Mark Mueller [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 8:19 PM To: [EMAIL PROTECTED] Subject: RE: Interoperative attachments (MIME types) I think I may have solved the problem. I think there's a misspelling of "oc

Re: Interoperative attachments (MIME types)

2003-01-30 Thread Steve Loughran
- Original Message - From: "Mark Mueller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 19:48 Subject: Re: Interoperative attachments (MIME types) > Steve, > > What would be the downside of mapping any MIME type to >

Re: Interoperative attachments (MIME types)

2003-01-30 Thread Mark Mueller
wrote: > > - Original Message - > From: "Mark Mueller" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 30, 2003 17:19 > Subject: RE: Interoperative attachments (MIME types) > > > > I think I may have solved the proble

Re: Interoperative attachments (MIME types)

2003-01-30 Thread Steve Loughran
- Original Message - From: "Mark Mueller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 17:19 Subject: RE: Interoperative attachments (MIME types) > I think I may have solved the problem. I think > there's a misspelling

RE: Interoperative attachments (MIME types)

2003-01-30 Thread Mark Mueller
sonable stub (with > > Object's in place of DataHandler). I assume that > if > > you stub where to cast > > the Object returned to a DataHandler, it would > work > > as expected... however > > un-verified at this point. > > > > So I think this a

RE: Interoperative attachments (MIME types)

2003-01-30 Thread Mark Mueller
this point. > > So I think this answers your question... Axis does > handle the mime section. > But other platform implementations MAY not (im still > unsure) like Micro$uks > .CRAP Framework. > > -Original Message- > From: Mark Mueller [mailto:[EMAIL PROTEC

RE: Interoperative attachments

2003-01-30 Thread Josh Kropf
.CRAP Framework. -Original Message- From: Mark Mueller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 4:09 PM To: [EMAIL PROTECTED] Subject: RE: Interoperative attachments Folks, I originally used the method in the EchoAttachments sample which did use MIME to send the attah

RE: Interoperative attachments

2003-01-29 Thread Daniel Allen
> -Original Message- > From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 5:16 PM > To: [EMAIL PROTECTED] > Subject: Re: Interoperative attachments > > > Hmmm. So this means SOAP implementations that *don't* encode MIME >

RE: Interoperative attachments

2003-01-28 Thread Norris Merritt
Thanks, its useful to know that MIME over HTTP doesn't require encoding of binary attachments. -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 1:41 PM To: [EMAIL PROTECTED] Subject: Re: Interoperative attachments - Ori

Re: Interoperative attachments

2003-01-28 Thread Steve Loughran
- Original Message - From: "Dennis Sosnoski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 14:15 Subject: Re: Interoperative attachments > Hmmm. So this means SOAP implementations that *don't* encode MIME > attachments wo

RE: Interoperative attachments

2003-01-28 Thread Simon Fell
Title: RE: Interoperative attachments MIME does use separators (called boundaries in MIME). The code generating the MIME boundary is required to guarantee that the boundary doesn't appear in the payload. Cheers Simon -Original Message- From: Dennis Sosnoski [mailto:[EMAIL PROT

Re: Interoperative attachments

2003-01-28 Thread Dennis Sosnoski
EMAIL PROTECTED]' Subject: RE: Interoperative attachments If you have an binary type of attachment such as image/jpeg, then it has to be Base-64 encoded if MIME is used -Original Message- From: Dan Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 12:40 PM To: [EMAI

Re: Interoperative attachments

2003-01-28 Thread Steve Loughran
- Original Message - From: "Norris Merritt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 13:07 Subject: RE: Interoperative attachments > If you have an binary type of attachment such as image/jpeg, then it has to > be Base-64

RE: Interoperative attachments

2003-01-28 Thread Simon Fell
Title: RE: Interoperative attachments It doesn't when transported over an 8 bit clean transport (such as http), although Apache SOAP would encode it anyway, don't know if axis does. But that is an implementation limitation, not an issue with MIME itself. Cheers Simon www.pock

RE: Interoperative attachments

2003-01-28 Thread Mark Mueller
Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 9:17 AM > To: [EMAIL PROTECTED] > Subject: Re: Interoperative attachments > > > > - Original Message - > From: "Mark Mueller" <[EMA

RE: Interoperative attachments

2003-01-28 Thread Norris Merritt
If you have an binary type of attachment such as image/jpeg, then it has to be Base-64 encoded if MIME is used -Original Message- From: Dan Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 12:40 PM To: [EMAIL PROTECTED] Subject: RE: Interoperative attachments

RE: Interoperative attachments

2003-01-28 Thread Dan Allen
> -Original Message- > From: Norris Merritt [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 2:09 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Interoperative attachments > > > I've had success with the Axis 1.1 beta DIME support demon

Re: Interoperative attachments

2003-01-28 Thread Steve Loughran
- Original Message - From: "Norris Merritt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 11:09 Subject: RE: Interoperative attachments > I've had success with the Axis 1.1 beta DIME support demonstrated in the > echoAtt

RE: Interoperative attachments

2003-01-28 Thread Josh Kropf
esday, January 28, 2003 2:09 PM To: '[EMAIL PROTECTED]' Subject: RE: Interoperative attachments I've had success with the Axis 1.1 beta DIME support demonstrated in the echoAttachments sample (which also has a mode in which it uses MIME). Axis 1.1 beta DIME support interoperates both with

RE: Interoperative attachments

2003-01-28 Thread Norris Merritt
rwise need to be Base-64 encoded. Its much more efficient than MIME. -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 9:17 AM To: [EMAIL PROTECTED] Subject: Re: Interoperative attachments - Original Message - From: "Mark Muelle

Re: Interoperative attachments

2003-01-28 Thread Steve Loughran
- Original Message - From: "Mark Mueller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 08:18 Subject: RE: Interoperative attachments > Josh, > > Yes, I am trying to develop the service that is > language and platform ne

RE: Interoperative attachments

2003-01-28 Thread Josh Kropf
AIL PROTECTED]] Sent: Tuesday, January 28, 2003 11:19 AM To: [EMAIL PROTECTED] Subject: RE: Interoperative attachments Josh, Yes, I am trying to develop the service that is language and platform neutral, so I'm trying to find the "right" way to handle attachments. Unfortunately I do

RE: Interoperative attachments

2003-01-28 Thread Mark Mueller
eller [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 4:32 PM > To: [EMAIL PROTECTED] > Subject: RE: Interoperative attachments > > > Josh, > > This was very helpful -- thanks a lot! I've > implemented my service this way, and I return the > URL > of the a

RE: Interoperative attachments

2003-01-28 Thread Josh Kropf
To: [EMAIL PROTECTED] Subject: RE: Interoperative attachments Josh, This was very helpful -- thanks a lot! I've implemented my service this way, and I return the URL of the attachment content-id as the return-value of the call. I have another question. The WSDL created by Java2WSDL do

RE: Interoperative attachments

2003-01-27 Thread Mark Mueller
rt's to it. > > Hope this helps > > -Original Message- > From: Mark Mueller [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 1:27 PM > To: [EMAIL PROTECTED] > Subject: Interoperative attachments > > > I've been following this list for we

RE: Interoperative attachments

2003-01-23 Thread Josh Kropf
D]] Sent: Thursday, January 23, 2003 1:27 PM To: [EMAIL PROTECTED] Subject: Interoperative attachments I've been following this list for weeks now and concepts are slowly sinking in. I'm still a bit puzzled by attachments, though. I'm developing a service that returns a file

Interoperative attachments

2003-01-23 Thread Mark Mueller
I've been following this list for weeks now and concepts are slowly sinking in. I'm still a bit puzzled by attachments, though. I'm developing a service that returns a file to the client. In the server code I return a DataHandler object which Axis nicely turns into an attachment. My concern is t