wsBlueSkyBroadcast


Click here for a complete list of operations.

RegisterBlueSkyItemsForBillToID

This method searches iMIS for all Blue Sky Broadcast purchased items for the Bill to ID provided. Each order will be searched and an equivalent Activity will be searched for. If the activity is not found the Web Service will send the required information to Blue Sky Broadcast for that order.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
contactID:

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 /webservices/wsblueskybroadcast.asmx HTTP/1.1
Host: home.innsofcourt.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.atsol.org/wsBlueSkyBroadcast/RegisterBlueSkyItemsForBillToID"

<?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>
    <RegisterBlueSkyItemsForBillToID xmlns="http://www.atsol.org/wsBlueSkyBroadcast/">
      <contactID>string</contactID>
    </RegisterBlueSkyItemsForBillToID>
  </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>
    <RegisterBlueSkyItemsForBillToIDResponse xmlns="http://www.atsol.org/wsBlueSkyBroadcast/">
      <RegisterBlueSkyItemsForBillToIDResult>
        <EventResults>
          <Results>
            <eventID>string</eventID>
            <EventURL>string</EventURL>
            <ResultCode>int</ResultCode>
            <ErrorMessage>string</ErrorMessage>
            <BlueSkySettings xsi:nil="true" />
          </Results>
          <Results>
            <eventID>string</eventID>
            <EventURL>string</EventURL>
            <ResultCode>int</ResultCode>
            <ErrorMessage>string</ErrorMessage>
            <BlueSkySettings xsi:nil="true" />
          </Results>
        </EventResults>
        <ResultCode>int</ResultCode>
        <ErrorMessage>string</ErrorMessage>
      </RegisterBlueSkyItemsForBillToIDResult>
    </RegisterBlueSkyItemsForBillToIDResponse>
  </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 /webservices/wsblueskybroadcast.asmx HTTP/1.1
Host: home.innsofcourt.org
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>
    <RegisterBlueSkyItemsForBillToID xmlns="http://www.atsol.org/wsBlueSkyBroadcast/">
      <contactID>string</contactID>
    </RegisterBlueSkyItemsForBillToID>
  </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>
    <RegisterBlueSkyItemsForBillToIDResponse xmlns="http://www.atsol.org/wsBlueSkyBroadcast/">
      <RegisterBlueSkyItemsForBillToIDResult>
        <EventResults>
          <Results>
            <eventID>string</eventID>
            <EventURL>string</EventURL>
            <ResultCode>int</ResultCode>
            <ErrorMessage>string</ErrorMessage>
            <BlueSkySettings xsi:nil="true" />
          </Results>
          <Results>
            <eventID>string</eventID>
            <EventURL>string</EventURL>
            <ResultCode>int</ResultCode>
            <ErrorMessage>string</ErrorMessage>
            <BlueSkySettings xsi:nil="true" />
          </Results>
        </EventResults>
        <ResultCode>int</ResultCode>
        <ErrorMessage>string</ErrorMessage>
      </RegisterBlueSkyItemsForBillToIDResult>
    </RegisterBlueSkyItemsForBillToIDResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /webservices/wsblueskybroadcast.asmx/RegisterBlueSkyItemsForBillToID?contactID=string HTTP/1.1
