RefreshService
Click here for a complete list of operations.
GetEventInfo
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Social/HigherLogic/RefreshService.asmx HTTP/1.1
Host: shrmcrmapi.cobaltsaas.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://cobalt.net/GetEventInfo"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetEventInfo xmlns="http://cobalt.net/">
<securityKey>string</securityKey>
<eventKey>string</eventKey>
</GetEventInfo>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetEventInfoResponse xmlns="http://cobalt.net/">
<GetEventInfoResult>
<AddressLine1 xmlns="http://HigherLogic.com/">string</AddressLine1>
<AddressLine2 xmlns="http://HigherLogic.com/">string</AddressLine2>
<AddressLine3 xmlns="http://HigherLogic.com/">string</AddressLine3>
<City xmlns="http://HigherLogic.com/">string</City>
<Country xmlns="http://HigherLogic.com/">string</Country>
<Description xmlns="http://HigherLogic.com/">string</Description>
<DetailUrl xmlns="http://HigherLogic.com/">string</DetailUrl>
<EarlyRegistrationEndDate xmlns="http://HigherLogic.com/">dateTime</EarlyRegistrationEndDate>
<EndDate xmlns="http://HigherLogic.com/">string</EndDate>
<EventKey xmlns="http://HigherLogic.com/">string</EventKey>
<EventType xmlns="http://HigherLogic.com/">string</EventType>
<FinalRegistrationEndDate xmlns="http://HigherLogic.com/">dateTime</FinalRegistrationEndDate>
<Functions xmlns="http://HigherLogic.com/">
<EventFunction>
<CECredits>string</CECredits>
<Description>string</Description>
<EndDate>dateTime</EndDate>
<FunctionKey>string</FunctionKey>
<FunctionType>string</FunctionType>
<IsActive>boolean</IsActive>
<SessionCode>string</SessionCode>
<StartDate>dateTime</StartDate>
<Title>string</Title>
</EventFunction>
<EventFunction>
<CECredits>string</CECredits>
<Description>string</Description>
<EndDate>dateTime</EndDate>
<FunctionKey>string</FunctionKey>
<FunctionType>string</FunctionType>
<IsActive>boolean</IsActive>
<SessionCode>string</SessionCode>
<StartDate>dateTime</StartDate>
<Title>string</Title>
</EventFunction>
</Functions>
<IsActive xmlns="http://HigherLogic.com/">boolean</IsActive>
<PostalCode xmlns="http://HigherLogic.com/">string</PostalCode>
<RegistrationUrl xmlns="http://HigherLogic.com/">string</RegistrationUrl>
<RegularRegistrationEndDate xmlns="http://HigherLogic.com/">dateTime</RegularRegistrationEndDate>
<StartDate xmlns="http://HigherLogic.com/">string</StartDate>
<StateProvince xmlns="http://HigherLogic.com/">string</StateProvince>
<Title xmlns="http://HigherLogic.com/">string</Title>
</GetEventInfoResult>
</GetEventInfoResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Social/HigherLogic/RefreshService.asmx HTTP/1.1
Host: shrmcrmapi.cobaltsaas.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetEventInfo xmlns="http://cobalt.net/">
<securityKey>string</securityKey>
<eventKey>string</eventKey>
</GetEventInfo>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetEventInfoResponse xmlns="http://cobalt.net/">
<GetEventInfoResult>
<AddressLine1 xmlns="http://HigherLogic.com/">string</AddressLine1>
<AddressLine2 xmlns="http://HigherLogic.com/">string</AddressLine2>
<AddressLine3 xmlns="http://HigherLogic.com/">string</AddressLine3>
<City xmlns="http://HigherLogic.com/">string</City>
<Country xmlns="http://HigherLogic.com/">string</Country>
<Description xmlns="http://HigherLogic.com/">string</Description>
<DetailUrl xmlns="http://HigherLogic.com/">string</DetailUrl>
<EarlyRegistrationEndDate xmlns="http://HigherLogic.com/">dateTime</EarlyRegistrationEndDate>
<EndDate xmlns="http://HigherLogic.com/">string</EndDate>
<EventKey xmlns="http://HigherLogic.com/">string</EventKey>
<EventType xmlns="http://HigherLogic.com/">string</EventType>
<FinalRegistrationEndDate xmlns="http://HigherLogic.com/">dateTime</FinalRegistrationEndDate>
<Functions xmlns="http://HigherLogic.com/">
<EventFunction>
<CECredits>string</CECredits>
<Description>string</Description>
<EndDate>dateTime</EndDate>
<FunctionKey>string</FunctionKey>
<FunctionType>string</FunctionType>
<IsActive>boolean</IsActive>
<SessionCode>string</SessionCode>
<StartDate>dateTime</StartDate>
<Title>string</Title>
</EventFunction>
<EventFunction>
<CECredits>string</CECredits>
<Description>string</Description>
<EndDate>dateTime</EndDate>
<FunctionKey>string</FunctionKey>
<FunctionType>string</FunctionType>
<IsActive>boolean</IsActive>
<SessionCode>string</SessionCode>
<StartDate>dateTime</StartDate>
<Title>string</Title>
</EventFunction>
</Functions>
<IsActive xmlns="http://HigherLogic.com/">boolean</IsActive>
<PostalCode xmlns="http://HigherLogic.com/">string</PostalCode>
<RegistrationUrl xmlns="http://HigherLogic.com/">string</RegistrationUrl>
<RegularRegistrationEndDate xmlns="http://HigherLogic.com/">dateTime</RegularRegistrationEndDate>
<StartDate xmlns="http://HigherLogic.com/">string</StartDate>
<StateProvince xmlns="http://HigherLogic.com/">string</StateProvince>
<Title xmlns="http://HigherLogic.com/">string</Title>
</GetEventInfoResult>
</GetEventInfoResponse>
</soap12:Body>
</soap12:Envelope>