SOAPHeader Property

Contents of the optional SOAP header sent to the server.

Syntax

ANSI (Cross Platform)
char* GetSOAPHeader();
int SetSOAPHeader(const char* lpszSOAPHeader); Unicode (Windows) LPWSTR GetSOAPHeader();
INT SetSOAPHeader(LPCWSTR lpszSOAPHeader);
@property (nonatomic,readwrite,assign,getter=SOAPHeader,setter=setSOAPHeader:) NSString* SOAPHeader;
- (NSString*)SOAPHeader;
- (void)setSOAPHeader:(NSString*)newSOAPHeader;
#define PID_SOAP_SOAPHEADER 53

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_SOAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_SOAP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property is used only while building SOAP requests.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]