C# Class Rolcore.Net.WebMethods.WebMethodsCommunicationUtils

A static utility class to simplify communication with WebMethods.
Datei anzeigen Open project: Rollins/Rolcore

Public Methods

Method Description
CallHtmlService ( WebMethodsHtmlService service ) : WebMethodsHtmlResponseObject

Calls a WebMethods HTML based webservice.

Private Methods

Method Description
GetHtmlServiceBaseUrl ( WebMethodsHtmlService service ) : string
GetHtmlServiceUrl ( WebMethodsHtmlService service ) : string
WebMethodsCommunicationUtils ( ) : System

Method Details

CallHtmlService() public static method

Calls a WebMethods HTML based webservice.
public static CallHtmlService ( WebMethodsHtmlService service ) : WebMethodsHtmlResponseObject
service WebMethodsHtmlService The webservice to call.
return WebMethodsHtmlResponseObject