Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 21534 invoked from network); 17 Dec 2010 12:16:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Dec 2010 12:16:33 -0000 Received: (qmail 59206 invoked by uid 500); 17 Dec 2010 12:16:32 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 58984 invoked by uid 500); 17 Dec 2010 12:16:32 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 58976 invoked by uid 99); 17 Dec 2010 12:16:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 12:16:31 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of juanpablo.pizarro@gmail.com designates 209.85.214.49 as permitted sender) Received: from [209.85.214.49] (HELO mail-bw0-f49.google.com) (209.85.214.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 12:16:24 +0000 Received: by bwz5 with SMTP id 5so806373bwz.36 for ; Fri, 17 Dec 2010 04:16:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=iFtRGHhnsO1JpbqsqetpAFJowIwQtdRoSJmq3gIJ57k=; b=fdFyKT5VP2yyA9XyBi8xOZad5Dy2fqU0ZcYhvZcZN5VBSFkNA39O9kQChtbExjpM63 tA0QlPAR8XlIxAdiS/5UKuquZTuyLMhJl5UGyAcKvn8/ftDHDBxaOV6LAn921CtdB+LB gU/undJ+tlLrpVxv2T09/cYqUPUVC4SEKQnN8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=PGAKxt1XZFoKc0a/9K3N8YT6Y4ZncVFfapOwp16Egwn7r/8iYqrjhi/S3bMTwQi2wW eTMeaVn8BJgVU6i/xYb+oynKpSFa0xZQnMZ0ejw5zt7xwKsEdies+cEvNMpV6G13hW74 fc5WUT31yFDXRfVUjJ0H6bybyyTbXuJzOMbbg= MIME-Version: 1.0 Received: by 10.204.66.65 with SMTP id m1mr535635bki.71.1292588164066; Fri, 17 Dec 2010 04:16:04 -0800 (PST) Received: by 10.204.231.142 with HTTP; Fri, 17 Dec 2010 04:16:03 -0800 (PST) In-Reply-To: <201012161746.59096.dkulp@apache.org> References: <201012161746.59096.dkulp@apache.org> Date: Fri, 17 Dec 2010 09:16:03 -0300 Message-ID: Subject: Re: SOAP Action missing From: Juan Pablo Pizarro To: Daniel Kulp Cc: users@cxf.apache.org Content-Type: multipart/alternative; boundary=0016368e2ba75c2d0204979a2202 X-Virus-Checked: Checked by ClamAV on apache.org --0016368e2ba75c2d0204979a2202 Content-Type: text/plain; charset=ISO-8859-1 Hello Dan, first.. thanks for you help. 1) 2010-12-17T11:47:47.261Z 2010-12-17T11:49:47.261Z ... vn7k3hJ0oRYqmJL+17kVxj5fOQo= ... http://tempuri.org/IStock/MensajeStock urn:uuid:ea0ad92d-d27a-4cab-b2d7-b9fb596df07a http://wss.aduanas.gub.uy/LuciaWsSecurity/Stock.svc
http://www.w3.org/2005/08/addressing/anonymous
That is the eclipse console log.. from i'm trying to get it from wireshark. 2) There no annotation. 3) Yes, I'll try now. 4) The error now (I change the client) is Bad Request. I've only the client. This is my client-bean.xml: JP 2010/12/16 Daniel Kulp > > Few things; > > 1) can you use wireshark or similar to grab the raw transfer? I'd like to > see the SOAPAction header in the HTTP request an the Action in the > soap:header. > > 2) Are there any Action annotations or similar on the interface? > > 3) Is there a way to add a "wsdlLocation" attribute that may point to the > WSDL > that would have the actions defined? > > 4) Is there a stack trace on that error? Is the error coming from the > server > or from the client? > > Dan > > > On Thursday 16 December 2010 2:18:26 pm Juan Pablo Pizarro wrote: > > Hello all, I'm trying to put a soapAction through Spring+cxf (2.3.0). > > > > I've this: > > > > > ... > > > > > > > > > > > > resource="classpath:META-INF/cxf/cxf-extension-ws-security.xml" > > /> > > > > > > > > > > > > > > > > > > > > > class="org.apache.cxf.jaxws.JaxWsProxyFactoryBean"> > name="serviceClass" value="org.tempuri.IStock" /> name="address" > > value="http://wss.aduanas.gub.uy/LuciaWsSecurity/Stock.svc" > /> > > > > > > > class="org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor" /> > > > > > > > > > > > > > > > class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor"> > > > > > > > > > > > value="Client_Sign.properties" /> > > > value="le-60dca1be-5393-48b3-bbc3-0dfb1ab40d25" /> > > > > value="DirectReference" > > /> > > > > > > > > > > > > > > > > > > > > > > > > > class="org.jpp.ws.client.ClientCallback" /> > > > > > > > > > > And the error is: > > > > The SOAP action specified on the message, '', does not match the HTTP > SOAP > > Action, > > 'http://tempuri.org/IStock/MensajeStock'< > http://tempuri.org/IStock/Mensaje > > Stock%27>. > > > > > > Any help please? > > -- > Daniel Kulp > dkulp@apache.org > http://dankulp.com/blog > --0016368e2ba75c2d0204979a2202--