You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Alexey Markevich (JIRA)" <ji...@apache.org> on 2011/07/15 15:46:00 UTC

[jira] [Created] (CXF-3657) Incorrect message routing for missing operation

Incorrect message routing for missing operation
-----------------------------------------------

                 Key: CXF-3657
                 URL: https://issues.apache.org/jira/browse/CXF-3657
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.4.1
            Reporter: Alexey Markevich
            Priority: Minor
         Attachments: CustomerService.wsdl

I created provider implementation (Provider.java) based on CustomerService.wsdl .
CustomerServicePort.wsdl is provider generated.
When I send request for missing operation using SoapUI (soapui.txt) my provider called in despite of another operation implementation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CXF-3657) Incorrect message routing for missing operation

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-3657.
------------------------------

       Resolution: Not A Problem
    Fix Version/s: Invalid
         Assignee: Daniel Kulp


This is working completely per spec.   When using a JAX-WS provider, the @WebParam/@WebResult/@WebMethod annotations are irrelevant.  Per spec, any message that comes into the service should be sent directly to the invoke method.


> Incorrect message routing for missing operation
> -----------------------------------------------
>
>                 Key: CXF-3657
>                 URL: https://issues.apache.org/jira/browse/CXF-3657
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.4.1
>            Reporter: Alexey Markevich
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: Invalid
>
>         Attachments: CustomerService.wsdl, CustomerServicePort.wsdl, Provider.java, soapui.txt
>
>
> I created provider implementation (Provider.java) based on CustomerService.wsdl .
> CustomerServicePort.wsdl is provider generated.
> When I send request for missing operation using SoapUI (soapui.txt) my provider called in despite of another operation implementation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3657) Incorrect message routing for missing operation

Posted by "Alexey Markevich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Markevich updated CXF-3657:
----------------------------------

    Attachment: Provider.java

Provider skeleton

> Incorrect message routing for missing operation
> -----------------------------------------------
>
>                 Key: CXF-3657
>                 URL: https://issues.apache.org/jira/browse/CXF-3657
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.4.1
>            Reporter: Alexey Markevich
>            Priority: Minor
>         Attachments: CustomerService.wsdl, CustomerServicePort.wsdl, Provider.java, soapui.txt
>
>
> I created provider implementation (Provider.java) based on CustomerService.wsdl .
> CustomerServicePort.wsdl is provider generated.
> When I send request for missing operation using SoapUI (soapui.txt) my provider called in despite of another operation implementation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3657) Incorrect message routing for missing operation

Posted by "Alexey Markevich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Markevich updated CXF-3657:
----------------------------------

    Attachment: soapui.txt

SoapUI request

> Incorrect message routing for missing operation
> -----------------------------------------------
>
>                 Key: CXF-3657
>                 URL: https://issues.apache.org/jira/browse/CXF-3657
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.4.1
>            Reporter: Alexey Markevich
>            Priority: Minor
>         Attachments: CustomerService.wsdl, CustomerServicePort.wsdl, Provider.java, soapui.txt
>
>
> I created provider implementation (Provider.java) based on CustomerService.wsdl .
> CustomerServicePort.wsdl is provider generated.
> When I send request for missing operation using SoapUI (soapui.txt) my provider called in despite of another operation implementation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3657) Incorrect message routing for missing operation

Posted by "Alexey Markevich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Markevich updated CXF-3657:
----------------------------------

    Attachment: CustomerService.wsdl

Original WSDL

> Incorrect message routing for missing operation
> -----------------------------------------------
>
>                 Key: CXF-3657
>                 URL: https://issues.apache.org/jira/browse/CXF-3657
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.4.1
>            Reporter: Alexey Markevich
>            Priority: Minor
>         Attachments: CustomerService.wsdl
>
>
> I created provider implementation (Provider.java) based on CustomerService.wsdl .
> CustomerServicePort.wsdl is provider generated.
> When I send request for missing operation using SoapUI (soapui.txt) my provider called in despite of another operation implementation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3657) Incorrect message routing for missing operation

Posted by "Alexey Markevich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Markevich updated CXF-3657:
----------------------------------

    Attachment: CustomerServicePort.wsdl

Generated WSDL

> Incorrect message routing for missing operation
> -----------------------------------------------
>
>                 Key: CXF-3657
>                 URL: https://issues.apache.org/jira/browse/CXF-3657
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.4.1
>            Reporter: Alexey Markevich
>            Priority: Minor
>         Attachments: CustomerService.wsdl, CustomerServicePort.wsdl, Provider.java, soapui.txt
>
>
> I created provider implementation (Provider.java) based on CustomerService.wsdl .
> CustomerServicePort.wsdl is provider generated.
> When I send request for missing operation using SoapUI (soapui.txt) my provider called in despite of another operation implementation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira