[ 
https://issues.apache.org/jira/browse/TUSCANY-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463905
 ] 

Scott Kurz commented on TUSCANY-1019:
-------------------------------------

Thanks for investigating.   I'd assume you'd be able to use any compatible Java 
mapping.  For example if your service intf is described by an <interface.wsdl>, 
 the service impl could be written to a mapped-style Java intf using static 
SDO.  One Java client of this service might be written to a non-mapped Java 
intf using a single dynamic SDO for input,output.  Another client might use 
JAXB.

But the assembly and Java C&I specs leave this up for interpretation, I'd 
agree.   I think there are even more issues needing clarification if the 
service intf. is described as an <interface.java> w/ static SDO or JAXB types 
in the interface signatures... but that's starting to expand the discussion 
past the scope of this JIRA.

Also, I believe there would be runtime changes needed in addition to tooling 
changes to allow the doc-lit-wrapped WSDL combined with non-wrapper-style Java 
mapping to flow through the databinding code.

> WSDL2Java should offer option to generate Java signature with non-wrapper 
> style mapping from doc-lit-wrapped WSDL
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1019
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1019
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SCA Tools, Specification
>    Affects Versions: Java-Mx
>            Reporter: Scott Kurz
>         Assigned To: Jean-Sebastien Delfino
>
> It is currently possible to use the WSDL2Java tooling to do each of: 
>  * start w/ doc-lit-wrapped WSDL and generate a wrapper-style Java mapping 
>  * start w/ doc-lit-nonwrapped WSDL and generate a non-wrapper-style Java 
> mapping 
> However it is not possible to start w/ doc-lit-wrapped WSDL and generate a 
> non-wrapper-style Java mapping. 
> You might want to do this in order to work with the input as a single SDO 
> rather than having the individual child elements appear on the Java signature.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to