Re: Base 64 decoding in web service

2005-12-01 Thread iksrazal
ide in your logic. HTH, iksrazal > > >-Original Message- > >From: iksrazal [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, November 30, 2005 03:06 PM > >To: axis-user@ws.apache.org > >Subject: Re: Base 64 decoding in web service > > > >I do t

Re: Base 64 decoding in web service

2005-11-30 Thread Gabsaga Tata
>To: axis-user@ws.apache.org>Subject: Re: Base 64 decoding in web service>>I do this quite a bit with Jboss 4.0.2 and their version of axis 1.2, >converting a stateful sesion bean to a String to maintain state: >> private String getId(EJBObject session) throws ServiceLocatorException

Re: Base 64 decoding in web service

2005-11-30 Thread iksrazal
I do this quite a bit with Jboss 4.0.2 and their version of axis 1.2, converting a stateful sesion bean to a String to maintain state:  private String getId(EJBObject session) throws ServiceLocatorException {                 String id = null;                 try {                         Handle

Re: Base 64 decoding in web service

2005-11-30 Thread Gabsaga Tata
Yes the class is returning what's expected because when it runs standing alone, it decodes the data without any problems.   -Original Message-From: Bell, Douglas [mailto:[EMAIL PROTECTED]Sent: Wednesday, November 30, 2005 03:29 PMTo: axis-user@ws.apache.orgSubject: RE: Base 64 decodi

RE: Base 64 decoding in web service

2005-11-30 Thread Bell, Douglas
I'd check and see if this class is returning what's expected before it sends it across the wire. If it works when standing alone I'm guessing it's not the problem.   - Doug From: Gabsaga Tata [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 12:08 PMTo: axis-user@ws.apache.orgSu