RE: Long: Problem with a method that returns byte[]

2004-12-15 Thread Bouche Paul
Search the jira bug database to find the bug I was talking about. Hope this helps, Paul > -Original Message- > From: Brown, Mike [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 14. Dezember 2004 15:48 > To: '[EMAIL PROTECTED]' > Subject: RE: Long: Problem with a method t

RE: Long: Problem with a method that returns byte[]

2004-12-14 Thread Simon Fell
;[EMAIL PROTECTED]' > Subject: RE: Long: Problem with a method that returns byte[] > > Your problem is simple. You defined the return type as an > array of bytes and that is what it looks like as SOAP. Using > attachments would be best in this case. Another option would >

RE: Long: Problem with a method that returns byte[]

2004-12-14 Thread Brown, Mike
Your problem is simple. You defined the return type as an array of bytes and that is what it looks like as SOAP. Using attachments would be best in this case. Another option would be to return a String that is the file Base64 encoded (that's what I did on a project using SOAP before attachments wer

Re: Long: Problem with a method that returns byte[]

2004-12-13 Thread ANDREW MICONE
If you have control over the WSDL, I would change the type of the element that sends the document to xsd:anyType, which will allow you to accept the attachment either as base64binary, DIME, or Soap w/ attachments. -- Andy >>> [EMAIL PROTECTED] 12/13/04 11:10PM >>> Hi all, sorry for the long post