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)
Syntaxpublic 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:
CommandResponseReturns instance of a GetCompanyWsdkUrlResult.
See Also