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
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
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
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
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
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
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
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