You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
839 lines
47 KiB
839 lines
47 KiB
/* soapStub.h
|
|
Generated by gSOAP 2.8.103 for .\sendToClass.h
|
|
|
|
gSOAP XML Web services tools
|
|
Copyright (C) 2000-2020, Robert van Engelen, Genivia Inc. All Rights Reserved.
|
|
The soapcpp2 tool and its generated software are released under the GPL.
|
|
This program is released under the GPL with the additional exemption that
|
|
compiling, linking, and/or using OpenSSL is allowed.
|
|
--------------------------------------------------------------------------------
|
|
A commercial use license is available from Genivia Inc., contact@genivia.com
|
|
--------------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include <vector>
|
|
#define SOAP_NAMESPACE_OF_ns1 "http://tempuri.org/"
|
|
|
|
#ifndef soapStub_H
|
|
#define soapStub_H
|
|
#include "stdsoap2.h"
|
|
#if GSOAP_VERSION != 208103
|
|
# error "GSOAP VERSION 208103 MISMATCH IN GENERATED CODE VERSUS LIBRARY CODE: PLEASE REINSTALL PACKAGE"
|
|
#endif
|
|
|
|
|
|
/******************************************************************************\
|
|
* *
|
|
* Types with Custom Serializers *
|
|
* *
|
|
\******************************************************************************/
|
|
|
|
|
|
/******************************************************************************\
|
|
* *
|
|
* Classes, Structs and Unions *
|
|
* *
|
|
\******************************************************************************/
|
|
|
|
class _ns1__SetMaterialStatusS; /* .\sendToClass.h:159 */
|
|
class _ns1__SetMaterialStatusSResponse; /* .\sendToClass.h:161 */
|
|
class _ns1__CreateProject; /* .\sendToClass.h:163 */
|
|
class _ns1__CreateProjectResponse; /* .\sendToClass.h:165 */
|
|
class _ns1__SendToClass; /* .\sendToClass.h:167 */
|
|
class _ns1__SendToClassResponse; /* .\sendToClass.h:169 */
|
|
class _ns1__DeleteClass; /* .\sendToClass.h:171 */
|
|
class _ns1__DeleteClassResponse; /* .\sendToClass.h:173 */
|
|
struct __ns1__SetMaterialStatusS; /* .\sendToClass.h:528 */
|
|
struct __ns1__CreateProject; /* .\sendToClass.h:599 */
|
|
struct __ns1__SendToClass; /* .\sendToClass.h:670 */
|
|
struct __ns1__DeleteClass; /* .\sendToClass.h:741 */
|
|
struct __ns1__SetMaterialStatusS_; /* .\sendToClass.h:812 */
|
|
struct __ns1__CreateProject_; /* .\sendToClass.h:883 */
|
|
struct __ns1__SendToClass_; /* .\sendToClass.h:954 */
|
|
struct __ns1__DeleteClass_; /* .\sendToClass.h:1025 */
|
|
|
|
/* .\sendToClass.h:159 */
|
|
#ifndef SOAP_TYPE__ns1__SetMaterialStatusS
|
|
#define SOAP_TYPE__ns1__SetMaterialStatusS (8)
|
|
/* complex XML schema type 'ns1:SetMaterialStatusS': */
|
|
class SOAP_CMAC _ns1__SetMaterialStatusS {
|
|
public:
|
|
/// Optional element 'ns1:fileName' of XML schema type 'xsd:string'
|
|
wchar_t *fileName;
|
|
/// Context that manages this object
|
|
struct soap *soap;
|
|
public:
|
|
/// Return unique type id SOAP_TYPE__ns1__SetMaterialStatusS
|
|
virtual long soap_type(void) const { return SOAP_TYPE__ns1__SetMaterialStatusS; }
|
|
/// (Re)set members to default values
|
|
virtual void soap_default(struct soap*);
|
|
/// Serialize object to prepare for SOAP 1.1/1.2 encoded output (or with SOAP_XML_GRAPH) by analyzing its (cyclic) structures
|
|
virtual void soap_serialize(struct soap*) const;
|
|
/// Output object in XML, compliant with SOAP 1.1 encoding style, return error code or SOAP_OK
|
|
virtual int soap_put(struct soap*, const char *tag, const char *type) const;
|
|
/// Output object in XML, with tag and optional id attribute and xsi:type, return error code or SOAP_OK
|
|
virtual int soap_out(struct soap*, const char *tag, int id, const char *type) const;
|
|
/// Get object from XML, compliant with SOAP 1.1 encoding style, return pointer to object or NULL on error
|
|
virtual void *soap_get(struct soap*, const char *tag, const char *type);
|
|
/// Get object from XML, with matching tag and type (NULL matches any tag and type), return pointer to object or NULL on error
|
|
virtual void *soap_in(struct soap*, const char *tag, const char *type);
|
|
/// Return a new object of type _ns1__SetMaterialStatusS, default initialized and not managed by a soap context
|
|
virtual _ns1__SetMaterialStatusS *soap_alloc(void) const { return SOAP_NEW_UNMANAGED(_ns1__SetMaterialStatusS); }
|
|
public:
|
|
/// Constructor with default initializations
|
|
_ns1__SetMaterialStatusS() : fileName(), soap() { }
|
|
virtual ~_ns1__SetMaterialStatusS() { }
|
|
/// Friend allocator used by soap_new__ns1__SetMaterialStatusS(struct soap*, int)
|
|
friend SOAP_FMAC1 _ns1__SetMaterialStatusS * SOAP_FMAC2 soap_instantiate__ns1__SetMaterialStatusS(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:161 */
|
|
#ifndef SOAP_TYPE__ns1__SetMaterialStatusSResponse
|
|
#define SOAP_TYPE__ns1__SetMaterialStatusSResponse (9)
|
|
/* complex XML schema type 'ns1:SetMaterialStatusSResponse': */
|
|
class SOAP_CMAC _ns1__SetMaterialStatusSResponse {
|
|
public:
|
|
/// Optional element 'ns1:SetMaterialStatusSResult' of XML schema type 'xsd:string'
|
|
wchar_t *SetMaterialStatusSResult;
|
|
/// Context that manages this object
|
|
struct soap *soap;
|
|
public:
|
|
/// Return unique type id SOAP_TYPE__ns1__SetMaterialStatusSResponse
|
|
virtual long soap_type(void) const { return SOAP_TYPE__ns1__SetMaterialStatusSResponse; }
|
|
/// (Re)set members to default values
|
|
virtual void soap_default(struct soap*);
|
|
/// Serialize object to prepare for SOAP 1.1/1.2 encoded output (or with SOAP_XML_GRAPH) by analyzing its (cyclic) structures
|
|
virtual void soap_serialize(struct soap*) const;
|
|
/// Output object in XML, compliant with SOAP 1.1 encoding style, return error code or SOAP_OK
|
|
virtual int soap_put(struct soap*, const char *tag, const char *type) const;
|
|
/// Output object in XML, with tag and optional id attribute and xsi:type, return error code or SOAP_OK
|
|
virtual int soap_out(struct soap*, const char *tag, int id, const char *type) const;
|
|
/// Get object from XML, compliant with SOAP 1.1 encoding style, return pointer to object or NULL on error
|
|
virtual void *soap_get(struct soap*, const char *tag, const char *type);
|
|
/// Get object from XML, with matching tag and type (NULL matches any tag and type), return pointer to object or NULL on error
|
|
virtual void *soap_in(struct soap*, const char *tag, const char *type);
|
|
/// Return a new object of type _ns1__SetMaterialStatusSResponse, default initialized and not managed by a soap context
|
|
virtual _ns1__SetMaterialStatusSResponse *soap_alloc(void) const { return SOAP_NEW_UNMANAGED(_ns1__SetMaterialStatusSResponse); }
|
|
public:
|
|
/// Constructor with default initializations
|
|
_ns1__SetMaterialStatusSResponse() : SetMaterialStatusSResult(), soap() { }
|
|
virtual ~_ns1__SetMaterialStatusSResponse() { }
|
|
/// Friend allocator used by soap_new__ns1__SetMaterialStatusSResponse(struct soap*, int)
|
|
friend SOAP_FMAC1 _ns1__SetMaterialStatusSResponse * SOAP_FMAC2 soap_instantiate__ns1__SetMaterialStatusSResponse(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:163 */
|
|
#ifndef SOAP_TYPE__ns1__CreateProject
|
|
#define SOAP_TYPE__ns1__CreateProject (10)
|
|
/* complex XML schema type 'ns1:CreateProject': */
|
|
class SOAP_CMAC _ns1__CreateProject {
|
|
public:
|
|
/// Optional element 'ns1:projJsonString' of XML schema type 'xsd:string'
|
|
wchar_t *projJsonString;
|
|
/// Context that manages this object
|
|
struct soap *soap;
|
|
public:
|
|
/// Return unique type id SOAP_TYPE__ns1__CreateProject
|
|
virtual long soap_type(void) const { return SOAP_TYPE__ns1__CreateProject; }
|
|
/// (Re)set members to default values
|
|
virtual void soap_default(struct soap*);
|
|
/// Serialize object to prepare for SOAP 1.1/1.2 encoded output (or with SOAP_XML_GRAPH) by analyzing its (cyclic) structures
|
|
virtual void soap_serialize(struct soap*) const;
|
|
/// Output object in XML, compliant with SOAP 1.1 encoding style, return error code or SOAP_OK
|
|
virtual int soap_put(struct soap*, const char *tag, const char *type) const;
|
|
/// Output object in XML, with tag and optional id attribute and xsi:type, return error code or SOAP_OK
|
|
virtual int soap_out(struct soap*, const char *tag, int id, const char *type) const;
|
|
/// Get object from XML, compliant with SOAP 1.1 encoding style, return pointer to object or NULL on error
|
|
virtual void *soap_get(struct soap*, const char *tag, const char *type);
|
|
/// Get object from XML, with matching tag and type (NULL matches any tag and type), return pointer to object or NULL on error
|
|
virtual void *soap_in(struct soap*, const char *tag, const char *type);
|
|
/// Return a new object of type _ns1__CreateProject, default initialized and not managed by a soap context
|
|
virtual _ns1__CreateProject *soap_alloc(void) const { return SOAP_NEW_UNMANAGED(_ns1__CreateProject); }
|
|
public:
|
|
/// Constructor with default initializations
|
|
_ns1__CreateProject() : projJsonString(), soap() { }
|
|
virtual ~_ns1__CreateProject() { }
|
|
/// Friend allocator used by soap_new__ns1__CreateProject(struct soap*, int)
|
|
friend SOAP_FMAC1 _ns1__CreateProject * SOAP_FMAC2 soap_instantiate__ns1__CreateProject(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:165 */
|
|
#ifndef SOAP_TYPE__ns1__CreateProjectResponse
|
|
#define SOAP_TYPE__ns1__CreateProjectResponse (11)
|
|
/* complex XML schema type 'ns1:CreateProjectResponse': */
|
|
class SOAP_CMAC _ns1__CreateProjectResponse {
|
|
public:
|
|
/// Optional element 'ns1:CreateProjectResult' of XML schema type 'xsd:string'
|
|
wchar_t *CreateProjectResult;
|
|
/// Context that manages this object
|
|
struct soap *soap;
|
|
public:
|
|
/// Return unique type id SOAP_TYPE__ns1__CreateProjectResponse
|
|
virtual long soap_type(void) const { return SOAP_TYPE__ns1__CreateProjectResponse; }
|
|
/// (Re)set members to default values
|
|
virtual void soap_default(struct soap*);
|
|
/// Serialize object to prepare for SOAP 1.1/1.2 encoded output (or with SOAP_XML_GRAPH) by analyzing its (cyclic) structures
|
|
virtual void soap_serialize(struct soap*) const;
|
|
/// Output object in XML, compliant with SOAP 1.1 encoding style, return error code or SOAP_OK
|
|
virtual int soap_put(struct soap*, const char *tag, const char *type) const;
|
|
/// Output object in XML, with tag and optional id attribute and xsi:type, return error code or SOAP_OK
|
|
virtual int soap_out(struct soap*, const char *tag, int id, const char *type) const;
|
|
/// Get object from XML, compliant with SOAP 1.1 encoding style, return pointer to object or NULL on error
|
|
virtual void *soap_get(struct soap*, const char *tag, const char *type);
|
|
/// Get object from XML, with matching tag and type (NULL matches any tag and type), return pointer to object or NULL on error
|
|
virtual void *soap_in(struct soap*, const char *tag, const char *type);
|
|
/// Return a new object of type _ns1__CreateProjectResponse, default initialized and not managed by a soap context
|
|
virtual _ns1__CreateProjectResponse *soap_alloc(void) const { return SOAP_NEW_UNMANAGED(_ns1__CreateProjectResponse); }
|
|
public:
|
|
/// Constructor with default initializations
|
|
_ns1__CreateProjectResponse() : CreateProjectResult(), soap() { }
|
|
virtual ~_ns1__CreateProjectResponse() { }
|
|
/// Friend allocator used by soap_new__ns1__CreateProjectResponse(struct soap*, int)
|
|
friend SOAP_FMAC1 _ns1__CreateProjectResponse * SOAP_FMAC2 soap_instantiate__ns1__CreateProjectResponse(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:167 */
|
|
#ifndef SOAP_TYPE__ns1__SendToClass
|
|
#define SOAP_TYPE__ns1__SendToClass (12)
|
|
/* complex XML schema type 'ns1:SendToClass': */
|
|
class SOAP_CMAC _ns1__SendToClass {
|
|
public:
|
|
/// Optional element 'ns1:wsoPuiid' of XML schema type 'xsd:string'
|
|
wchar_t *wsoPuiid;
|
|
/// Optional element 'ns1:classID' of XML schema type 'xsd:string'
|
|
wchar_t *classID;
|
|
/// Optional element 'ns1:JsonContainer' of XML schema type 'xsd:string'
|
|
wchar_t *JsonContainer;
|
|
/// Context that manages this object
|
|
struct soap *soap;
|
|
public:
|
|
/// Return unique type id SOAP_TYPE__ns1__SendToClass
|
|
virtual long soap_type(void) const { return SOAP_TYPE__ns1__SendToClass; }
|
|
/// (Re)set members to default values
|
|
virtual void soap_default(struct soap*);
|
|
/// Serialize object to prepare for SOAP 1.1/1.2 encoded output (or with SOAP_XML_GRAPH) by analyzing its (cyclic) structures
|
|
virtual void soap_serialize(struct soap*) const;
|
|
/// Output object in XML, compliant with SOAP 1.1 encoding style, return error code or SOAP_OK
|
|
virtual int soap_put(struct soap*, const char *tag, const char *type) const;
|
|
/// Output object in XML, with tag and optional id attribute and xsi:type, return error code or SOAP_OK
|
|
virtual int soap_out(struct soap*, const char *tag, int id, const char *type) const;
|
|
/// Get object from XML, compliant with SOAP 1.1 encoding style, return pointer to object or NULL on error
|
|
virtual void *soap_get(struct soap*, const char *tag, const char *type);
|
|
/// Get object from XML, with matching tag and type (NULL matches any tag and type), return pointer to object or NULL on error
|
|
virtual void *soap_in(struct soap*, const char *tag, const char *type);
|
|
/// Return a new object of type _ns1__SendToClass, default initialized and not managed by a soap context
|
|
virtual _ns1__SendToClass *soap_alloc(void) const { return SOAP_NEW_UNMANAGED(_ns1__SendToClass); }
|
|
public:
|
|
/// Constructor with default initializations
|
|
_ns1__SendToClass() : wsoPuiid(), classID(), JsonContainer(), soap() { }
|
|
virtual ~_ns1__SendToClass() { }
|
|
/// Friend allocator used by soap_new__ns1__SendToClass(struct soap*, int)
|
|
friend SOAP_FMAC1 _ns1__SendToClass * SOAP_FMAC2 soap_instantiate__ns1__SendToClass(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:169 */
|
|
#ifndef SOAP_TYPE__ns1__SendToClassResponse
|
|
#define SOAP_TYPE__ns1__SendToClassResponse (13)
|
|
/* complex XML schema type 'ns1:SendToClassResponse': */
|
|
class SOAP_CMAC _ns1__SendToClassResponse {
|
|
public:
|
|
/// Optional element 'ns1:SendToClassResult' of XML schema type 'xsd:string'
|
|
wchar_t *SendToClassResult;
|
|
/// Context that manages this object
|
|
struct soap *soap;
|
|
public:
|
|
/// Return unique type id SOAP_TYPE__ns1__SendToClassResponse
|
|
virtual long soap_type(void) const { return SOAP_TYPE__ns1__SendToClassResponse; }
|
|
/// (Re)set members to default values
|
|
virtual void soap_default(struct soap*);
|
|
/// Serialize object to prepare for SOAP 1.1/1.2 encoded output (or with SOAP_XML_GRAPH) by analyzing its (cyclic) structures
|
|
virtual void soap_serialize(struct soap*) const;
|
|
/// Output object in XML, compliant with SOAP 1.1 encoding style, return error code or SOAP_OK
|
|
virtual int soap_put(struct soap*, const char *tag, const char *type) const;
|
|
/// Output object in XML, with tag and optional id attribute and xsi:type, return error code or SOAP_OK
|
|
virtual int soap_out(struct soap*, const char *tag, int id, const char *type) const;
|
|
/// Get object from XML, compliant with SOAP 1.1 encoding style, return pointer to object or NULL on error
|
|
virtual void *soap_get(struct soap*, const char *tag, const char *type);
|
|
/// Get object from XML, with matching tag and type (NULL matches any tag and type), return pointer to object or NULL on error
|
|
virtual void *soap_in(struct soap*, const char *tag, const char *type);
|
|
/// Return a new object of type _ns1__SendToClassResponse, default initialized and not managed by a soap context
|
|
virtual _ns1__SendToClassResponse *soap_alloc(void) const { return SOAP_NEW_UNMANAGED(_ns1__SendToClassResponse); }
|
|
public:
|
|
/// Constructor with default initializations
|
|
_ns1__SendToClassResponse() : SendToClassResult(), soap() { }
|
|
virtual ~_ns1__SendToClassResponse() { }
|
|
/// Friend allocator used by soap_new__ns1__SendToClassResponse(struct soap*, int)
|
|
friend SOAP_FMAC1 _ns1__SendToClassResponse * SOAP_FMAC2 soap_instantiate__ns1__SendToClassResponse(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:171 */
|
|
#ifndef SOAP_TYPE__ns1__DeleteClass
|
|
#define SOAP_TYPE__ns1__DeleteClass (14)
|
|
/* complex XML schema type 'ns1:DeleteClass': */
|
|
class SOAP_CMAC _ns1__DeleteClass {
|
|
public:
|
|
/// Optional element 'ns1:icoPuid' of XML schema type 'xsd:string'
|
|
wchar_t *icoPuid;
|
|
/// Context that manages this object
|
|
struct soap *soap;
|
|
public:
|
|
/// Return unique type id SOAP_TYPE__ns1__DeleteClass
|
|
virtual long soap_type(void) const { return SOAP_TYPE__ns1__DeleteClass; }
|
|
/// (Re)set members to default values
|
|
virtual void soap_default(struct soap*);
|
|
/// Serialize object to prepare for SOAP 1.1/1.2 encoded output (or with SOAP_XML_GRAPH) by analyzing its (cyclic) structures
|
|
virtual void soap_serialize(struct soap*) const;
|
|
/// Output object in XML, compliant with SOAP 1.1 encoding style, return error code or SOAP_OK
|
|
virtual int soap_put(struct soap*, const char *tag, const char *type) const;
|
|
/// Output object in XML, with tag and optional id attribute and xsi:type, return error code or SOAP_OK
|
|
virtual int soap_out(struct soap*, const char *tag, int id, const char *type) const;
|
|
/// Get object from XML, compliant with SOAP 1.1 encoding style, return pointer to object or NULL on error
|
|
virtual void *soap_get(struct soap*, const char *tag, const char *type);
|
|
/// Get object from XML, with matching tag and type (NULL matches any tag and type), return pointer to object or NULL on error
|
|
virtual void *soap_in(struct soap*, const char *tag, const char *type);
|
|
/// Return a new object of type _ns1__DeleteClass, default initialized and not managed by a soap context
|
|
virtual _ns1__DeleteClass *soap_alloc(void) const { return SOAP_NEW_UNMANAGED(_ns1__DeleteClass); }
|
|
public:
|
|
/// Constructor with default initializations
|
|
_ns1__DeleteClass() : icoPuid(), soap() { }
|
|
virtual ~_ns1__DeleteClass() { }
|
|
/// Friend allocator used by soap_new__ns1__DeleteClass(struct soap*, int)
|
|
friend SOAP_FMAC1 _ns1__DeleteClass * SOAP_FMAC2 soap_instantiate__ns1__DeleteClass(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:173 */
|
|
#ifndef SOAP_TYPE__ns1__DeleteClassResponse
|
|
#define SOAP_TYPE__ns1__DeleteClassResponse (15)
|
|
/* complex XML schema type 'ns1:DeleteClassResponse': */
|
|
class SOAP_CMAC _ns1__DeleteClassResponse {
|
|
public:
|
|
/// Optional element 'ns1:DeleteClassResult' of XML schema type 'xsd:string'
|
|
wchar_t *DeleteClassResult;
|
|
/// Context that manages this object
|
|
struct soap *soap;
|
|
public:
|
|
/// Return unique type id SOAP_TYPE__ns1__DeleteClassResponse
|
|
virtual long soap_type(void) const { return SOAP_TYPE__ns1__DeleteClassResponse; }
|
|
/// (Re)set members to default values
|
|
virtual void soap_default(struct soap*);
|
|
/// Serialize object to prepare for SOAP 1.1/1.2 encoded output (or with SOAP_XML_GRAPH) by analyzing its (cyclic) structures
|
|
virtual void soap_serialize(struct soap*) const;
|
|
/// Output object in XML, compliant with SOAP 1.1 encoding style, return error code or SOAP_OK
|
|
virtual int soap_put(struct soap*, const char *tag, const char *type) const;
|
|
/// Output object in XML, with tag and optional id attribute and xsi:type, return error code or SOAP_OK
|
|
virtual int soap_out(struct soap*, const char *tag, int id, const char *type) const;
|
|
/// Get object from XML, compliant with SOAP 1.1 encoding style, return pointer to object or NULL on error
|
|
virtual void *soap_get(struct soap*, const char *tag, const char *type);
|
|
/// Get object from XML, with matching tag and type (NULL matches any tag and type), return pointer to object or NULL on error
|
|
virtual void *soap_in(struct soap*, const char *tag, const char *type);
|
|
/// Return a new object of type _ns1__DeleteClassResponse, default initialized and not managed by a soap context
|
|
virtual _ns1__DeleteClassResponse *soap_alloc(void) const { return SOAP_NEW_UNMANAGED(_ns1__DeleteClassResponse); }
|
|
public:
|
|
/// Constructor with default initializations
|
|
_ns1__DeleteClassResponse() : DeleteClassResult(), soap() { }
|
|
virtual ~_ns1__DeleteClassResponse() { }
|
|
/// Friend allocator used by soap_new__ns1__DeleteClassResponse(struct soap*, int)
|
|
friend SOAP_FMAC1 _ns1__DeleteClassResponse * SOAP_FMAC2 soap_instantiate__ns1__DeleteClassResponse(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:528 */
|
|
#ifndef SOAP_TYPE___ns1__SetMaterialStatusS
|
|
#define SOAP_TYPE___ns1__SetMaterialStatusS (22)
|
|
/* Wrapper: */
|
|
struct SOAP_CMAC __ns1__SetMaterialStatusS {
|
|
public:
|
|
/** Optional element 'ns1:SetMaterialStatusS' of XML schema type 'ns1:SetMaterialStatusS' */
|
|
_ns1__SetMaterialStatusS *ns1__SetMaterialStatusS;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE___ns1__SetMaterialStatusS */
|
|
long soap_type() const { return SOAP_TYPE___ns1__SetMaterialStatusS; }
|
|
/** Constructor with member initializations */
|
|
__ns1__SetMaterialStatusS() : ns1__SetMaterialStatusS() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 __ns1__SetMaterialStatusS * SOAP_FMAC2 soap_instantiate___ns1__SetMaterialStatusS(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:599 */
|
|
#ifndef SOAP_TYPE___ns1__CreateProject
|
|
#define SOAP_TYPE___ns1__CreateProject (26)
|
|
/* Wrapper: */
|
|
struct SOAP_CMAC __ns1__CreateProject {
|
|
public:
|
|
/** Optional element 'ns1:CreateProject' of XML schema type 'ns1:CreateProject' */
|
|
_ns1__CreateProject *ns1__CreateProject;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE___ns1__CreateProject */
|
|
long soap_type() const { return SOAP_TYPE___ns1__CreateProject; }
|
|
/** Constructor with member initializations */
|
|
__ns1__CreateProject() : ns1__CreateProject() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 __ns1__CreateProject * SOAP_FMAC2 soap_instantiate___ns1__CreateProject(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:670 */
|
|
#ifndef SOAP_TYPE___ns1__SendToClass
|
|
#define SOAP_TYPE___ns1__SendToClass (30)
|
|
/* Wrapper: */
|
|
struct SOAP_CMAC __ns1__SendToClass {
|
|
public:
|
|
/** Optional element 'ns1:SendToClass' of XML schema type 'ns1:SendToClass' */
|
|
_ns1__SendToClass *ns1__SendToClass;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE___ns1__SendToClass */
|
|
long soap_type() const { return SOAP_TYPE___ns1__SendToClass; }
|
|
/** Constructor with member initializations */
|
|
__ns1__SendToClass() : ns1__SendToClass() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 __ns1__SendToClass * SOAP_FMAC2 soap_instantiate___ns1__SendToClass(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:741 */
|
|
#ifndef SOAP_TYPE___ns1__DeleteClass
|
|
#define SOAP_TYPE___ns1__DeleteClass (34)
|
|
/* Wrapper: */
|
|
struct SOAP_CMAC __ns1__DeleteClass {
|
|
public:
|
|
/** Optional element 'ns1:DeleteClass' of XML schema type 'ns1:DeleteClass' */
|
|
_ns1__DeleteClass *ns1__DeleteClass;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE___ns1__DeleteClass */
|
|
long soap_type() const { return SOAP_TYPE___ns1__DeleteClass; }
|
|
/** Constructor with member initializations */
|
|
__ns1__DeleteClass() : ns1__DeleteClass() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 __ns1__DeleteClass * SOAP_FMAC2 soap_instantiate___ns1__DeleteClass(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:812 */
|
|
#ifndef SOAP_TYPE___ns1__SetMaterialStatusS_
|
|
#define SOAP_TYPE___ns1__SetMaterialStatusS_ (36)
|
|
/* Wrapper: */
|
|
struct SOAP_CMAC __ns1__SetMaterialStatusS_ {
|
|
public:
|
|
/** Optional element 'ns1:SetMaterialStatusS' of XML schema type 'ns1:SetMaterialStatusS' */
|
|
_ns1__SetMaterialStatusS *ns1__SetMaterialStatusS;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE___ns1__SetMaterialStatusS_ */
|
|
long soap_type() const { return SOAP_TYPE___ns1__SetMaterialStatusS_; }
|
|
/** Constructor with member initializations */
|
|
__ns1__SetMaterialStatusS_() : ns1__SetMaterialStatusS() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 __ns1__SetMaterialStatusS_ * SOAP_FMAC2 soap_instantiate___ns1__SetMaterialStatusS_(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:883 */
|
|
#ifndef SOAP_TYPE___ns1__CreateProject_
|
|
#define SOAP_TYPE___ns1__CreateProject_ (38)
|
|
/* Wrapper: */
|
|
struct SOAP_CMAC __ns1__CreateProject_ {
|
|
public:
|
|
/** Optional element 'ns1:CreateProject' of XML schema type 'ns1:CreateProject' */
|
|
_ns1__CreateProject *ns1__CreateProject;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE___ns1__CreateProject_ */
|
|
long soap_type() const { return SOAP_TYPE___ns1__CreateProject_; }
|
|
/** Constructor with member initializations */
|
|
__ns1__CreateProject_() : ns1__CreateProject() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 __ns1__CreateProject_ * SOAP_FMAC2 soap_instantiate___ns1__CreateProject_(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:954 */
|
|
#ifndef SOAP_TYPE___ns1__SendToClass_
|
|
#define SOAP_TYPE___ns1__SendToClass_ (40)
|
|
/* Wrapper: */
|
|
struct SOAP_CMAC __ns1__SendToClass_ {
|
|
public:
|
|
/** Optional element 'ns1:SendToClass' of XML schema type 'ns1:SendToClass' */
|
|
_ns1__SendToClass *ns1__SendToClass;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE___ns1__SendToClass_ */
|
|
long soap_type() const { return SOAP_TYPE___ns1__SendToClass_; }
|
|
/** Constructor with member initializations */
|
|
__ns1__SendToClass_() : ns1__SendToClass() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 __ns1__SendToClass_ * SOAP_FMAC2 soap_instantiate___ns1__SendToClass_(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:1025 */
|
|
#ifndef SOAP_TYPE___ns1__DeleteClass_
|
|
#define SOAP_TYPE___ns1__DeleteClass_ (42)
|
|
/* Wrapper: */
|
|
struct SOAP_CMAC __ns1__DeleteClass_ {
|
|
public:
|
|
/** Optional element 'ns1:DeleteClass' of XML schema type 'ns1:DeleteClass' */
|
|
_ns1__DeleteClass *ns1__DeleteClass;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE___ns1__DeleteClass_ */
|
|
long soap_type() const { return SOAP_TYPE___ns1__DeleteClass_; }
|
|
/** Constructor with member initializations */
|
|
__ns1__DeleteClass_() : ns1__DeleteClass() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 __ns1__DeleteClass_ * SOAP_FMAC2 soap_instantiate___ns1__DeleteClass_(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
|
|
/* .\sendToClass.h:1206 */
|
|
#ifndef WITH_NOGLOBAL
|
|
#ifndef SOAP_TYPE_SOAP_ENV__Header
|
|
#define SOAP_TYPE_SOAP_ENV__Header (43)
|
|
/* SOAP_ENV__Header: */
|
|
struct SOAP_CMAC SOAP_ENV__Header {
|
|
public:
|
|
/** Return unique type id SOAP_TYPE_SOAP_ENV__Header */
|
|
long soap_type() const { return SOAP_TYPE_SOAP_ENV__Header; }
|
|
/** Constructor with member initializations */
|
|
SOAP_ENV__Header() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
#endif
|
|
|
|
/* .\sendToClass.h:1206 */
|
|
#ifndef WITH_NOGLOBAL
|
|
#ifndef SOAP_TYPE_SOAP_ENV__Code
|
|
#define SOAP_TYPE_SOAP_ENV__Code (44)
|
|
/* Type SOAP_ENV__Code is a recursive data type, (in)directly referencing itself through its (base or derived class) members */
|
|
/* SOAP_ENV__Code: */
|
|
struct SOAP_CMAC SOAP_ENV__Code {
|
|
public:
|
|
/** Optional element 'SOAP-ENV:Value' of XML schema type 'xsd:QName' */
|
|
char *SOAP_ENV__Value;
|
|
/** Optional element 'SOAP-ENV:Subcode' of XML schema type 'SOAP-ENV:Code' */
|
|
struct SOAP_ENV__Code *SOAP_ENV__Subcode;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE_SOAP_ENV__Code */
|
|
long soap_type() const { return SOAP_TYPE_SOAP_ENV__Code; }
|
|
/** Constructor with member initializations */
|
|
SOAP_ENV__Code() : SOAP_ENV__Value(), SOAP_ENV__Subcode() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
#endif
|
|
|
|
/* .\sendToClass.h:1206 */
|
|
#ifndef WITH_NOGLOBAL
|
|
#ifndef SOAP_TYPE_SOAP_ENV__Detail
|
|
#define SOAP_TYPE_SOAP_ENV__Detail (46)
|
|
/* SOAP_ENV__Detail: */
|
|
struct SOAP_CMAC SOAP_ENV__Detail {
|
|
public:
|
|
char *__any;
|
|
/** Any type of element 'fault' assigned to fault with its SOAP_TYPE_<typename> assigned to __type */
|
|
/** Do not create a cyclic data structure through this member unless SOAP encoding or SOAP_XML_GRAPH are used for id-ref serialization */
|
|
int __type;
|
|
void *fault;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE_SOAP_ENV__Detail */
|
|
long soap_type() const { return SOAP_TYPE_SOAP_ENV__Detail; }
|
|
/** Constructor with member initializations */
|
|
SOAP_ENV__Detail() : __any(), __type(), fault() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
#endif
|
|
|
|
/* .\sendToClass.h:1206 */
|
|
#ifndef WITH_NOGLOBAL
|
|
#ifndef SOAP_TYPE_SOAP_ENV__Reason
|
|
#define SOAP_TYPE_SOAP_ENV__Reason (49)
|
|
/* SOAP_ENV__Reason: */
|
|
struct SOAP_CMAC SOAP_ENV__Reason {
|
|
public:
|
|
/** Optional element 'SOAP-ENV:Text' of XML schema type 'xsd:string' */
|
|
char *SOAP_ENV__Text;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE_SOAP_ENV__Reason */
|
|
long soap_type() const { return SOAP_TYPE_SOAP_ENV__Reason; }
|
|
/** Constructor with member initializations */
|
|
SOAP_ENV__Reason() : SOAP_ENV__Text() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
#endif
|
|
|
|
/* .\sendToClass.h:1206 */
|
|
#ifndef WITH_NOGLOBAL
|
|
#ifndef SOAP_TYPE_SOAP_ENV__Fault
|
|
#define SOAP_TYPE_SOAP_ENV__Fault (50)
|
|
/* SOAP_ENV__Fault: */
|
|
struct SOAP_CMAC SOAP_ENV__Fault {
|
|
public:
|
|
/** Optional element 'faultcode' of XML schema type 'xsd:QName' */
|
|
char *faultcode;
|
|
/** Optional element 'faultstring' of XML schema type 'xsd:string' */
|
|
char *faultstring;
|
|
/** Optional element 'faultactor' of XML schema type 'xsd:string' */
|
|
char *faultactor;
|
|
/** Optional element 'detail' of XML schema type 'SOAP-ENV:Detail' */
|
|
struct SOAP_ENV__Detail *detail;
|
|
/** Optional element 'SOAP-ENV:Code' of XML schema type 'SOAP-ENV:Code' */
|
|
struct SOAP_ENV__Code *SOAP_ENV__Code;
|
|
/** Optional element 'SOAP-ENV:Reason' of XML schema type 'SOAP-ENV:Reason' */
|
|
struct SOAP_ENV__Reason *SOAP_ENV__Reason;
|
|
/** Optional element 'SOAP-ENV:Node' of XML schema type 'xsd:string' */
|
|
char *SOAP_ENV__Node;
|
|
/** Optional element 'SOAP-ENV:Role' of XML schema type 'xsd:string' */
|
|
char *SOAP_ENV__Role;
|
|
/** Optional element 'SOAP-ENV:Detail' of XML schema type 'SOAP-ENV:Detail' */
|
|
struct SOAP_ENV__Detail *SOAP_ENV__Detail;
|
|
public:
|
|
/** Return unique type id SOAP_TYPE_SOAP_ENV__Fault */
|
|
long soap_type() const { return SOAP_TYPE_SOAP_ENV__Fault; }
|
|
/** Constructor with member initializations */
|
|
SOAP_ENV__Fault() : faultcode(), faultstring(), faultactor(), detail(), SOAP_ENV__Code(), SOAP_ENV__Reason(), SOAP_ENV__Node(), SOAP_ENV__Role(), SOAP_ENV__Detail() { }
|
|
/** Friend allocator */
|
|
friend SOAP_FMAC1 SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap*, int, const char*, const char*, size_t*);
|
|
};
|
|
#endif
|
|
#endif
|
|
|
|
/******************************************************************************\
|
|
* *
|
|
* Typedefs *
|
|
* *
|
|
\******************************************************************************/
|
|
|
|
|
|
/* (built-in):0 */
|
|
#ifndef SOAP_TYPE__XML
|
|
#define SOAP_TYPE__XML (5)
|
|
typedef char *_XML;
|
|
#endif
|
|
|
|
/* (built-in):0 */
|
|
#ifndef SOAP_TYPE__QName
|
|
#define SOAP_TYPE__QName (6)
|
|
typedef char *_QName;
|
|
#endif
|
|
|
|
/******************************************************************************\
|
|
* *
|
|
* Serializable Types *
|
|
* *
|
|
\******************************************************************************/
|
|
|
|
|
|
/* char has binding name 'byte' for type 'xsd:byte' */
|
|
#ifndef SOAP_TYPE_byte
|
|
#define SOAP_TYPE_byte (3)
|
|
#endif
|
|
|
|
/* int has binding name 'int' for type 'xsd:int' */
|
|
#ifndef SOAP_TYPE_int
|
|
#define SOAP_TYPE_int (1)
|
|
#endif
|
|
|
|
/* _ns1__DeleteClassResponse has binding name '_ns1__DeleteClassResponse' for type '' */
|
|
#ifndef SOAP_TYPE__ns1__DeleteClassResponse
|
|
#define SOAP_TYPE__ns1__DeleteClassResponse (15)
|
|
#endif
|
|
|
|
/* _ns1__DeleteClass has binding name '_ns1__DeleteClass' for type '' */
|
|
#ifndef SOAP_TYPE__ns1__DeleteClass
|
|
#define SOAP_TYPE__ns1__DeleteClass (14)
|
|
#endif
|
|
|
|
/* _ns1__SendToClassResponse has binding name '_ns1__SendToClassResponse' for type '' */
|
|
#ifndef SOAP_TYPE__ns1__SendToClassResponse
|
|
#define SOAP_TYPE__ns1__SendToClassResponse (13)
|
|
#endif
|
|
|
|
/* _ns1__SendToClass has binding name '_ns1__SendToClass' for type '' */
|
|
#ifndef SOAP_TYPE__ns1__SendToClass
|
|
#define SOAP_TYPE__ns1__SendToClass (12)
|
|
#endif
|
|
|
|
/* _ns1__CreateProjectResponse has binding name '_ns1__CreateProjectResponse' for type '' */
|
|
#ifndef SOAP_TYPE__ns1__CreateProjectResponse
|
|
#define SOAP_TYPE__ns1__CreateProjectResponse (11)
|
|
#endif
|
|
|
|
/* _ns1__CreateProject has binding name '_ns1__CreateProject' for type '' */
|
|
#ifndef SOAP_TYPE__ns1__CreateProject
|
|
#define SOAP_TYPE__ns1__CreateProject (10)
|
|
#endif
|
|
|
|
/* _ns1__SetMaterialStatusSResponse has binding name '_ns1__SetMaterialStatusSResponse' for type '' */
|
|
#ifndef SOAP_TYPE__ns1__SetMaterialStatusSResponse
|
|
#define SOAP_TYPE__ns1__SetMaterialStatusSResponse (9)
|
|
#endif
|
|
|
|
/* _ns1__SetMaterialStatusS has binding name '_ns1__SetMaterialStatusS' for type '' */
|
|
#ifndef SOAP_TYPE__ns1__SetMaterialStatusS
|
|
#define SOAP_TYPE__ns1__SetMaterialStatusS (8)
|
|
#endif
|
|
|
|
/* struct SOAP_ENV__Fault has binding name 'SOAP_ENV__Fault' for type '' */
|
|
#ifndef SOAP_TYPE_SOAP_ENV__Fault
|
|
#define SOAP_TYPE_SOAP_ENV__Fault (50)
|
|
#endif
|
|
|
|
/* struct SOAP_ENV__Reason has binding name 'SOAP_ENV__Reason' for type '' */
|
|
#ifndef SOAP_TYPE_SOAP_ENV__Reason
|
|
#define SOAP_TYPE_SOAP_ENV__Reason (49)
|
|
#endif
|
|
|
|
/* struct SOAP_ENV__Detail has binding name 'SOAP_ENV__Detail' for type '' */
|
|
#ifndef SOAP_TYPE_SOAP_ENV__Detail
|
|
#define SOAP_TYPE_SOAP_ENV__Detail (46)
|
|
#endif
|
|
|
|
/* struct SOAP_ENV__Code has binding name 'SOAP_ENV__Code' for type '' */
|
|
#ifndef SOAP_TYPE_SOAP_ENV__Code
|
|
#define SOAP_TYPE_SOAP_ENV__Code (44)
|
|
#endif
|
|
|
|
/* struct SOAP_ENV__Header has binding name 'SOAP_ENV__Header' for type '' */
|
|
#ifndef SOAP_TYPE_SOAP_ENV__Header
|
|
#define SOAP_TYPE_SOAP_ENV__Header (43)
|
|
#endif
|
|
|
|
/* struct SOAP_ENV__Reason * has binding name 'PointerToSOAP_ENV__Reason' for type '' */
|
|
#ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason
|
|
#define SOAP_TYPE_PointerToSOAP_ENV__Reason (52)
|
|
#endif
|
|
|
|
/* struct SOAP_ENV__Detail * has binding name 'PointerToSOAP_ENV__Detail' for type '' */
|
|
#ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail
|
|
#define SOAP_TYPE_PointerToSOAP_ENV__Detail (51)
|
|
#endif
|
|
|
|
/* struct SOAP_ENV__Code * has binding name 'PointerToSOAP_ENV__Code' for type '' */
|
|
#ifndef SOAP_TYPE_PointerToSOAP_ENV__Code
|
|
#define SOAP_TYPE_PointerToSOAP_ENV__Code (45)
|
|
#endif
|
|
|
|
/* _ns1__DeleteClass * has binding name 'PointerTo_ns1__DeleteClass' for type '' */
|
|
#ifndef SOAP_TYPE_PointerTo_ns1__DeleteClass
|
|
#define SOAP_TYPE_PointerTo_ns1__DeleteClass (31)
|
|
#endif
|
|
|
|
/* _ns1__SendToClass * has binding name 'PointerTo_ns1__SendToClass' for type '' */
|
|
#ifndef SOAP_TYPE_PointerTo_ns1__SendToClass
|
|
#define SOAP_TYPE_PointerTo_ns1__SendToClass (27)
|
|
#endif
|
|
|
|
/* _ns1__CreateProject * has binding name 'PointerTo_ns1__CreateProject' for type '' */
|
|
#ifndef SOAP_TYPE_PointerTo_ns1__CreateProject
|
|
#define SOAP_TYPE_PointerTo_ns1__CreateProject (23)
|
|
#endif
|
|
|
|
/* _ns1__SetMaterialStatusS * has binding name 'PointerTo_ns1__SetMaterialStatusS' for type '' */
|
|
#ifndef SOAP_TYPE_PointerTo_ns1__SetMaterialStatusS
|
|
#define SOAP_TYPE_PointerTo_ns1__SetMaterialStatusS (19)
|
|
#endif
|
|
|
|
/* wchar_t * has binding name 'wstring' for type 'xsd:string' */
|
|
#ifndef SOAP_TYPE_wstring
|
|
#define SOAP_TYPE_wstring (17)
|
|
#endif
|
|
|
|
/* _QName has binding name '_QName' for type 'xsd:QName' */
|
|
#ifndef SOAP_TYPE__QName
|
|
#define SOAP_TYPE__QName (6)
|
|
#endif
|
|
|
|
/* _XML has binding name '_XML' for type '' */
|
|
#ifndef SOAP_TYPE__XML
|
|
#define SOAP_TYPE__XML (5)
|
|
#endif
|
|
|
|
/* char * has binding name 'string' for type 'xsd:string' */
|
|
#ifndef SOAP_TYPE_string
|
|
#define SOAP_TYPE_string (4)
|
|
#endif
|
|
|
|
/******************************************************************************\
|
|
* *
|
|
* Externals *
|
|
* *
|
|
\******************************************************************************/
|
|
|
|
|
|
/******************************************************************************\
|
|
* *
|
|
* Client-Side Call Stub Functions *
|
|
* *
|
|
\******************************************************************************/
|
|
|
|
|
|
/** Web service synchronous operation 'soap_call___ns1__SetMaterialStatusS' to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__SetMaterialStatusS(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__SetMaterialStatusS *ns1__SetMaterialStatusS, _ns1__SetMaterialStatusSResponse &ns1__SetMaterialStatusSResponse);
|
|
/** Web service asynchronous operation 'soap_send___ns1__SetMaterialStatusS' to send a request message to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_send___ns1__SetMaterialStatusS(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__SetMaterialStatusS *ns1__SetMaterialStatusS);
|
|
/** Web service asynchronous operation 'soap_recv___ns1__SetMaterialStatusS' to receive a response message from the connected endpoint, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_recv___ns1__SetMaterialStatusS(struct soap *soap, _ns1__SetMaterialStatusSResponse &ns1__SetMaterialStatusSResponse);
|
|
|
|
/** Web service synchronous operation 'soap_call___ns1__CreateProject' to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__CreateProject(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__CreateProject *ns1__CreateProject, _ns1__CreateProjectResponse &ns1__CreateProjectResponse);
|
|
/** Web service asynchronous operation 'soap_send___ns1__CreateProject' to send a request message to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_send___ns1__CreateProject(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__CreateProject *ns1__CreateProject);
|
|
/** Web service asynchronous operation 'soap_recv___ns1__CreateProject' to receive a response message from the connected endpoint, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_recv___ns1__CreateProject(struct soap *soap, _ns1__CreateProjectResponse &ns1__CreateProjectResponse);
|
|
|
|
/** Web service synchronous operation 'soap_call___ns1__SendToClass' to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__SendToClass(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__SendToClass *ns1__SendToClass, _ns1__SendToClassResponse &ns1__SendToClassResponse);
|
|
/** Web service asynchronous operation 'soap_send___ns1__SendToClass' to send a request message to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_send___ns1__SendToClass(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__SendToClass *ns1__SendToClass);
|
|
/** Web service asynchronous operation 'soap_recv___ns1__SendToClass' to receive a response message from the connected endpoint, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_recv___ns1__SendToClass(struct soap *soap, _ns1__SendToClassResponse &ns1__SendToClassResponse);
|
|
|
|
/** Web service synchronous operation 'soap_call___ns1__DeleteClass' to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__DeleteClass(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__DeleteClass *ns1__DeleteClass, _ns1__DeleteClassResponse &ns1__DeleteClassResponse);
|
|
/** Web service asynchronous operation 'soap_send___ns1__DeleteClass' to send a request message to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_send___ns1__DeleteClass(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__DeleteClass *ns1__DeleteClass);
|
|
/** Web service asynchronous operation 'soap_recv___ns1__DeleteClass' to receive a response message from the connected endpoint, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_recv___ns1__DeleteClass(struct soap *soap, _ns1__DeleteClassResponse &ns1__DeleteClassResponse);
|
|
|
|
/** Web service synchronous operation 'soap_call___ns1__SetMaterialStatusS_' to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__SetMaterialStatusS_(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__SetMaterialStatusS *ns1__SetMaterialStatusS, _ns1__SetMaterialStatusSResponse &ns1__SetMaterialStatusSResponse);
|
|
/** Web service asynchronous operation 'soap_send___ns1__SetMaterialStatusS_' to send a request message to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_send___ns1__SetMaterialStatusS_(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__SetMaterialStatusS *ns1__SetMaterialStatusS);
|
|
/** Web service asynchronous operation 'soap_recv___ns1__SetMaterialStatusS_' to receive a response message from the connected endpoint, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_recv___ns1__SetMaterialStatusS_(struct soap *soap, _ns1__SetMaterialStatusSResponse &ns1__SetMaterialStatusSResponse);
|
|
|
|
/** Web service synchronous operation 'soap_call___ns1__CreateProject_' to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__CreateProject_(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__CreateProject *ns1__CreateProject, _ns1__CreateProjectResponse &ns1__CreateProjectResponse);
|
|
/** Web service asynchronous operation 'soap_send___ns1__CreateProject_' to send a request message to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_send___ns1__CreateProject_(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__CreateProject *ns1__CreateProject);
|
|
/** Web service asynchronous operation 'soap_recv___ns1__CreateProject_' to receive a response message from the connected endpoint, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_recv___ns1__CreateProject_(struct soap *soap, _ns1__CreateProjectResponse &ns1__CreateProjectResponse);
|
|
|
|
/** Web service synchronous operation 'soap_call___ns1__SendToClass_' to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__SendToClass_(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__SendToClass *ns1__SendToClass, _ns1__SendToClassResponse &ns1__SendToClassResponse);
|
|
/** Web service asynchronous operation 'soap_send___ns1__SendToClass_' to send a request message to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_send___ns1__SendToClass_(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__SendToClass *ns1__SendToClass);
|
|
/** Web service asynchronous operation 'soap_recv___ns1__SendToClass_' to receive a response message from the connected endpoint, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_recv___ns1__SendToClass_(struct soap *soap, _ns1__SendToClassResponse &ns1__SendToClassResponse);
|
|
|
|
/** Web service synchronous operation 'soap_call___ns1__DeleteClass_' to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__DeleteClass_(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__DeleteClass *ns1__DeleteClass, _ns1__DeleteClassResponse &ns1__DeleteClassResponse);
|
|
/** Web service asynchronous operation 'soap_send___ns1__DeleteClass_' to send a request message to the specified endpoint and SOAP Action header, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_send___ns1__DeleteClass_(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ns1__DeleteClass *ns1__DeleteClass);
|
|
/** Web service asynchronous operation 'soap_recv___ns1__DeleteClass_' to receive a response message from the connected endpoint, returns SOAP_OK or error code */
|
|
SOAP_FMAC5 int SOAP_FMAC6 soap_recv___ns1__DeleteClass_(struct soap *soap, _ns1__DeleteClassResponse &ns1__DeleteClassResponse);
|
|
|
|
#endif
|
|
|
|
/* End of soapStub.h */
|