ArcFM Server Developer Guide
HandleRESTRequest Method (Main)


Syntax
'Declaration
 
Public Function HandleRESTRequest( _
   ByVal Capabilities As String, _
   ByVal resourceName As String, _
   ByVal operationName As String, _
   ByVal operationInput As String, _
   ByVal outputFormat As String, _
   ByVal requestProperties As String, _
   ByRef responseProperties As String _
) As Byte()
'Usage
 
Dim instance As Main
Dim Capabilities As String
Dim resourceName As String
Dim operationName As String
Dim operationInput As String
Dim outputFormat As String
Dim requestProperties As String
Dim responseProperties As String
Dim value() As Byte
 
value = instance.HandleRESTRequest(Capabilities, resourceName, operationName, operationInput, outputFormat, requestProperties, responseProperties)

Parameters

Capabilities
resourceName
operationName
operationInput
outputFormat
requestProperties
responseProperties
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Main Class
Main Members

 

 


Send Comment