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
ments were part of the spec). Of course DIME does practically the same thing "automagically" for you. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 12:10 AM To: Axis User Subject: Long: Problem with a method that returns byte[]

Long: Problem with a method that returns byte[]

2004-12-13 Thread [EMAIL PROTECTED]
Hi all, sorry for the long post but we're facing this problem and any help would be greatly appreciated. We have a method with this signature: byte[] getDocumentDataByteArray(String param1, String param2) This method, based on param1 and param2, retrieves a document from the server and returns it

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