Click or drag to resize

CorrigoServiceGetCompanyWsdkUrl Method

Converts a Company Name argument into a fully-qualified URL for WSDK calls.

Namespace: CorrigoService
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CommandResponse GetCompanyWsdkUrl(
	string CompanyName,
	Protocols Protocol
)

Parameters

CompanyName  String
Specifies a company which WSDK Url should be found.
Protocol  Protocols
Specifies protocol which should be used in Url (HTTP or HTTPS).

Return Value

CommandResponse
Returns instance of a GetCompanyWsdkUrlResult.
See Also