Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
El Sayed, Nadim
ocpp-cp
Commits
f39dd248
Commit
f39dd248
authored
Sep 14, 2017
by
Gozutok, Recep
Browse files
Upload New File
parent
cf59a78c
Changes
1
Hide whitespace changes
Inline
Side-by-side
gsoap_tests/nadim/ReserveNow/client/soapreserveProxy.h
0 → 100644
View file @
f39dd248
/* soapreserveProxy.h
Generated by gSOAP 2.8.28 from reserve.h
gSOAP XML Web services tools
Copyright (C) 2000-2016, 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
--------------------------------------------------------------------------------
*/
#ifndef soapreserveProxy_H
#define soapreserveProxy_H
#include "soapH.h"
class
SOAP_CMAC
reserveProxy
:
public
soap
{
public
:
/// Endpoint URL of service 'reserveProxy' (change as needed)
const
char
*
soap_endpoint
;
/// Variables globally declared in reserve.h (non-static)
/// Constructor
reserveProxy
();
/// Copy constructor
reserveProxy
(
const
reserveProxy
&
rhs
);
/// Construct from another engine state
reserveProxy
(
const
struct
soap
&
);
/// Constructor with endpoint URL
reserveProxy
(
const
char
*
url
);
/// Constructor with engine input+output mode control
reserveProxy
(
soap_mode
iomode
);
/// Constructor with URL and input+output mode control
reserveProxy
(
const
char
*
url
,
soap_mode
iomode
);
/// Constructor with engine input and output mode control
reserveProxy
(
soap_mode
imode
,
soap_mode
omode
);
/// Destructor deletes deserialized data and engine context
virtual
~
reserveProxy
();
/// Initializer used by constructors
virtual
void
reserveProxy_init
(
soap_mode
imode
,
soap_mode
omode
);
/// Create a new copy
virtual
reserveProxy
*
copy
()
SOAP_PURE_VIRTUAL
;
/// Copy assignment
reserveProxy
&
operator
=
(
const
reserveProxy
&
);
/// Delete all deserialized data (with soap_destroy and soap_end)
virtual
void
destroy
();
/// Delete all deserialized data and reset to default
virtual
void
reset
();
/// Disables and removes SOAP Header from message
virtual
void
soap_noheader
();
/// Get SOAP Header structure (NULL when absent)
virtual
const
SOAP_ENV__Header
*
soap_header
();
/// Get SOAP Fault structure (NULL when absent)
virtual
const
SOAP_ENV__Fault
*
soap_fault
();
/// Get SOAP Fault string (NULL when absent)
virtual
const
char
*
soap_fault_string
();
/// Get SOAP Fault detail as string (NULL when absent)
virtual
const
char
*
soap_fault_detail
();
/// Close connection (normally automatic, except for send_X ops)
virtual
int
soap_close_socket
();
/// Force close connection (can kill a thread blocked on IO)
virtual
int
soap_force_close_socket
();
/// Print fault
virtual
void
soap_print_fault
(
FILE
*
);
#ifndef WITH_LEAN
/// Print fault to stream
#ifndef WITH_COMPAT
virtual
void
soap_stream_fault
(
std
::
ostream
&
);
#endif
/// Put fault into buffer
virtual
char
*
soap_sprint_fault
(
char
*
buf
,
size_t
len
);
#endif
/// Web service operation 'ReserveNow' (returns error code or SOAP_OK)
virtual
int
ReserveNow
(
ns1__ReserveNowRequest
*
ns1__reserveNowRequest
,
ns1__ReserveNowResponse
&
ns1__reserveNowResponse
)
{
return
this
->
ReserveNow
(
NULL
,
NULL
,
ns1__reserveNowRequest
,
ns1__reserveNowResponse
);
}
virtual
int
ReserveNow
(
const
char
*
endpoint
,
const
char
*
soap_action
,
ns1__ReserveNowRequest
*
ns1__reserveNowRequest
,
ns1__ReserveNowResponse
&
ns1__reserveNowResponse
);
};
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment