SOAPPacket Property

Full contents of the SOAP packet.

Syntax

ANSI (Cross Platform)
char* GetSOAPPacket();
int SetSOAPPacket(const char* lpszSOAPPacket); Unicode (Windows) LPWSTR GetSOAPPacket();
INT SetSOAPPacket(LPCWSTR lpszSOAPPacket);
@property (nonatomic,readwrite,assign,getter=SOAPPacket,setter=setSOAPPacket:) NSString* SOAPPacket;
- (NSString*)SOAPPacket;
- (void)setSOAPPacket:(NSString*)newSOAPPacket;
#define PID_SOAP_SOAPPACKET 54

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

The SOAPPacket property contains the contents of the SOAP packet created by the component before submitting a request, and the full, unmodified contents of the SOAP response as received from the server after the request.

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]