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
I think I may have solved the problem. I think there's a misspelling of "octet-stream" in line 702 of org.apache.axis.wsdl.toJava.Utils: else if ("application/octetstream".equals(mimeName)) { return Constants.MIME_OCTETSTREAM; If I use "application/octetstream" in my WSDL WSD

RE: Interoperative attachments (MIME types)

2003-01-30 Thread Mark Mueller
Josh, Thanks! I took your WSDL and ran it through WSDL2Java to generate the client java. To my surprise, the echoAttachment signature was: String echoAttachment( String ). Given that the MIME type of the attachment is "text/plain", it seemed that the attached file could be considered a containe