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
C#
public CommandResponse GetCompanyWsdkUrl(
	string CompanyName,
	Protocols Protocol
)

Parameters

CompanyName
Type: SystemString
Specifies a company which WSDK Url should be found.
Protocol
Type: CorrigoService.EnumsProtocols
Specifies protocol which should be used in Url (HTTP or HTTPS).

Return Value

Type: CommandResponse
Returns instance of a GetCompanyWsdkUrlResult.
See Also