Click or drag to resize
WSUtilityCallWebService Method (String)
Calls a web service specified by URL. The provider is automatically detected by analyzing the URL.

Namespace: Colygon.MatchPoint.Workspaces
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static Object CallWebService(
	string wsUrl
)

Parameters

wsUrl
Type: SystemString

Return Value

Type: Object
See Also