You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/09/27 20:26:50 UTC

[jira] Created: (CXF-1073) Doc/Lit/Bare with multiple methods with same first param type doesnt work....

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.