[ 
https://issues.apache.org/jira/browse/AXIS2-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516757
 ] 

Rich Scheuerle commented on AXIS2-2920:
---------------------------------------

Hi Sameera,

Some clarification.

The Axis 2 JAX-WS engine supports several fundamental style cases.
    * SOAP 1.1 and SOAP 1.2
          document/literal bare, document/literal wrapped, and rpc/literal
    * XML/HTTP

Wrappering refers to how the java webmethod declaration is mapped to the xml.
In document/literal bare, the java method parameter is the jaxb object.
In document/literal wrapped, the java method parameters are the child elements 
of a jaxb object.

The JAX-WS engine has utilities to properly wrap and unwrap parameters for 
document/literal wrapped processing.

Wrappering is a JAX-WS concept since it deals with java webmethods syntax.
Wrappering is not a JAX-B concept.  JAX-B defines the data model only.

I can provide more details upon request.

Thanks,
Rich


   

> JAX-WS 2.0 support for Apache Axis2 WSDL2Java Code Generator
> ------------------------------------------------------------
>
>                 Key: AXIS2-2920
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2920
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: codegen
>    Affects Versions: 1.3
>            Reporter: Sameera Jayasoma
>            Assignee: Amila Chinthaka Suriarachchi
>         Attachments: jaxws_patch_08_07_2007.txt
>
>
> Hi all,
> Herewith I have attached a patch which will enable WSDL2Java to generate code 
> based on JAX-WS 2.0 standard. I would like to mark this as experimental 
> because there are several thins to be completed..
> 1. Improve the usage of annotations.
> 2. Support for wrapper style mapping of method parameters.
> Once these things are completed this feature can be put into the actual usage.
> I would like to make a humble request to you all to use this feature and let 
> me know your comments.
> Sameera jayasoma.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to