Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 78743 invoked from network); 14 Jul 2006 12:19:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2006 12:19:21 -0000 Received: (qmail 61480 invoked by uid 500); 14 Jul 2006 12:19:17 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 61445 invoked by uid 500); 14 Jul 2006 12:19:17 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 61434 invoked by uid 99); 14 Jul 2006 12:19:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 05:19:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 05:19:17 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C152A410013 for ; Fri, 14 Jul 2006 12:17:15 +0000 (GMT) Message-ID: <24914610.1152879435773.JavaMail.jira@brutus> Date: Fri, 14 Jul 2006 05:17:15 -0700 (PDT) From: "Eran Chinthaka (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-891) Allow the WS-Addressing action to be set, in the client, without also setting the SOAP action In-Reply-To: <29888388.1152803429756.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-891?page=comments#action_12421096 ] Eran Chinthaka commented on AXIS2-891: -------------------------------------- - if (soapActionString == null) { + if (soapActionString == null || !msgContext.getOptions().isUseSoapAction()) { soapActionString = "\"\""; } This is not compliant with SOAP 1.1 spec. According to it every request MUST have a SOAPAction (http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383528) and it doesn't care whether user needs to set that or not. > Allow the WS-Addressing action to be set, in the client, without also setting the SOAP action > --------------------------------------------------------------------------------------------- > > Key: AXIS2-891 > URL: http://issues.apache.org/jira/browse/AXIS2-891 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Improvement > Components: core > Reporter: Brian DePradine > Attachments: patch.txt > > > Modify the Options class to allow a user to set the WS-Addressing action without also setting the soap action. This is important as, according to the WS-Addressing 1.0 SOAP Binding Spec, it will allow the ability to obscure the action through SOAP-level security mechanisms, without having to resort to transport level security mechanisms. Patch to follow. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org