Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 43635 invoked from network); 2 May 2006 08:26:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2006 08:26:22 -0000 Received: (qmail 11442 invoked by uid 500); 2 May 2006 08:26:14 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 11347 invoked by uid 500); 2 May 2006 08:26:14 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 11336 invoked by uid 500); 2 May 2006 08:26:14 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 11333 invoked by uid 99); 2 May 2006 08:26:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 01:26:14 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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.29) with SMTP; Tue, 02 May 2006 01:26:13 -0700 Received: (qmail 43349 invoked by uid 65534); 2 May 2006 08:25:52 -0000 Message-ID: <20060502082552.43345.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r398846 - in /webservices/axis2/trunk/c: include/axis2_soap.h include/axis2_soap_const.h samples/user_guide/clients/echo_blocking.c Date: Tue, 02 May 2006 08:25:49 -0000 To: axis2-cvs@ws.apache.org From: samisa@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: samisa Date: Tue May 2 01:25:46 2006 New Revision: 398846 URL: http://svn.apache.org/viewcvs?rev=398846&view=rev Log: Added the convinient header so that users could include only one hader and get all SOAP functionality Added: webservices/axis2/trunk/c/include/axis2_soap.h Modified: webservices/axis2/trunk/c/include/axis2_soap_const.h webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking.c Added: webservices/axis2/trunk/c/include/axis2_soap.h URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_soap.h?rev=398846&view=auto ============================================================================== --- webservices/axis2/trunk/c/include/axis2_soap.h (added) +++ webservices/axis2/trunk/c/include/axis2_soap.h Tue May 2 01:25:46 2006 @@ -0,0 +1,52 @@ +/* + * Copyright 2004,2005 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. + */ + +#ifndef AXIS2_SOAP_H +#define AXIS2_SOAP_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + + /** + * @file axis2_soap.h + * @brief includes all SOAP related headers + */ +#ifdef __cplusplus +extern "C" +{ +#endif + +/** @} */ + +#ifdef __cplusplus +} +#endif + +#endif /* AXIS2_SOAP_H */ Modified: webservices/axis2/trunk/c/include/axis2_soap_const.h URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_soap_const.h?rev=398846&r1=398845&r2=398846&view=diff ============================================================================== --- webservices/axis2/trunk/c/include/axis2_soap_const.h (original) +++ webservices/axis2/trunk/c/include/axis2_soap_const.h Tue May 2 01:25:46 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ - #ifndef AXIS2_SOAP_H - #define AXIS2_SOAP_H + #ifndef AXIS2_SOAP_CONST_H + #define AXIS2_SOAP_CONST_H /** * @file axis2_soap.h Modified: webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking.c URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking.c?rev=398846&r1=398845&r2=398846&view=diff ============================================================================== --- webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking.c (original) +++ webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking.c Tue May 2 01:25:46 2006 @@ -26,16 +26,7 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include #include axis2_om_node_t *