RE: Axis2 - MTOM Sample error

2008-05-02 Thread PR, Rajesh (GE Infra, Energy, Non-GE)
] Sent: Thursday, May 01, 2008 11:52 PM To: axis-user@ws.apache.org Subject: Re: Axis2 - MTOM Sample error That ant build uses wsdl2java... I'm not sure why it prints out wsdl2code options... Can you confirm that your are using axis2-1.3 binary distribution without any changes to the build script

Re: Axis2 - MTOM Sample error

2008-05-02 Thread Thilina Gunarathne
*Subject:* RE: Axis2 - MTOM Sample error Thanks a lot. i made a clean build from scratch again. i dont know what was causing the issue. Downloaded ant, axis2 1.3 fresh and set it up. am able to build now. Thanks a lot for the support - Rajesh -- *From

RE: Axis2 - MTOM Sample error

2008-05-02 Thread PR, Rajesh (GE Infra, Energy, Non-GE)
Subject: RE: Axis2 - MTOM Sample error Thanks a lot. i made a clean build from scratch again. i dont know what was causing the issue. Downloaded ant, axis2 1.3 fresh and set it up. am able to build now. Thanks a lot for the support - Rajesh From: Thilina

RE: Axis2 - MTOM Sample error

2008-05-02 Thread PR, Rajesh (GE Infra, Energy, Non-GE)
Subject: Re: Axis2 - MTOM Sample error Did you try the generate.client target in the build.. It is suppose to generate the client stubs.. Please log a jira if generate.client is not generating the client stubs.. thanks, Thilina On Fri, May 2, 2008 at 11:29 AM, PR, Rajesh (GE Infra, Energy, Non-GE

Re: Axis2 - MTOM Sample error

2008-05-01 Thread Yogesh . Dhake
1)Try putting attached xmime.xsd local in you wsdl folder 2) put following import statement in wsdl or schema xsd:import namespace=http://www.w3.org/2005/05/xmlmime; schemaLocation=xmlmime.xsd / I hope this will work for you. Else you need to enable proxy setting

RE: Axis2 - MTOM Sample error

2008-05-01 Thread PR, Rajesh (GE Infra, Energy, Non-GE)
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 5:31 PM To: axis-user@ws.apache.org Cc: axis-user@ws.apache.org Subject: Re: Axis2 - MTOM Sample error 1)Try putting attached xmime.xsd local in you wsdl folder 2) put following import statement

Re: Axis2 - MTOM Sample error

2008-05-01 Thread Thilina Gunarathne
Hi, MTOM sample comes with XMIME.xsd and has a schema import to that from the wsdl... Are you using the standard ant build provided with the sample... The sample is supposed to be code generated using ADB as XMLBeans does not have full support for MTOM... The ant build is written to use the

Re: Axis2 - MTOM Sample error

2008-05-01 Thread Thilina Gunarathne
I suggested the following as your stacktrace shows it's using XMLBeans for data binding.. On Thu, May 1, 2008 at 9:05 PM, Thilina Gunarathne [EMAIL PROTECTED] wrote: Hi, MTOM sample comes with XMIME.xsd and has a schema import to that from the wsdl... Are you using the standard ant build

RE: Axis2 - MTOM Sample error

2008-05-01 Thread PR, Rajesh (GE Infra, Energy, Non-GE)
transfer using MTOM Thanks Rajesh From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 10:06 PM To: axis-user@ws.apache.org Subject: Re: Axis2 - MTOM Sample error Hi, MTOM sample comes with XMIME.xsd and has a schema import