SOAPEncoding (property)

The type of SOAP Encoding used for SOAP requests.

Syntax

@property (nonatomic,readwrite,assign,getter=SOAPEncoding,setter=setSOAPEncoding:) NSString* SOAPEncoding;
- (NSString*)SOAPEncoding;
- (void)setSOAPEncoding:(NSString*)newSOAPEncoding;
public var SOAPEncoding: String {
  get {...}
set {...} }

Default Value

"http://schemas.xmlsoap.org/soap/encoding/"

Remarks

This is the value of the 'encodingStyle' attribute of the SOAP envelope.

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