Doc/Lit/Bare with multiple methods with same first param type doesnt work....
-----------------------------------------------------------------------------

                 Key: CXF-1073
                 URL: https://issues.apache.org/jira/browse/CXF-1073
             Project: CXF
          Issue Type: Bug
          Components: Soap Binding
    Affects Versions: 2.0.1
            Reporter: Daniel Kulp




With a doc/lit/bare endpoint, if you have two methods like:

Foo doFoo(AuthToken t, Foo blah);
Snarf doSnarf(AuthToken t,  Snarf bah);

it doesn't dispatch correctly.    We only look at the first token when finding 
the operation.   If we find mulitple operations, we should DOM buffer the whole 
thing and start looking at the other element names to find the correct 
operation.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to