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 Henry Lu <zh...@umich.edu> on 2008/04/14 16:58:03 UTC

Document/literal wrapped

How do we specify:


Document/literal wrapped

in java2wsdl in axis2?

-Henry
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Document/literal wrapped

Posted by Dan Armbrust <da...@gmail.com>.
This is the closest I have come to finding documentation:

http://ws.apache.org/axis2/1_3/reference.html#wsdl2code

-st would be the flag you are looking for.

Of course, I don't know what values it allows, I haven't been able to
find complete documentation anywhere.  Even finding this page is
nearly impossible.

I think you can also control this with annotations (@SOAPBinding) in
your java code.
http://jcp.org/aboutJava/communityprocess/mrel/jsr181/index.html

download the pdf file, and look through it.  It actually lists the
allowed values.




On Mon, Apr 14, 2008 at 9:58 AM, Henry Lu <zh...@umich.edu> wrote:
> How do we specify:
>
>
>  Document/literal wrapped
>
>  in java2wsdl in axis2?
>
>  -Henry
>
> >
> >
> >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org