Woden is failing on the latest W3C test case [1] due to the following unimplemented function in /BindingFaultReferenceImpl.java. Shall I implement this or has someone already done any work on it? We NEED this for the interop event.

    public InterfaceFaultReference getInterfaceFaultReference()
    {
        InterfaceFaultReference intFaultRef = null;
       
        if(fRef != null) //if 'ref' is null, we cannot match against an interface fault qname.
        {
            BindingOperation bindOp = (BindingOperation)getParent();
            InterfaceOperation intOp = bindOp.getInterfaceOperation();
            if(intOp != null)
            {
                //Determine the "effective" msg label for this binding fault ref.
                NCName effectiveMsgLabel = null;
                if(fMessageLabel != null)
                {
                    effectiveMsgLabel = fMessageLabel;
                }
                else
                {
                    //implement placeholder effective msg label, as per the todo comment above
                }
               
[1] http://issues.apache.org/jira/browse/WODEN-69

Arthur Ryman,
IBM Software Group, Rational Division

blog: http://ryman.eclipsedevelopersjournal.com/
phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: [EMAIL PROTECTED]

Reply via email to