Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B561D68EB for ; Thu, 21 Jul 2011 20:55:20 +0000 (UTC) Received: (qmail 87440 invoked by uid 500); 21 Jul 2011 20:55:20 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 87402 invoked by uid 500); 21 Jul 2011 20:55:20 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 87394 invoked by uid 99); 21 Jul 2011 20:55:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 20:55:19 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 20:55:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2556D4E359 for ; Thu, 21 Jul 2011 20:54:58 +0000 (UTC) Date: Thu, 21 Jul 2011 20:54:58 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: <1330962555.12765.1311281698149.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <345419564.17234.1310737560268.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CXF-3657) Incorrect message routing for missing operation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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