SOAPPacket (property)

Full contents of the SOAP packet.

Syntax

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

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.

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