1/*	env.h
2
3	Defines gSOAP environment shared by client and service modules
4
5	Imports SOAP Fault and SOAP Header structures, which will be
6	shared by client and service modules. The Header structure
7	should contain all fields required by the clients and services.
8
9	Copyright (C) 2000-2003 Robert A. van Engelen, Genivia inc.
10	All Rights Reserved.
11
12	Compile:
13	soapcpp2 -penv env.h
14	c++ -c envC.cpp
15	c++ -DWITH_NONAMESPACES -c stdsoap2.cpp
16
17*/
18
19#import "header.h"		// optional user-defined headers
20#import "fault.h"		// optional user-defined fault details
21