WebServices3


Click here for a complete list of operations.

Datalayer_ComponentSettingsManager_GetAllSettingsLists

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 /WebServices3.asmx HTTP/1.1
Host: demo.bvcommerce.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3/Datalayer_ComponentSettingsManager_GetAllSettingsLists"

<?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>
    <Datalayer_ComponentSettingsManager_GetAllSettingsLists xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
      <instance>
        <BlockId>string</BlockId>
      </instance>
    </Datalayer_ComponentSettingsManager_GetAllSettingsLists>
  </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>
    <Datalayer_ComponentSettingsManager_GetAllSettingsListsResponse xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <Datalayer_ComponentSettingsManager_GetAllSettingsListsResult>
        <ArrayOfComponentSettingListItem>
          <ComponentSettingListItem>
            <ComponentID>string</ComponentID>
            <DeveloperId>string</DeveloperId>
            <ComponentType>string</ComponentType>
            <ComponentSubType>string</ComponentSubType>
            <ListName>string</ListName>
            <Setting1>string</Setting1>
            <Setting2>string</Setting2>
            <Setting3>string</Setting3>
            <Setting4>string</Setting4>
            <Setting5>string</Setting5>
            <Setting6>string</Setting6>
            <Setting7>string</Setting7>
            <Setting8>string</Setting8>
            <Setting9>string</Setting9>
            <Setting10>string</Setting10>
            <SortOrder>int</SortOrder>
          </ComponentSettingListItem>
          <ComponentSettingListItem>
            <ComponentID>string</ComponentID>
            <DeveloperId>string</DeveloperId>
            <ComponentType>string</ComponentType>
            <ComponentSubType>string</ComponentSubType>
            <ListName>string</ListName>
            <Setting1>string</Setting1>
            <Setting2>string</Setting2>
            <Setting3>string</Setting3>
            <Setting4>string</Setting4>
            <Setting5>string</Setting5>
            <Setting6>string</Setting6>
            <Setting7>string</Setting7>
            <Setting8>string</Setting8>
            <Setting9>string</Setting9>
            <Setting10>string</Setting10>
            <SortOrder>int</SortOrder>
          </ComponentSettingListItem>
        </ArrayOfComponentSettingListItem>
        <ArrayOfComponentSettingListItem>
          <ComponentSettingListItem>
            <ComponentID>string</ComponentID>
            <DeveloperId>string</DeveloperId>
            <ComponentType>string</ComponentType>
            <ComponentSubType>string</ComponentSubType>
            <ListName>string</ListName>
            <Setting1>string</Setting1>
            <Setting2>string</Setting2>
            <Setting3>string</Setting3>
            <Setting4>string</Setting4>
            <Setting5>string</Setting5>
            <Setting6>string</Setting6>
            <Setting7>string</Setting7>
            <Setting8>string</Setting8>
            <Setting9>string</Setting9>
            <Setting10>string</Setting10>
            <SortOrder>int</SortOrder>
          </ComponentSettingListItem>
          <ComponentSettingListItem>
            <ComponentID>string</ComponentID>
            <DeveloperId>string</DeveloperId>
            <ComponentType>string</ComponentType>
            <ComponentSubType>string</ComponentSubType>
            <ListName>string</ListName>
            <Setting1>string</Setting1>
            <Setting2>string</Setting2>
            <Setting3>string</Setting3>
            <Setting4>string</Setting4>
            <Setting5>string</Setting5>
            <Setting6>string</Setting6>
            <Setting7>string</Setting7>
            <Setting8>string</Setting8>
            <Setting9>string</Setting9>
            <Setting10>string</Setting10>
            <SortOrder>int</SortOrder>
          </ComponentSettingListItem>
        </ArrayOfComponentSettingListItem>
      </Datalayer_ComponentSettingsManager_GetAllSettingsListsResult>
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
    </Datalayer_ComponentSettingsManager_GetAllSettingsListsResponse>
  </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 /WebServices3.asmx HTTP/1.1
