Click or drag to resize

WSUtilityCallWebService Method (String, String)

Calls a web service specified by URL and provider. Possible providers are: Rss, Rest, Wdsl, Ajax.

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

Parameters

wsUrl
Type: SystemString
providerName
Type: SystemString

Return Value

Type: Object
See Also