Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 44907 invoked from network); 21 May 2008 00:21:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2008 00:21:27 -0000 Received: (qmail 95580 invoked by uid 500); 21 May 2008 00:21:29 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 95557 invoked by uid 500); 21 May 2008 00:21:29 -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 95546 invoked by uid 99); 21 May 2008 00:21:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 17:21:29 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 00:20:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F5A9234C119 for ; Tue, 20 May 2008 17:20:55 -0700 (PDT) Message-ID: <1479373370.1211329255651.JavaMail.jira@brutus> Date: Tue, 20 May 2008 17:20:55 -0700 (PDT) From: "Alton Idowu (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-1598) Soap message generated via JaxWsProxyFactoryBean created client fails In-Reply-To: <179649515.1211327935732.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alton Idowu updated CXF-1598: ----------------------------- Description: The soap messages generated through DynamicClientFactory and JaxWsProxyFactoryBean are different. The message generated via the DynamicClientFactory created client generates a soap message with qualified parameters that is accepted by web service provider. However, the message JaxWsProxyFactoryBean created client generates a soap message with unqualified parameters that is rejected by the web service provider. Is there a parameter or custom interceptor code that I can use to force the JaxWsProxyFactoryBean created client to qualify the parameters? Unfortunately, changing the web service provider is not an option as their change management process is very arduous. Soap message generated via the DynamicClientFactory client: TEST DATA Soap message generated via the JaxWsProxyFactoryBean client: TEST DATA The web service provider sends the following message for the JaxWsProxyFactoryBean client: Server Parameter in0 does not exist! WSDL: was: The soap messages generated through DynamicClientFactory and JaxWsProxyFactoryBean are different. The message generated via the DynamicClientFactory created client generates a soap message with qualified parameters that is accepted by web service provider. However, the message JaxWsProxyFactoryBean created client generates a soap message with unqualified parameters that is rejected by the web service provider. Is there a parameter or custom interceptor code that I can use to force the JaxWsProxyFactoryBean created client to qualify the parameters? Unfortunately, changing the web service provider is not an option as their change management process is very arduous. Soap message generated via the DynamicClientFactory client: TEST DATA Soap message generated via the JaxWsProxyFactoryBean client: TEST DATA The web service provider sends the following message for the JaxWsProxyFactoryBean client: Server Parameter in0 does not exist! WSDL: > Soap message generated via JaxWsProxyFactoryBean created client fails > --------------------------------------------------------------------- > > Key: CXF-1598 > URL: https://issues.apache.org/jira/browse/CXF-1598 > Project: CXF > Issue Type: Bug > Affects Versions: 2.1 > Environment: Windows XP, Ubuntu 7.04, jdk 1.5.0_09, CXF 2.1 > Reporter: Alton Idowu > > The soap messages generated through DynamicClientFactory and JaxWsProxyFactoryBean are different. The message generated via the DynamicClientFactory created client generates a soap message with qualified parameters that is accepted by web service provider. However, the message JaxWsProxyFactoryBean created client generates a soap message with unqualified parameters that is rejected by the web service provider. Is there a parameter or custom interceptor code that I can use to force the JaxWsProxyFactoryBean created client to qualify the parameters? Unfortunately, changing the web service provider is not an option as their change management process is very arduous. > Soap message generated via the DynamicClientFactory client: > > > > > TEST DATA > > > > > Soap message generated via the JaxWsProxyFactoryBean client: > > > > > TEST DATA > > > > > The web service provider sends the following message for the JaxWsProxyFactoryBean client: > > > > > Server > Parameter in0 does not exist! > > > > WSDL: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.