13 years ago
Transfer Property with Dynamic Response Data
Hi,
I have an issue with trying to get a property transfer with the following response below. Note the number of <e> can be dynamic
(I can get back several of these in a response based on different report types available but only one <e> per report type).
What I'd like to do is the following:
1) Save searchId in a property. There is only one searchId in the entire response.
2) Save the publicationId, reportLink, and reportName for the part of the <e> response that contains the XXXXX filename.
Once again, NOTE: the location of the part of the response I am looking for is *dynamic* and can be in the
first <e> or 2nd <e> or 3rd <e> if applicable. Here is an example and thanks for any help!
<Response>
<e>
<createDate>9999-05-02</createDate>
<frequency>W</frequency>
<hasVersions>false</hasVersions>
<publicationId>6005</publicationId>
<reportLink>V6e1U6LnXQEl98ePl0CeDDYWTGc0RyQ2m/w2XxJwsvQljZPnBttGF0czQ0dwY68EHIHx0R2FjfB0+EsqkJl0Dg==</reportLink>
<reportName>XXXXX_G_067303_9999-05-02.pdf</reportName>
<title>W Report</title>
<versions>4</versions>
</e>
<e>
<createDate>2013-04-06</createDate>
<frequency>W</frequency>
<hasVersions>false</hasVersions>
<publicationId>12839</publicationId>
<reportLink>AOWRZX3cZIlsgbhCJm4Px0qdIYff8gfniCDq0D4/jPGbfcomYyPTHIi3pzgDtwPUzP00v788hVz29hZem77cuw==</reportLink>
<reportName>YYYYY_G_067303_2013-04-06.pdf</reportName>
<title>H Report</title>
<versions>4</versions>
</e>
<e>
<searchId>42484</searchId>
</e>
</Response>
I have an issue with trying to get a property transfer with the following response below. Note the number of <e> can be dynamic
(I can get back several of these in a response based on different report types available but only one <e> per report type).
What I'd like to do is the following:
1) Save searchId in a property. There is only one searchId in the entire response.
2) Save the publicationId, reportLink, and reportName for the part of the <e> response that contains the XXXXX filename.
Once again, NOTE: the location of the part of the response I am looking for is *dynamic* and can be in the
first <e> or 2nd <e> or 3rd <e> if applicable. Here is an example and thanks for any help!
<Response>
<e>
<createDate>9999-05-02</createDate>
<frequency>W</frequency>
<hasVersions>false</hasVersions>
<publicationId>6005</publicationId>
<reportLink>V6e1U6LnXQEl98ePl0CeDDYWTGc0RyQ2m/w2XxJwsvQljZPnBttGF0czQ0dwY68EHIHx0R2FjfB0+EsqkJl0Dg==</reportLink>
<reportName>XXXXX_G_067303_9999-05-02.pdf</reportName>
<title>W Report</title>
<versions>4</versions>
</e>
<e>
<createDate>2013-04-06</createDate>
<frequency>W</frequency>
<hasVersions>false</hasVersions>
<publicationId>12839</publicationId>
<reportLink>AOWRZX3cZIlsgbhCJm4Px0qdIYff8gfniCDq0D4/jPGbfcomYyPTHIi3pzgDtwPUzP00v788hVz29hZem77cuw==</reportLink>
<reportName>YYYYY_G_067303_2013-04-06.pdf</reportName>
<title>H Report</title>
<versions>4</versions>
</e>
<e>
<searchId>42484</searchId>
</e>
</Response>