[ http://jira.andromda.org/browse/WS-8?page=comments#action_12681 ] 

Mark Hofmann commented on WS-8:
-------------------------------

Thanks for applying :-) What I changed in lines 122+123 was that:
The old line was (not from my original patch):
#foreach ($otherEnd in $type.getNavigableConnectingEnds(true)) 

The version that I original sent in (and put in again) was:
#foreach ($associationEnd in $type.getNavigableAssociationEnds(true)) 
#set ($otherEnd = $associationEnd.otherEnd)

I can't say exactly why (I don't know what getNavigableConnectingEnds(true) 
does), but the version with getNavigableAssociationEnds(true) works and the 
other one doesn't. That is, the new version doesn't produce all the 
complexTypes that I need.
I didn't investigate that any further since after changing these lines 
everything worked fine for me.

Hope that helps,

Mark

> <<ApplicationExceptions>> should lead to SOAP Faults
> ----------------------------------------------------
>
>          Key: WS-8
>          URL: http://jira.andromda.org/browse/WS-8
>      Project: WebService Cartridge
>         Type: New Feature

>     Reporter: Ed Warnicke
>     Assignee: Chad Brandon
>     Priority: Minor
>  Attachments: wrapped-wsdl.vsl_exceptions.patch
>
> When a <<WebServiceOperation>> or a <<WebService>> is dependent on an 
> <<ApplicationException>> then a corresponding SOAP Fault should be generated 
> in the WSDL.

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



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

Reply via email to