Re: Regarding validating SOAP responses against the WSDL

2009-03-26 Thread Sneha Nikum
Hi, The code in the below link is for Axis 2 can i have something similar for Axis 1.4? I need to get it working with Axis 1.4. Please help. Thanks in advance. Sneha On Fri, Mar 20, 2009 at 11:09 AM, Dennis Sosnoski d...@sosnoski.com wrote: Hi Sneha, Validating against a schema definition

Re: Content id is null for MTOM attachment

2009-03-26 Thread Andreas Veithen
Chinmoy, Do you have a transcript of the message that this code is processing? Andreas On Wed, Mar 25, 2009 at 11:31, Chinmoy Chakraborty cch...@gmail.com wrote: Hi, I am returning a .doc file as an MTOM attachment for a service. When I do   OMElement ele = retVal.getFirstElement();

Re: DataHandler.getName() always returns 'MyByteArrayDataSource' if the ds is ByteArrayDataSource

2009-03-26 Thread Andreas Veithen
Chinmoy, I'm not able to reproduce this with the code you posted. Can you please send a complete Java program that shows this issue and specify which version of Axiom (and other dependencies) you are using? Andreas On Wed, Mar 25, 2009 at 08:59, Chinmoy Chakraborty cch...@gmail.com wrote: Hi

Eqbal Zaffar is out of the office.

2009-03-26 Thread Eqbal . Zaffar
I will be out of the office starting 03/26/2009 and will not return until 04/13/2009. Please contact Michael Pazienza (310-952-2793) for any website issues.

ADB alternatives

2009-03-26 Thread Leonardo
hello all, i would like to know if there are some alternative for ADB; it's generating too much classes.

Re: ADB alternatives

2009-03-26 Thread Sagara Gunathunga
Hi , Axis2 supports for many data binding options such as XMLBeans , JiBX and Caster , please refer following links and sample directory of Axis2 distribution . [1] - http://ws.apache.org/axis2/1_4_1/toc.html [2] - http://ws.apache.org/axis2/1_4_1/quickstartguide.html Thanks , On Thu, Mar

Re: DataHandler.getName() always returns 'MyByteArrayDataSource' if the ds is ByteArrayDataSource

2009-03-26 Thread Chinmoy Chakraborty
Andreas, Thanks for your reply. Actually I am trying to invoke a service which returns a DataHandler through MTOM. I have following code in the service class: FileItem file = (FileItem) value; ByteArrayDataSource bads = new ByteArrayDataSource(file.getInputStream(), application/msword);

Re: ADB alternatives

2009-03-26 Thread Leonardo
thank you for the reply, ;) 2009/3/26 Sagara Gunathunga sagara.gunathu...@gmail.com Hi , Axis2 supports for many data binding options such as XMLBeans , JiBX and Caster , please refer following links and sample directory of Axis2 distribution . [1] -

Re: ADB alternatives

2009-03-26 Thread keith chapman
If you feel that ADB is generating too many classes for you then xmlbeans is not an option. It generates way more classes than ADB. On the other hand JiBX would be good if you already have your java classes in hand. Thanks, Keith. On Thu, Mar 26, 2009 at 7:27 PM, Leonardo sombr...@gmail.com

Re: ADB alternatives

2009-03-26 Thread Dennis Sosnoski
JiBX now includes support for generating classes from schemas, which can easily be customized to remove unnecessary schema components (and their associated classes). You do need to do this as a separate step from running WSDL2Java, and need to have the schemas separate from the WSDL. You can

Re: Re: classloading question with axis2 and jboss

2009-03-26 Thread ban19
I just ran into a similar problem today due to a client set-up running both Axis and Axis2 in Tomcat-- basically I need to override a class from Axis with one from Axis2 in order to deploy my service. Geronimo seems to have ways to overcome this by using hidden-classes (maybe? haven't really used

PermGen ClassLoader cycle problem

2009-03-26 Thread Kirby Bohling
All, Maybe this should be sent to the dev list, but I wanted to see if anybody else has seen this problem, and what if anything they've been able to to mitigate it. There are a couple of cycles in the classloader that are causing problems with undeployment inside of Tomcat. In this instance,

Re: PermGen ClassLoader cycle problem

2009-03-26 Thread Andreas Veithen
This should have been solved in AXIS2-3861. Andreas On Thu, Mar 26, 2009 at 22:47, Kirby Bohling kirby.bohl...@gmail.com wrote: All,  Maybe this should be sent to the dev list, but I wanted to see if anybody else has seen this problem, and what if anything they've been able to to mitigate

Re: DataHandler.getName() always returns 'MyByteArrayDataSource' if the ds is ByteArrayDataSource

2009-03-26 Thread Andreas Veithen
Chinmoy, I would say that in the case of MTOM (SwA is different), it is conceptually incorrect to assume that the DataSource name and content type are preserved when the message is sent over the wire. The reason is that MTOM defines a transformation between two different representations of the

Apache Axis2 Plugin

2009-03-26 Thread Sanjay Gupta
Hi, Does this plugin support security using apache rampart module? Thanks Sanjay