Host: home.innsofcourt.org
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<PVResults xmlns="http://www.atsol.org/wsBlueSkyBroadcast/">
  <EventResults>
    <Results>
      <eventID>string</eventID>
      <EventURL>string</EventURL>
      <ResultCode>int</ResultCode>
      <ErrorMessage>string</ErrorMessage>
      <BlueSkySettings>
        <Platform>string</Platform>
        <UserName>string</UserName>
        <Password>string</Password>
        <ClientID>string</ClientID>
        <iClientID>int</iClientID>
        <ClientSecret>string</ClientSecret>
        <EmailAddress>string</EmailAddress>
        <ActivityType>string</ActivityType>
        <ActivityTypePresentation>string</ActivityTypePresentation>
        <ActivityTypeWebinar>string</ActivityTypeWebinar>
        <SendRegEmail>string</SendRegEmail>
        <AssetType>int</AssetType>
        <SSOUrl>string</SSOUrl>
        <SSOToken>string</SSOToken>
        <SSOOrigin>string</SSOOrigin>
        <APIURL>string</APIURL>
        <Provider>string</Provider>
        <IQAName>string</IQAName>
        <Debug>boolean</Debug>
        <LoginPageURL>string</LoginPageURL>
        <LogoutPageURL>string</LogoutPageURL>
      </BlueSkySettings>
    </Results>
    <Results>
      <eventID>string</eventID>
      <EventURL>string</EventURL>
      <ResultCode>int</ResultCode>
      <ErrorMessage>string</ErrorMessage>
      <BlueSkySettings>
        <Platform>string</Platform>
        <UserName>string</UserName>
        <Password>string</Password>
        <ClientID>string</ClientID>
        <iClientID>int</iClientID>
        <ClientSecret>string</ClientSecret>
        <EmailAddress>string</EmailAddress>
        <ActivityType>string</ActivityType>
        <ActivityTypePresentation>string</ActivityTypePresentation>
        <ActivityTypeWebinar>string</ActivityTypeWebinar>
        <SendRegEmail>string</SendRegEmail>
        <AssetType>int</AssetType>
        <SSOUrl>string</SSOUrl>
        <SSOToken>string</SSOToken>
        <SSOOrigin>string</SSOOrigin>
        <APIURL>string</APIURL>
        <Provider>string</Provider>
        <IQAName>string</IQAName>
        <Debug>boolean</Debug>
        <LoginPageURL>string</LoginPageURL>
        <LogoutPageURL>string</LogoutPageURL>
      </BlueSkySettings>
    </Results>
  </EventResults>
  <ResultCode>int</ResultCode>
  <ErrorMessage>string</ErrorMessage>
</PVResults>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /webservices/wsblueskybroadcast.asmx/RegisterBlueSkyItemsForBillToID HTTP/1.1
Host: home.innsofcourt.org
Content-Type: application/x-www-form-urlencoded
Content-Length: length

contactID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<PVResults xmlns="http://www.atsol.org/wsBlueSkyBroadcast/">
  <EventResults>
    <Results>
      <eventID>string</eventID>
      <EventURL>string</EventURL>
      <ResultCode>int</ResultCode>
      <ErrorMessage>string</ErrorMessage>
      <BlueSkySettings>
        <Platform>string</Platform>
        <UserName>string</UserName>
        <Password>string</Password>
        <ClientID>string</ClientID>
        <iClientID>int</iClientID>
        <ClientSecret>string</ClientSecret>
        <EmailAddress>string</EmailAddress>
        <ActivityType>string</ActivityType>
        <ActivityTypePresentation>string</ActivityTypePresentation>
        <ActivityTypeWebinar>string</ActivityTypeWebinar>
        <SendRegEmail>string</SendRegEmail>
        <AssetType>int</AssetType>
        <SSOUrl>string</SSOUrl>
        <SSOToken>string</SSOToken>
        <SSOOrigin>string</SSOOrigin>
        <APIURL>string</APIURL>
        <Provider>string</Provider>
        <IQAName>string</IQAName>
        <Debug>boolean</Debug>
        <LoginPageURL>string</LoginPageURL>
        <LogoutPageURL>string</LogoutPageURL>
      </BlueSkySettings>
    </Results>
    <Results>
      <eventID>string</eventID>
      <EventURL>string</EventURL>
      <ResultCode>int</ResultCode>
      <ErrorMessage>string</ErrorMessage>
      <BlueSkySettings>
        <Platform>string</Platform>
        <UserName>string</UserName>
        <Password>string</Password>
        <ClientID>string</ClientID>
        <iClientID>int</iClientID>
        <ClientSecret>string</ClientSecret>
        <EmailAddress>string</EmailAddress>
        <ActivityType>string</ActivityType>
        <ActivityTypePresentation>string</ActivityTypePresentation>
        <ActivityTypeWebinar>string</ActivityTypeWebinar>
        <SendRegEmail>string</SendRegEmail>
        <AssetType>int</AssetType>
        <SSOUrl>string</SSOUrl>
        <SSOToken>string</SSOToken>
        <SSOOrigin>string</SSOOrigin>
        <APIURL>string</APIURL>
        <Provider>string</Provider>
        <IQAName>string</IQAName>
        <Debug>boolean</Debug>
        <LoginPageURL>string</LoginPageURL>
        <LogoutPageURL>string</LogoutPageURL>
      </BlueSkySettings>
    </Results>
  </EventResults>
  <ResultCode>int</ResultCode>
  <ErrorMessage>string</ErrorMessage>
</PVResults>