SmartConnect 2018

ASP.NET Web Service

The following methods are made available through the SmartConnect ASP.NET web service.

 

RunMap - this method takes a mapId (string) as a parameter and will return a success or failure string based on the map run completion status. Map failures will return a string containing all errors that occurred within the map processing.
RunMapWithDataTable - this method takes a mapId (string) and xml(string) as parameters and will return a success or failure string based on the map run completion status. Map failures will return a string containing all errors that occurred within the map processing. The xml string passed to this method must be a data table serialized to Xml.
RunMapWithInfoPath - this method takes a mapId (string) and xml(string) as parameters and will return a success or failure string based on the map run completion status. Map failures will return a string containing all errors that occurred within the map processing. The xml string passed to this method must be a data table serialized to Xml.
TestCurrentUser - this method returns the name of the user currently running the ASP.NET service.