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

Scott Kurz commented on TUSCANY-3943:
-------------------------------------

The tests work for me, when I:
1) run with the mods to binding-ws-wsdlgen, interface-wsdl outlined above (i.e. 
Eric's patch plus the change I identified in my comment)
 AND
2) Change the new testGetGreetings()
  from:
        assertEquals("Winnder!", response.getPerson().getGreeting());
   to:
        assertEquals("Winner!", response.getPerson().getGreeting());

That's what you meant Eric, right?    

I'm giving some more thought to the round-trip issue..
                
> JAXWS Elements are not processed by the WSDLModelResolver - 
> enableWrapperStyle elements are ignored
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3943
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3943
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: SCA Java Runtime
>         Environment: All systems
>            Reporter: Eric Larsen
>             Fix For: Java-SCA-2.x
>
>         Attachments: binding-ws-wsdlgen.patch, interface-wsdl.patch, 
> itest.patch
>
>
> Tuscany doesn't process any jaxws tags that are included in WSDL files.  This 
> causes any enableWrapperStyle elements to be ignored, which causes a logic 
> failure in the wrapping logic when Tuscany expects wrapped objects, and Java 
> classes generated by external tools such as wsimport are not wrapped.

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

        

Reply via email to