AppCore
Loading...
Searching...
No Matches
envStub.h
Go to the documentation of this file.
1/* envStub.h
2 Generated by gSOAP 2.7.9k from env.h
3 Copyright(C) 2000-2007, Robert van Engelen, Genivia Inc. All Rights Reserved.
4 This part of the software is released under one of the following licenses:
5 GPL, the gSOAP public license, or Genivia's license for commercial use.
6*/
7
8#ifndef envStub_H
9#define envStub_H
10//#include "soap2/stdsoap2.h"
11
12/******************************************************************************\
13 * *
14 * Enumerations *
15 * *
16\******************************************************************************/
17
18
19/******************************************************************************\
20 * *
21 * Classes and Structs *
22 * *
23\******************************************************************************/
24
25
26#ifndef SOAP_TYPE_SOAP_ENV__Header
27#define SOAP_TYPE_SOAP_ENV__Header (6)
28/* SOAP Header: */
30{
31#ifdef WITH_NOEMPTYSTRUCT
32private:
33 char dummy; /* dummy member to enable compilation */
35 {
36
37 }
38#endif
39};
40#endif
41
42#ifndef SOAP_TYPE_SOAP_ENV__Code
43#define SOAP_TYPE_SOAP_ENV__Code (7)
44/* SOAP Fault Code: */
46{
47public:
48 char *SOAP_ENV__Value; /* optional element of type xsd:QName */
49 struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */
50};
51#endif
52
53#ifndef SOAP_TYPE_SOAP_ENV__Detail
54#define SOAP_TYPE_SOAP_ENV__Detail (9)
55/* SOAP-ENV:Detail */
57{
58public:
59 int __type; /* any type of element <fault> (defined below) */
60 void *fault; /* transient */
61 char *__any;
62};
63#endif
64
65#ifndef SOAP_TYPE_SOAP_ENV__Reason
66#define SOAP_TYPE_SOAP_ENV__Reason (12)
67/* SOAP-ENV:Reason */
69{
70public:
71 char *SOAP_ENV__Text; /* optional element of type xsd:string */
72};
73#endif
74
75#ifndef SOAP_TYPE_SOAP_ENV__Fault
76#define SOAP_TYPE_SOAP_ENV__Fault (13)
77/* SOAP Fault: */
79{
80public:
81 char *faultcode; /* optional element of type xsd:QName */
82 char *faultstring; /* optional element of type xsd:string */
83 char *faultactor; /* optional element of type xsd:string */
84 struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */
85 struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */
86 struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */
87 char *SOAP_ENV__Node; /* optional element of type xsd:string */
88 char *SOAP_ENV__Role; /* optional element of type xsd:string */
89 struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */
90};
91#endif
92
93/******************************************************************************\
94 * *
95 * Types with Custom Serializers *
96 * *
97\******************************************************************************/
98
99
100/******************************************************************************\
101 * *
102 * Typedefs *
103 * *
104\******************************************************************************/
105
106#ifndef SOAP_TYPE__XML
107#define SOAP_TYPE__XML (4)
108typedef char *_XML;
109#endif
110
111#ifndef SOAP_TYPE__QName
112#define SOAP_TYPE__QName (5)
113typedef char *_QName;
114#endif
115
116
117/******************************************************************************\
118 * *
119 * Typedef Synonyms *
120 * *
121\******************************************************************************/
122
123
124/******************************************************************************\
125 * *
126 * Externals *
127 * *
128\******************************************************************************/
129
130
131/******************************************************************************\
132 * *
133 * Service Operations *
134 * *
135\******************************************************************************/
136
137
138/******************************************************************************\
139 * *
140 * Stubs *
141 * *
142\******************************************************************************/
143
144
145/******************************************************************************\
146 * *
147 * Skeletons *
148 * *
149\******************************************************************************/
150
151SOAP_FMAC5 int SOAP_FMAC6 soap_serve(struct soap*);
152
153SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request(struct soap*);
154
155#endif
156
157/* End of envStub.h */
SOAP_FMAC5 int SOAP_FMAC6 soap_serve(struct soap *)
Definition envServer.cpp:12
char * _XML
Definition envStub.h:108
char * _QName
Definition envStub.h:113
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request(struct soap *)
Definition envServer.cpp:73
Definition envStub.h:46
char * SOAP_ENV__Value
Definition envStub.h:48
struct SOAP_ENV__Code * SOAP_ENV__Subcode
Definition envStub.h:49
Definition envStub.h:57
char * __any
Definition envStub.h:61
void * fault
Definition envStub.h:60
int __type
Definition envStub.h:59
Definition envStub.h:79
struct SOAP_ENV__Code * SOAP_ENV__Code
Definition envStub.h:85
struct SOAP_ENV__Detail * detail
Definition envStub.h:84
char * faultstring
Definition envStub.h:82
char * SOAP_ENV__Role
Definition envStub.h:88
struct SOAP_ENV__Detail * SOAP_ENV__Detail
Definition envStub.h:89
char * faultcode
Definition envStub.h:81
struct SOAP_ENV__Reason * SOAP_ENV__Reason
Definition envStub.h:86
char * SOAP_ENV__Node
Definition envStub.h:87
char * faultactor
Definition envStub.h:83
Definition envStub.h:30
Definition envStub.h:69
char * SOAP_ENV__Text
Definition envStub.h:71