[ http://issues.apache.org/jira/browse/WODEN-97?page=comments#action_12453795 ] Arthur Ryman commented on WODEN-97: -----------------------------------
Keith, What method are you calling? Clearly it doesn't make sense for an interface-less Binding to return InterfaceFaults. Perhaps you have navigated to the Service component. The Bindings only apply to the Endpoint components. Maybe it makes sense to add convenience methods to Endpoint components to retrieve related Interface components. Alternatively, you can find the Interface components via the Service component. > When a interface is not referenced from a binding component the > getInterfaceFault() method returns null > ------------------------------------------------------------------------------------------------------- > > Key: WODEN-97 > URL: http://issues.apache.org/jira/browse/WODEN-97 > Project: Woden > Issue Type: Bug > Reporter: Keith Godwin Chapman > > Hi, > When I use the WSDL of Message-Test-2G and try to get the interfaceFault for > a fault thats in a binding I get a null object. The reason is that the > binding does not specify a interface. Should woden resolve the fact that the > interface referenced by this binding is specified in the service component > and return the correct InterfaceFault. > In my opinion it would be better is woden returns the correct Interface Fault > by resolving the reference from the service component. > Thanks, > Keith. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://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]
