RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WSDLPub.SOAPPublishOptions Enumeration

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

Pascal
SOAPPublishOptions = (
  poDefault,
  poPublishLocationAsSecure,
  poUTF8ContentType
);
C++
enum SOAPPublishOptions {
  poDefault,
  poPublishLocationAsSecure,
  poUTF8ContentType
};

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!