Soap.WSDLPub.SOAPPublishOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

SOAPPublishOptions = (poDefault, poPublishLocationAsSecure, poUTF8ContentType);

C++

enum DECLSPEC_DENUM SOAPPublishOptions : unsigned char { poDefault, poPublishLocationAsSecure, poUTF8ContentType };

Properties

Type Visibility Source Unit Parent
enum public
Soap.WSDLPub.pas
Soap.WSDLPub.hpp
Soap.WSDLPub Soap.WSDLPub

Description

SOAPPublishOptions and TSOAPPublishOptions are flags that customize the definitions the TWSDLHTMLPublish creates for a Web Service.

TSOAPPublishOptions is a set of SOAPPublishOptions values. SOAPPublishOptions values are flags that configure the definitions that TWSDLHTMLPublish creates when describing a Web Service. The following table lists the possible values:



Value Meaning

poDefault

Use the default options when generating WSDL documents.

poPublishLocationAsSecure

Add a property that indicates the Web Service is on a secure server. Clients should use https rather than http.