Re: Help with wsdl2java

2009-03-31 Thread Frank Vyncke
On 31/03/2009 09:48, "Andreas Veithen" wrote: > Frank, > > MTOM is a _transparent_ way of optimizing messages. Why does the WSDL > explicitly reference xop:Include? That is a very good question... And not one I can answer immediatly. I am 'new' to MTOM, that is, I learned it about 2 months ago

Re: Help with wsdl2java

2009-03-31 Thread Andreas Veithen
Frank, MTOM is a _transparent_ way of optimizing messages. Why does the WSDL explicitly reference xop:Include? Andreas On Mon, Mar 30, 2009 at 18:18, Frank Vyncke wrote: > I, > > Am starting to develop a 'client' for a gSOAP based server, using MTOM > attachments. > > I have a wsdl file, but wh

Re: Help with wsdl2java

2009-03-30 Thread robert lazarski
On Mon, Mar 30, 2009 at 1:18 PM, Frank Vyncke wrote: > I, > > Am starting to develop a 'client' for a gSOAP based server, using MTOM > attachments. > > I have a wsdl file, but when I try to compile the wsdl file, I get an > exception with the following message: > > Caused by: org.apache.axis2.sche

Help with wsdl2java

2009-03-30 Thread Frank Vyncke
I, Am starting to develop a 'client' for a gSOAP based server, using MTOM attachments. I have a wsdl file, but when I try to compile the wsdl file, I get an exception with the following message: Caused by: org.apache.axis2.schema.SchemaCompilationException: can not find the element {http://www.w

Re: Help with WSDL2Java and -em option

2007-11-22 Thread Mauro Molinari
Amila Suriarachchi ha scritto: I think you mean -Emp which is used to specify the ExtensionMapper class package. Extension mapper class is used to map the qnames to the generated class names. You can easily understand this if you go through a generated ADB code. So this has nothing to do with yo

Re: Help with WSDL2Java and -em option

2007-11-22 Thread Amila Suriarachchi
On Nov 21, 2007 7:15 PM, Mauro Molinari <[EMAIL PROTECTED]> wrote: > Hello to all! > After a deep search into Axis2 sources and Google, I found that I need > to customize type mapping and the ADB templates used to generate code. > > I found out that if I specify > -Dorg.apache.adb.properties=my-sch

Help with WSDL2Java and -em option

2007-11-21 Thread Mauro Molinari
Hello to all! After a deep search into Axis2 sources and Google, I found that I need to customize type mapping and the ADB templates used to generate code. I found out that if I specify -Dorg.apache.adb.properties=my-schema-compile.properties to Java, I can make WSDL2Java use my custom config

Help with wsdl2java in maven, and unit testing.

2005-07-07 Thread Mick Knutson
I am having issue with getting axis:wsdl2java to work in a way that I can still have unit tests generated for the schema files. Currently I have all the files being generated to ./target/axis/src/* I also use JUnitDoclet to generate my unit tests. So, where should I put these files so that JUnitD