Re: Error decoding base64Binary

2011-08-05 Thread Andreas Veithen
Yes, this is definitely a bug in Axiom. Please open an issue report here: https://issues.apache.org/jira/browse/AXIOM Andreas On Fri, Aug 5, 2011 at 20:24, Dimitar Gospodinov wrote: > Hello, > > Recently I upgraded from Axis2 1.4.1 to Axis2 1.6.0. > I have a web service with operation Test. One

Error decoding base64Binary

2011-08-05 Thread Dimitar Gospodinov
Hello, Recently I upgraded from Axis2 1.4.1 to Axis2 1.6.0. I have a web service with operation Test. One of the Test parameters is of type base64Binary. After upgrading to 1.6.0 Test stopped working - my code did not even get called. Some investigation revealed that the problem is with the ba

Problem using Axis2 and SSLv3.

2011-08-05 Thread Emil Hornung
Hi, I have a problem using Axis2 and SSLv3. We've created a standalone web service client (J2SE) which communicates with our web service via https. Everything was fine until (for security reasons) security department introduced SSL in version 3 instead of version 2. Now when I try to connect

Re: How to read file from META-INF

2011-08-05 Thread Denise Wu
Nothing worked, I finally copied my xsd file into the 'classes' directory that contain the service implementation classes, and then read the xsd file using the following code from my service 'implementation class': InputStream input = getClass().getResourceAsStream("BookReservation.xsd");

Re: Non blocking with two channel is broken

2011-08-05 Thread Amila Suriarachchi
On Fri, Aug 5, 2011 at 5:21 PM, Deepal jayasinghe wrote: > > > > On Thu, Aug 4, 2011 at 7:32 PM, Deepal Jayasinghe wrote: > >> >> >> >> I looked and the code segment you mentioned, but that is to process >> long >> >> running services. We had somewhat similar code to process request comes >> with

Re: Non blocking with two channel is broken

2011-08-05 Thread Deepal jayasinghe
> > > On Thu, Aug 4, 2011 at 7:32 PM, Deepal Jayasinghe > wrote: > > >> > >> I looked and the code segment you mentioned, but that is to > process long > >> running services. We had somewhat similar code to process > request comes with > >> replyT

dime attachments

2011-08-05 Thread Diego Monni
Hello All, Does Axis2 support DIME attachments? Thanks diego