SWAPI – AgentPropertiesQuery

This command has been added to return the following properties for the passed in agent:

·         Agent Name

·         Server URL

·         Notification Address

Request

<ConnectionRequest Version="string" ConnectionID="{00BAE21C-A446-4477-AC1F-735B3C92D4A9}" RequestID="string">

  <AgentPropertiesQuery Filter="string" Max="string" OrderBy="string" StyleNo="string" StyleOptions="string">

    <AgentName>MyApp</AgentName>

  </AgentPropertiesQuery>

</ConnectionRequest>

Response

<AgentPropertiesQueryResponse Successful="true" ResultCode="000" ResultText="Successful" Version="1.9.600.2" RequestID="string">

  <AgentPropertiesQueryData ReturnedRows="1" FilteredRows="1" TotalRows="1" QueryOptions="AgentName=MyApp">

    <AgentPropertiesQueryRecord>

      <AgentName>MyApp</AgentName>

      <ServerURL>www.anywhere.com</ServerURL>

      <NotificationAddress>fFlinstone@anywhere.com</NotificationAddress>

    </AgentPropertiesQueryRecord>

  </AgentPropertiesQueryData>

</AgentPropertiesQueryResponse>