Sha256: 72023f878bc98bdeb77701fed3242be9630b8346efa4dbcd50af1ad2146c8050

Contents?: true

Size: 1.47 KB

Versions: 10

Compression:

Stored size: 1.47 KB

Contents

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
  <s:Header>
    <o:Security s:mustUnderstand="1"
                xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
      <u:Timestamp u:Id="_0">
        <u:Created>2011-04-16T19:37:05.677Z</u:Created>
        <u:Expires>2011-04-16T19:42:05.677Z</u:Expires>
      </u:Timestamp>
    </o:Security>
  </s:Header>
  <s:Body>
    <DescribeEntityTypeResponse xmlns="https://secure.eloqua.com/API/1.2">
      <DescribeEntityTypeResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <EntityTypes>
          <EntityType>
            <ID>0</ID>
            <Name>Contact</Name>
            <Type>Base</Type>
          </EntityType>
          <EntityType>
            <ID>0</ID>
            <Name>Company</Name>
            <Type>Base</Type>
          </EntityType>
          <EntityType>
            <ID>0</ID>
            <Name>Prospect</Name>
            <Type>Base</Type>
          </EntityType>
          <EntityType>
            <ID>0</ID>
            <Name>Visitor</Name>
            <Type>Base</Type>
          </EntityType>
          <EntityType>
            <ID>0</ID>
            <Name>ProcessedActivity</Name>
            <Type>Base</Type>
          </EntityType>
        </EntityTypes>
      </DescribeEntityTypeResult>
    </DescribeEntityTypeResponse>
  </s:Body>
</s:Envelope>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
eloqua-1.2.4 spec/fixtures/describe_entity_type/success.xml
eloqua-1.2.3 spec/fixtures/describe_entity_type/success.xml
eloqua-1.2.2 spec/fixtures/describe_entity_type/success.xml
eloqua-1.2.1 spec/fixtures/describe_entity_type/success.xml
eloqua-1.2.0 spec/fixtures/describe_entity_type/success.xml
eloqua-1.1.4 spec/fixtures/describe_entity_type/success.xml
eloqua-1.1.3 spec/fixtures/describe_entity_type/success.xml
eloqua-1.1.2 spec/fixtures/describe_entity_type/success.xml
eloqua-1.1.1 spec/fixtures/describe_entity_type/success.xml
eloqua-1.1.0 spec/fixtures/describe_entity_type/success.xml