Amit - Is it possible that you have sjsxp.jar in the classpath by any chance? I ran into the streaming parser conflicts while trying the default version service - it went away when I removed the sjsxp.
Amila - can you possibly comment on a related question I asked - it is at http://www.nabble.com/-Axis2--Runtime-error-in-1.3-(version-service-fails)-due-to-streaming-parser-conflicts-t4807702.html >-----Original Message----- >From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] >Sent: Friday, November 16, 2007 2:17 AM >To: [email protected] >Subject: Re: Problem with Axis2-1.3+ADB+MTOM in complex type > >On Nov 16, 2007 12:25 PM, amit kumar <[EMAIL PROTECTED]> wrote: >> I am using same stax parser (wstx-asl-3.2.1.jar). I tried your code but >> still getting that exception. I think you are using the nightly build >while >> I am using the standard Axis2-1.3 released version. Could this be the >reason >> and it might get fixed in nightly build? > >please have a look > >amila. >> >> >> Amila Suriarachchi <[EMAIL PROTECTED]> wrote: >> I think the problem is with the stax parser. are you using a different >one? >> >> On Nov 16, 2007 10:04 AM, amit kumar wrote: >> > Here is the request message. >> > >> > >> > >> > - >> > >> > >> > - >> > >> > >> > - >> > >> > >> > - >> > >> > >> > - >> >> > >> > >> > > href="cid:1.urn:uuid:[EMAIL PROTECTED]" >> > xmlns:xop="http://www.w3.org/2004/08/xop/include" /> >> > >> > >> > test.txt >> >> >> > >> > >> > >> > >> > >> > >> > >> > Amila Suriarachchi wrote: >> > ok i'll work on this wsdl. Can you please send the request message as >> well? >> > >> > amila >> > >> > >> > On Nov 15, 2007 10:52 AM, amit kumar wrote: >> > > Hi Amila >> > > >> > > I am attaching the wsdl file. following is the soap response I got. >> > > >> > > >> > > - >> > > >> > > >> > > - >> > > >> > > >> > > - >> > > >> > > >> > > - >> > > >> > > >> > > soapenv:Receiver >> > > >> > > >> > > - >> > >> > > >> > > >> > > org.apache.axis2.databinding.ADBException: >> > > Unexpected subelement fileName >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > >> > > Amila Suriarachchi wrote: >> > > Can you send your request or response which gives this error and the >> > > full wsdl file? >> > > Can you try with a nighly build? >> > > >> > > Amila. >> > > >> > > On Nov 14, 2007 12:50 PM, amit kumar wrote: >> > > > Hi >> > > > >> > > > I have a sample service for file upload. it takes complex type >having >> > > > fileName and fileData.I am using ADB. Environment is Eclipse, >jre1.5, >> > > tomcat >> > > > 5, axis 2-1.3 >> > > > >> > > > >> > > > >> > > > > type="xs:base64Binary"/> >> > > > > type="xs:string"/> >> > > >> > > > >> > > > >> > > > >> > > > I have enabled mtom both on client and server side.when I run the >> client >> > > it >> > > > gives me following exception. >> > > > >> > > > org.apache.axis2.AxisFault: >org.apache.axis2.databinding.ADBException: >> > > > Unexpected subelement fileName >> > > > at >> > > > >> > > >> > >> >org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:48 >6) >> > > > at >> > > > >> > > >> > >> >org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInA >xisOperation.java:343) >> > > > at >> > > > >> > > >> > >> >org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperati >on.java:389) >> > > > at >> > > > >> > > >> > >> >org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxis >Operation.java:211) >> > > > at >> > > >> org.apache.axis2.client.OperationClient.execute(OperationClient.java:163) >> > > > at com.test.client.MyServiceStub.uploadFile(MyServiceStub.java:178) >> > > > at com.test.client.TestFileUpload.main(TestFileUpload.java:19) >> > > > >> > > > If I remove fileName from input it works fine. I think ADB is not >able >> > to >> > > > handle any other parameter with binary data type in complex type. I >> > tried >> > > to >> > > > change the sequence of complex type in wsdl and regenerated the >client >> > > side >> > > > stuff then it started giving error for "binaryData". >> > > > >> > > > >> > > > >> > > > ________________________________ >> > > > Unlimited freedom, unlimited storage. Get it now >> > > >> > > >> > > >> > > -- >> > > Amila Suriarachchi, >> > > WSO2 Inc. >> > > >> > > --------------------------------------------------------------------- >> > > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > > For additional commands, e-mail: [EMAIL PROTECTED] >> > > >> > > >> > > >> > > >> > > ________________________________ >> > > Chat on a cool, new interface. No download required. Click here. >> > > --------------------------------------------------------------------- >> > > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > > For additional commands, e-mail: [EMAIL PROTECTED] >> > > >> > >> > >> > >> > -- >> > Amila Suriarachchi, >> > WSO2 Inc. >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > >> > >> > ________________________________ >> > Share files, take polls, and discuss your passions - all under one >roof. >> > Click here. >> >> >> >> -- >> Amila Suriarachchi, >> WSO2 Inc. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> >> ________________________________ >> Forgot the famous last words? Access your message archive online. Click >> here. > > > >-- >Amila Suriarachchi, >WSO2 Inc. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
