Spring integration for Axis2

2013-04-15 Thread Gihan Madushanka
Hi All, I'm Gihan Madushanka an undergraduate and planning to participate GSoC 2013 program. I'm planning to develop a new Spring integration project for Axis2 based on two 3rd party projects called WSO2 WSF-Spring and Axis2M. In present both the above projects seem not active also I noticed th

[axis2-1.6.1] java MTOM client very slow compared to .NET WCF client

2013-04-15 Thread Stadelmann Josef
Hi all, I've developed a MTOM Client server apps sending up- and downloading larger files. Doing some performance testing I toke 25 MB files and did some up and downloads routinely using dispatch and proxy approaches. The outcome was very nice, I had a java client working uploading axis2.zip (

Re: org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxUnexpectedCharException

2013-04-15 Thread Raghu Veer
Hello, I get the below exception when I try to process the response received from an axis2 web service. Web service client and server stubs were generated using Axis 2 version 1.6.2 wsdl2java. The server side code works fine if run on Tomcat 6 but has this issue on WebLogic 11.   org.apache

Re: org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxUnexpectedCharException

2013-04-15 Thread Rajashekarreddy Nalla
I think its a problem in ur XML(WSDL) DTD/XSD is not declared properly . check once... On Tue, Apr 16, 2013 at 9:26 AM, Raghu Veer wrote: > Hello, > > I get the below exception when I try to process the response received from > an axis2 web service. Web service client and server stubs were gene