Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 37799 invoked from network); 16 Nov 2004 10:09:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Nov 2004 10:09:39 -0000 Received: (qmail 68920 invoked by uid 500); 16 Nov 2004 10:09:34 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 68862 invoked by uid 500); 16 Nov 2004 10:09:34 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 68836 invoked by uid 99); 16 Nov 2004 10:09:34 -0000 X-ASF-Spam-Status: No, hits=-9.9 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 16 Nov 2004 02:09:33 -0800 Received: (qmail 37665 invoked by uid 1852); 16 Nov 2004 10:09:32 -0000 Date: 16 Nov 2004 10:09:32 -0000 Message-ID: <20041116100932.37664.qmail@minotaur.apache.org> From: samisa@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/src/common SoapEnvVersions.cpp X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N samisa 2004/11/16 02:09:32 Added: c/src/common SoapEnvVersions.cpp Log: File containing gs_SoapEnvVersionsStruct definition. Revision Changes Path 1.1 ws-axis/c/src/common/SoapEnvVersions.cpp Index: SoapEnvVersions.cpp =================================================================== /* * Copyright 2003-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * * @author Samisa Abeysinghe (sabeysinghe@virtusa.com) * */ #include SoapEnvVersionsStruct gs_SoapEnvVersionsStruct[VERSION_LAST]= { /* SOAP_VER_1_1 */ { "http://schemas.xmlsoap.org/soap/envelope/", "SOAP-ENV", { /*SKW_ENVELOPE*/ "Envelope", /*SKW_HEADER*/ "Header", /*SKW_BODY*/ "Body", /*SKW_MUSTUNDERSTAND*/ "mustUnderstand", /*SKW_ACTOR*/ "actor", /*SKW_ENCODING_STYLE*/ "encodingStyle", /*SKW_FAULT*/ "Fault", /*SKW_FAULT_CODE*/ "faultcode", /*SKW_FAULT_STRING*/ "faultstring", /*SKW_FAULT_ACTOR*/ "faultactor", /*SKW_DETAIL*/ "detail", /*SKW_MULTIREF*/ "multiRef", /*SKW_TYPE*/ "type", /*SKW_ARRAYTYPE*/ "arrayType", /*SKW_HREF*/ "href", /*SKW_ID*/ "id" }, }, /*SOAP_VER_1_2*/ { "http://www.w3.org/2003/05/soap-envelope", "env", { /*SKW_ENVELOPE*/ "Envelope", /*SKW_HEADER*/ "Header", /*SKW_BODY*/ "Body", /*SKW_MUSTUNDERSTAND*/ "mustUnderstand", /*SKW_ACTOR*/ "actor", /*SKW_ENCODING_STYLE*/ "encodingStyle", /*SKW_FAULT*/ "Fault", /*SKW_FAULT_CODE*/ "Code", /*SKW_FAULT_STRING*/ "Reason", /*SKW_FAULT_ACTOR*/ "Role", /*SKW_DETAIL*/ "Detail", /*SKW_MULTIREF*/ "multiRef", /*SKW_TYPE*/ "type", /*SKW_ARRAYTYPE*/ "arrayType", /*SKW_HREF*/ "href", /*SKW_ID*/ "id" }, } };