You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ephemeris Lappis <ep...@gmail.com> on 2007/04/16 10:29:28 UTC

[AXIS2] codegen using ADB : skeleton uses xsd element and not type

Hello.

 

If I'm not wrong, the generated skeleton, using the ant codegen with ADB
data binding, relies on the schema elements that are mapped to the WSDL
messages parts, and not the schema types as I was thinking. It's not a real
problem, since the generated element classes give an access to the wrapped
raw type.

 

If I remember well, Axis 1 generated server code uses types.

 

Is it a normal behavior, or did I make something bad ?

Thanks.

 

--

Ephemeris Lappis

 


RE: [AXIS2] codegen using ADB : skeleton uses xsd element and not type

Posted by Ephemeris Lappis <ep...@gmail.com>.
OK !

Thanks for your answer…

 

--

Ephemeris Lappis

 

  _____  

De : Amila Suriarachchi [mailto:amilasuriarachchi@gmail.com] 
Envoyé : mardi 17 avril 2007 11:01
À : axis-user@ws.apache.org
Objet : Re: [AXIS2] codegen using ADB : skeleton uses xsd element and not
type

 

 

On 4/16/07, Ephemeris Lappis <ep...@gmail.com> wrote:

Hello.

 

If I'm not wrong, the generated skeleton, using the ant codegen with ADB
data binding, relies on the schema elements that are mapped to the WSDL
messages parts, and not the schema types as I was thinking… It's not a real
problem, since the generated element classes give an access to the wrapped
raw type…

 

If I remember well, Axis 1 generated server code uses types…

 

 

Is it a normal behavior, or did I make something bad ?


It is the normal style. you must be using a rpc/literal wsdl.
in this case axis2 generates wrapper elements accordingly. 

 

Thanks.

 

--

Ephemeris Lappis

 




-- 
Amila Suriarachchi,
WSO2 Inc. 


Re: [AXIS2] codegen using ADB : skeleton uses xsd element and not type

Posted by Amila Suriarachchi <am...@gmail.com>.
On 4/16/07, Ephemeris Lappis <ep...@gmail.com> wrote:
>
>  Hello.
>
>
>
> If I'm not wrong, the generated skeleton, using the ant codegen with ADB
> data binding, relies on the schema elements that are mapped to the WSDL
> messages parts, and not the schema types as I was thinking… It's not a real
> problem, since the generated element classes give an access to the wrapped
> raw type…
>
>
>
> If I remember well, Axis 1 generated server code uses types…
>



Is it a normal behavior, or did I make something bad ?
>

It is the normal style. you must be using a rpc/literal wsdl.
in this case axis2 generates wrapper elements accordingly.

Thanks.
>
>
>
> --
>
> Ephemeris Lappis
>
>
>



-- 
Amila Suriarachchi,
WSO2 Inc.