FlowWright.cDevDeAPI Namespace
clsModGlobal Class
clsModGlobal Methods
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getWebServiceURL Method

Gets the web service URL.

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

Syntax


public static string getWebServiceURL(
	string connectString,
	string sServiceID
)
Public Shared Function getWebServiceURL ( _
	connectString As String, _
	sServiceID As String _
) As String
public:
static String^ getWebServiceURL(
	String^ connectString, 
	String^ sServiceID
)

Parameters

connectString
Type: String
The connect string.
sServiceID
Type: String
The s service identifier.

Return Value

System.String.