Kannel: Open Source WAP and SMS gateway
svn-r5336
parlayx_sms_send_service_2_1_wrapper.h
Go to the documentation of this file.
1
2
/******************************************************************************\
3
* *
4
* Import *
5
* *
6
\******************************************************************************/
7
8
#import "wsse.h"
// wsse = <http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd>
9
#import "parlayx_sms_send_service_2_1.h"
// created by wsdl2h
10
11
12
/******************************************************************************\
13
* *
14
* SOAP Header *
15
* *
16
\******************************************************************************/
17
25
struct
SOAP_ENV__Header
26
{
27
mustUnderstand
// must be understood by receiver
28
_wsse__Security *
wsse__Security
;
29
};
SOAP_ENV__Header::wsse__Security
mustUnderstand _wsse__Security * wsse__Security
TODO: Check element type (imported type)
Definition:
parlayx_sms_send_service_2_1_wrapper.h:28
SOAP_ENV__Header
Definition:
parlayx_sms_send_service_2_1_wrapper.h:25
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.