This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IW > IWPSServer Interface > IWPSServer.GetData Method (ArcObjects .NET 10.4 SDK) |
Handle a WPS request.
[Visual Basic .NET] Public Function GetData ( _ ByVal httpVerb As esriWPSHttpVerb, _ ByVal request As String _ ) As String
[C#] public string GetData ( esriWPSHttpVerb httpVerb, string request );
[C++]
HRESULT GetData(
esriWPSHttpVerb httpVerb,
BSTR request,
BSTR* responseUrl
);
[C++]
Parameters httpVerb [in]
httpVerb is a parameter of type esriWPSHttpVerb request [in] request is a parameter of type BSTR responseUrl [out, retval] responseUrl is a parameter of type BSTR