http.h

00001 /*
00002 
00003 http.h
00004 
00005 WSDL/HTTP binding schema interface
00006 
00007 --------------------------------------------------------------------------------
00008 gSOAP XML Web services tools
00009 Copyright (C) 2004, Robert van Engelen, Genivia, Inc. All Rights Reserved.
00010 
00011 GPL license.
00012 
00013 This program is free software; you can redistribute it and/or modify it under
00014 the terms of the GNU General Public License as published by the Free Software
00015 Foundation; either version 2 of the License, or (at your option) any later
00016 version.
00017 
00018 This program is distributed in the hope that it will be useful, but WITHOUT ANY
00019 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
00020 PARTICULAR PURPOSE. See the GNU General Public License for more details.
00021 
00022 You should have received a copy of the GNU General Public License along with
00023 this program; if not, write to the Free Software Foundation, Inc., 59 Temple
00024 Place, Suite 330, Boston, MA 02111-1307 USA
00025 
00026 Author contact information:
00027 engelen@genivia.com / engelen@acm.org
00028 --------------------------------------------------------------------------------
00029 
00030 */
00031 
00032 //gsoap http schema documentation:      WSDL/HTTP binding schema
00033 //gsoap http schema namespace:          http://schemas.xmlsoap.org/wsdl/http/
00034 
00035 #import "imports.h"
00036 
00037 class http__address
00038 { public:
00039         @xsd__anyURI            location;
00040 };
00041 
00042 class http__binding
00043 { public:
00044         @xsd__NMTOKEN           verb;
00045 };
00046 
00047 class http__operation
00048 { public:
00049         @xsd__anyURI            location;
00050 };

Generated on Mon Jun 5 10:20:42 2006 for Intelligence.kdevelop by  doxygen 1.4.6