FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..webServiceInvoker Method

Gets the service operations.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static string webServiceInvoker(
	string SURL,
	string SMethodName,
	string sTargetNamespace,
	Dictionary<string, string> ParamList
)
Public Shared Function webServiceInvoker ( _
	SURL As String, _
	SMethodName As String, _
	sTargetNamespace As String, _
	ParamList As Dictionary(Of String, String) _
) As String
public:
static String^ webServiceInvoker(
	String^ SURL, 
	String^ SMethodName, 
	String^ sTargetNamespace, 
	Dictionary<String^, String^>^ ParamList
)

Parameters

SURL
Type: String
The surl.
SMethodName
Type: String
Name of the s method.
sTargetNamespace
Type: String
The s target namespace.
ParamList
Type: Dictionary<(Of <(<'String, String>)>)>
The parameter list.

Return Value

List<System.String>.