Return-Path: Delivered-To: apmail-tuscany-dev-archive@www.apache.org Received: (qmail 64402 invoked from network); 1 Feb 2011 08:55:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 08:55:17 -0000 Received: (qmail 83023 invoked by uid 500); 1 Feb 2011 08:55:17 -0000 Delivered-To: apmail-tuscany-dev-archive@tuscany.apache.org Received: (qmail 82741 invoked by uid 500); 1 Feb 2011 08:55:14 -0000 Mailing-List: contact dev-help@tuscany.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tuscany.apache.org Delivered-To: mailing list dev@tuscany.apache.org Received: (qmail 82734 invoked by uid 99); 1 Feb 2011 08:55:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 08:55:13 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.227.126.186] (HELO moutng.kundenserver.de) (212.227.126.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 08:55:06 +0000 Received: from [192.168.0.11] (w-194.cust-4723.ip.static.uno.uk.net [95.172.230.194]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0MaoDm-1PUAED1D8k-00KRVP; Tue, 01 Feb 2011 09:54:44 +0100 Message-ID: <4D47CA95.8050509@apache.org> Date: Tue, 01 Feb 2011 08:55:49 +0000 From: Simon Nash User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: dev@tuscany.apache.org Subject: Re: An issue with Axis2 WS binding dispatcher - the dispatching mechanism does not support SOAP message body encryption (UNCLASSIFIED) References: <15ECDA00324ADB4DB0291E9F89EEB30397D86D@DDCOBE010HUB004.nae.ds.army.mil> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:+iN4nO8tgwELeC+BKmHM+eBiu4uivqLcNCHLia6K8/c DLrxQWFxK3YKrIIF00GdI7MrU3fU5f6lLxa4FLN9HoPvJYIjX3 0DWKgytgzP7iGFN4huQ49V0o7q66qDmS4Bo5Y+xn3OrmBFNVpk GrFL4I6mxHJwyX+yHnEp8rdS9YEBtiTGg2Ek99WW97K9+DiXfJ 0Oxbffe6PA9tqg5AiuShQ== Scott Kurz wrote: > Gang, > > I don't know the answer but I'm curious myself how the Axis2 > dispatcher works in this case. > > What are you expecting the SOAPAction header to be set to? Are you > referencing an existing WSDL defining SOAPAction on each of the > reference/service sides or are you having the Tuscany WS binding > generate the WSDL for you. What are you seeing on the wire in the > HTTP header? > > Scott > > Tuscany uses the JAX-WS Java to WSDL mapping when it generates WSDL. In this mapping, the default for soapAction is a null string. To add a soapAction to the WSDL binding operation, you can use the @WebMethod(action=....) annotation on the Java service interface method. Simon