Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 40005 invoked from network); 13 Apr 2006 18:04:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Apr 2006 18:04:52 -0000 Received: (qmail 18549 invoked by uid 500); 13 Apr 2006 18:04:52 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 18536 invoked by uid 500); 13 Apr 2006 18:04:52 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 18524 invoked by uid 99); 13 Apr 2006 18:04:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 11:04:52 -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.brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Apr 2006 11:04:51 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.brutus.apache.org (Postfix) with ESMTP id 874C97142B6 for ; Thu, 13 Apr 2006 18:04:00 +0000 (GMT) Message-ID: <52809238.1144951440536.JavaMail.jira@brutus> Date: Thu, 13 Apr 2006 18:04:00 +0000 (GMT+00:00) From: "Samisa Abeysinghe (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXIS2C-125) SOAPAction header for SOAP 1.1 should have wrapping "" 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 SOAPAction header for SOAP 1.1 should have wrapping "" ------------------------------------------------------ Key: AXIS2C-125 URL: http://issues.apache.org/jira/browse/AXIS2C-125 Project: Axis2-C Type: Bug Components: core/transport Versions: Current (Nightly) Reporter: Samisa Abeysinghe Fix For: 0.91 We send it like this: SOAPAction: http://example.org/action/echoIn But as per the spec it should be: SOAPAction: "http://example.org/action/echoIn" Also, when receiving, in the processing of the SOAPAction from http headers, it should look for wrapping "" and drop them. >From SOAP 1.1 spec: soapaction = "SOAPAction" ":" [ <"> URI-reference <"> ] URI-reference = Examples: SOAPAction: "http://electrocommerce.org/abc#MyMessage" SOAPAction: "myapp.sdl" SOAPAction: "" SOAPAction: -- 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