Catalog Service GetMessageFormats method

Gets the message types supported by the ArcGIS Server SOAP services.  The two available types are SOAP and binary.

 

GetMessageFormats()
 

 

Return Value

 

An enumeration of type esriServiceCatalogMessageFormat.
 

Remarks

 

ArcGIS Server SOAP services can utilize two message formats: SOAP and Binary.  SOAP messages are designed for general public use.  Binary messages are designed to support ArcGIS desktop products and are not designed for public use.  An ArcGIS Server site must have SOAP messaging enabled to be publicly consumable.  

 

Examples

C#

VB.NET

Java