Host: demo.bvcommerce.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>
    <Datalayer_ComponentSettingsManager_GetAllSettingsLists xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
      <instance>
        <BlockId>string</BlockId>
      </instance>
    </Datalayer_ComponentSettingsManager_GetAllSettingsLists>
  </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>
    <Datalayer_ComponentSettingsManager_GetAllSettingsListsResponse xmlns="http://www.bvsoftware.com/Schemas/Bvc5/2006/01/WebServices3">
      <Datalayer_ComponentSettingsManager_GetAllSettingsListsResult>
        <ArrayOfComponentSettingListItem>
          <ComponentSettingListItem>
            <ComponentID>string</ComponentID>
            <DeveloperId>string</DeveloperId>
            <ComponentType>string</ComponentType>
            <ComponentSubType>string</ComponentSubType>
            <ListName>string</ListName>
            <Setting1>string</Setting1>
            <Setting2>string</Setting2>
            <Setting3>string</Setting3>
            <Setting4>string</Setting4>
            <Setting5>string</Setting5>
            <Setting6>string</Setting6>
            <Setting7>string</Setting7>
            <Setting8>string</Setting8>
            <Setting9>string</Setting9>
            <Setting10>string</Setting10>
            <SortOrder>int</SortOrder>
          </ComponentSettingListItem>
          <ComponentSettingListItem>
            <ComponentID>string</ComponentID>
            <DeveloperId>string</DeveloperId>
            <ComponentType>string</ComponentType>
            <ComponentSubType>string</ComponentSubType>
            <ListName>string</ListName>
            <Setting1>string</Setting1>
            <Setting2>string</Setting2>
            <Setting3>string</Setting3>
            <Setting4>string</Setting4>
            <Setting5>string</Setting5>
            <Setting6>string</Setting6>
            <Setting7>string</Setting7>
            <Setting8>string</Setting8>
            <Setting9>string</Setting9>
            <Setting10>string</Setting10>
            <SortOrder>int</SortOrder>
          </ComponentSettingListItem>
        </ArrayOfComponentSettingListItem>
        <ArrayOfComponentSettingListItem>
          <ComponentSettingListItem>
            <ComponentID>string</ComponentID>
            <DeveloperId>string</DeveloperId>
            <ComponentType>string</ComponentType>
            <ComponentSubType>string</ComponentSubType>
            <ListName>string</ListName>
            <Setting1>string</Setting1>
            <Setting2>string</Setting2>
            <Setting3>string</Setting3>
            <Setting4>string</Setting4>
            <Setting5>string</Setting5>
            <Setting6>string</Setting6>
            <Setting7>string</Setting7>
            <Setting8>string</Setting8>
            <Setting9>string</Setting9>
            <Setting10>string</Setting10>
            <SortOrder>int</SortOrder>
          </ComponentSettingListItem>
          <ComponentSettingListItem>
            <ComponentID>string</ComponentID>
            <DeveloperId>string</DeveloperId>
            <ComponentType>string</ComponentType>
            <ComponentSubType>string</ComponentSubType>
            <ListName>string</ListName>
            <Setting1>string</Setting1>
            <Setting2>string</Setting2>
            <Setting3>string</Setting3>
            <Setting4>string</Setting4>
            <Setting5>string</Setting5>
            <Setting6>string</Setting6>
            <Setting7>string</Setting7>
            <Setting8>string</Setting8>
            <Setting9>string</Setting9>
            <Setting10>string</Setting10>
            <SortOrder>int</SortOrder>
          </ComponentSettingListItem>
        </ArrayOfComponentSettingListItem>
      </Datalayer_ComponentSettingsManager_GetAllSettingsListsResult>
      <token>
        <ExpirationDate>dateTime</ExpirationDate>
        <ExpirationDateUTC>dateTime</ExpirationDateUTC>
        <UserBvin>string</UserBvin>
        <TokenRejected>boolean</TokenRejected>
        <IsExpired>boolean</IsExpired>
      </token>
    </Datalayer_ComponentSettingsManager_GetAllSettingsListsResponse>
  </soap12:Body>
</soap12:Envelope>