| getappfwrfcprofileResult Structure Definition |
The getappfwrfcprofileResult structure defines the return type for getappfwrfcprofile API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
appfwrfcprofileList |
List of appfwrfcprofiles |
| appfwrfcprofile Structure Definition |
The appfwrfcprofile structure defines the actual return type values for getappfwrfcprofile API. |
Syntax |
Members |
name |
Name of the rfcprofile. |
comment |
Comment describing the rfcprofile. |
invalidgwtrpcreqs |
Flag to determine if invalid GWT/RPC requets should be bypassed or not. |
invalidcontenttypehdr |
Flag to determine if invalid content type hdrs should be bypassed. |
invalidmultipartparsing |
Flag to determine if invalid multipart requests should be bypassed. |
duplicatecookiename |
Flag to determine if duplicate cookies with diffrent value should be bypassed. |
invalidjsonreqaction |
Flag to determine if invalid JSON requests should be bypassed. |
_nextgenapiresource |
See Also |