Hello,
we actually try to generate the client part with the maven-wsdl2code-plugin.
The problem is the WSDL define multiples PORT and so the plugin generate only
the first one.
In the documentation, we find the allPorts parameter but if we put it to true,
the plugin doesn't generate all the po
Sorry ,
seems that insert of the xml part failed.
I attach it in pom.xml's file.
Regards,
> Message du 05/12/14 à 11h34
> De : "Michaël OULLION"
> A : java-user@axis.apache.org
> Copie à :
> Objet : maven-wsdl2code-plugin and allPorts Option
>
> Hello,
>
> we actually try to generate the cli
Hi,
I got your mail id from your Axis migration page :
http://axis.apache.org/axis2/java/core/docs/migration.html
I have one quick question for you. Your help would be highly appreciated.
Our project receives Webservice response from an external system.
We have webservice clients written to send t
Hi, I managed to fix my problem.
I am still using ADB, but I added databindingname=“xmlbeans” as a parameter to
axis2-wsdl2java
The new generated code handles empty tags now :)
Regards,
Tomas
From: Tomas Andersen mailto:t...@morecom.no>>
Date: Thursday 4 December 2014 09:54
To: "java-user@axis
From: t...@morecom.no
To: java-user@axis.apache.org
CC: mgai...@hotmail.com
Subject: Re: Problem with empty tags
Date: Fri, 5 Dec 2014 13:00:34 +
Hi, I managed to fix my problem.
I am still using ADB, but I added databindingname=“xmlbeans”
as a parameter to axis2-wsdl2java
The new
The change from RPC to Document style is not so big. Axis2 also supports RPC,
but by building the clientstub code with xmlbeans you can use Document mode.
RPC style:
WebRequest webRequest = WebRequest.newInstance()
webRequest.set()
Document style:
WebRequestDocument webRequest = WebRequestDocume
What I would do in your situation is:
Why not paly that migration in small steps and learn.
Take one of the CL/SV examples and build it to use RPC Style.
Then if CL/SV are running, change the server side only to Document Style and
look what happens.
Also very informational and nearly a must have w
thanks very much Josef and Tomas.
Let me try this out.
Would reach you if I need further help.
On Fri, Dec 5, 2014 at 8:10 PM, Stadelmann Josef <
josef.stadelm...@axa-winterthur.ch> wrote:
> What I would do in your situation is:
>
> Why not paly that migration in small steps and learn.
>
> Take