MethodURI Property

The URI corresponding to the SOAP Method .

Syntax

ANSI (Cross Platform)
char* GetMethodURI();
int SetMethodURI(const char* lpszMethodURI); Unicode (Windows) LPWSTR GetMethodURI();
INT SetMethodURI(LPCWSTR lpszMethodURI);
@property (nonatomic,readwrite,assign,getter=methodURI,setter=setMethodURI:) NSString* methodURI;
- (NSString*)methodURI;
- (void)setMethodURI:(NSString*)newMethodURI;
#define PID_SOAP_METHODURI 29

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

When the MethodURI or Method properties are set, the ActionURI property is automatically updated to MethodURI#Method.

Data Type

String

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