Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 39868 invoked from network); 17 Nov 2006 01:58:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2006 01:58:58 -0000 Received: (qmail 99060 invoked by uid 500); 17 Nov 2006 01:59:08 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 99020 invoked by uid 500); 17 Nov 2006 01:59:08 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 99007 invoked by uid 99); 17 Nov 2006 01:59:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 17:59:08 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 17:58:57 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 25178714326 for ; Thu, 16 Nov 2006 17:58:37 -0800 (PST) Message-ID: <29661379.1163728717147.JavaMail.jira@brutus> Date: Thu, 16 Nov 2006 17:58:37 -0800 (PST) From: "Bozhong Lin (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-248) SOAPHeader exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org SOAPHeader exception -------------------- Key: CXF-248 URL: http://issues.apache.org/jira/browse/CXF-248 Project: CXF Issue Type: Bug Components: Soap Binding Affects Versions: 2.0-M1 Reporter: Bozhong Lin Fix For: 2.0-M1 Attachments: bpel_process.wsdl, Client.java Hello, When I try to run a client application, I get the following exception: C:\Tools\2006_11_15_inferno\samples\client>ant client Buildfile: build.xml client: [java] Invoking process... [java] Exception in thread "main" org.apache.cxf.binding.soap.SoapFault: no SOAPAction header! [java] at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInIntercept or.java:70) [java] at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInIntercept or.java:36) [java] at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:147) [java] at org.apache.cxf.interceptor.AbstractFaultChainIntiatorObserver.onMessage(AbstractFaultChainIntiatorObs erver.java:75) [java] at org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.j ava:105) [java] at org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.j ava:45) [java] at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:147) [java] at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:244) [java] at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:478) [java] at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.doClose(HTTPConduit.java:443) [java] at org.apache.cxf.io.AbstractCachedOutputStream.close(AbstractCachedOutputStream.java:80) [java] at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:251) [java] at org.apache.cxf.interceptor.MessageSenderInterceptor.handleMessage(MessageSenderInterceptor.java:58) [java] at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:147) [java] at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:128) [java] at org.apache.cxf.jaxws.EndpointInvocationHandler.invokeSync(EndpointInvocationHandler.java:128) [java] at org.apache.cxf.jaxws.EndpointInvocationHandler.invoke(EndpointInvocationHandler.java:114) [java] at $Proxy35.process(Unknown Source) [java] at client.Client.main(Client.java:43) This application worked with Celtix well. I use the current inferno Snapshot. I attached my wsdl file and the Client apllication. Thanks, Tobias -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira