forked from Saleslogix/SDataJavaScriptClientLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestFeed.xml
More file actions
92 lines (92 loc) · 4.11 KB
/
Copy pathTestFeed.xml
File metadata and controls
92 lines (92 loc) · 4.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:sme="http://schemas.sage.com/sdata/sme/2007"
xmlns:sdata="http://schemas.sage.com/sdata/2008/1"
xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005"
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
xmlns:aw="http://schemas.sage.com/dynamic/2007"
xmlns="http://www.w3.org/2005/Atom">
<author>
<name>aw</name>
<uri />
<email />
</author>
<category term="" scheme="" label="" />
<generator uri="" version="1.0">Sage Dynamic Integration Adapter</generator>
<id />
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees?startIndex=1&count=2" rel="self" type="application/atom+xml" title="" />
<subtitle>Provides a feed containing Employee details</subtitle>
<title>Sage | employees</title>
<opensearch:totalResults>2</opensearch:totalResults>
<opensearch:startIndex>1</opensearch:startIndex>
<opensearch:itemsPerPage>10</opensearch:itemsPerPage>
<entry>
<author>
<name>aw</name>
<uri />
<email />
</author>
<id>http://localhost:8001/sdata/aw/dynamic/-/employees(1)</id>
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees(1)?format=html" rel="alternate" type="text/html" title="" />
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees(1)" rel="self" type="application/atom+xml" title="" />
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees(1)" rel="edit" type="application/atom+xml" title="" />
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees?startIndex=1&count=2" rel="via" type="application/atom+xml" title="" />
<published>0001-01-01T00:00:00+00:00</published>
<summary />
<title>14417807</title>
<updated>0001-01-01T00:00:00+00:00</updated>
<sdata:payload>
<Employee>
<Title>Production Technician - WC60</Title>
<NationalIdNumber>14417807</NationalIdNumber>
<ContactId>1209</ContactId>
<LoginId>adventure-works\guy1</LoginId>
<ManagerId>16</ManagerId>
<BirthDate>1972-05-15T00:00:00+00:00</BirthDate>
<MaritalStatus>False</MaritalStatus>
<Gender>False</Gender>
<HireDate>1996-07-31T00:00:00+00:00</HireDate>
<Salariedflag>False</Salariedflag>
<VacationHours>21</VacationHours>
<SickleaveHours>30</SickleaveHours>
<Currentflag>True</Currentflag>
<RowGuid>aae1d04a-c237-4974-b4d5-935247737718</RowGuid>
<ModifiedDate>2004-07-31T00:00:00+00:00</ModifiedDate>
</Employee>
</sdata:payload>
</entry>
<entry>
<author>
<name>aw</name>
<uri />
<email />
</author>
<id>http://localhost:8001/sdata/aw/dynamic/-/employees(2)</id>
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees(2)?format=html" rel="alternate" type="text/html" title="" />
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees(2)" rel="self" type="application/atom+xml" title="" />
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees(2)" rel="edit" type="application/atom+xml" title="" />
<link href="http://localhost:8001/sdata/aw/dynamic/-/employees?startIndex=1&count=2" rel="via" type="application/atom+xml" title="" />
<published>0001-01-01T00:00:00+00:00</published>
<summary />
<title>253022876</title>
<updated>0001-01-01T00:00:00+00:00</updated>
<sdata:payload>
<Employee>
<Title>Marketing Assistant</Title>
<NationalIdNumber>253022876</NationalIdNumber>
<ContactId>1030</ContactId>
<LoginId>adventure-works\kevin0</LoginId>
<ManagerId>6</ManagerId>
<BirthDate>1977-06-03T00:00:00+00:00</BirthDate>
<MaritalStatus>False</MaritalStatus>
<Gender>False</Gender>
<HireDate>1997-02-26T00:00:00+00:00</HireDate>
<Salariedflag>False</Salariedflag>
<VacationHours>42</VacationHours>
<SickleaveHours>41</SickleaveHours>
<Currentflag>True</Currentflag>
<RowGuid>1b480240-95c0-410f-a717-eb29943c8886</RowGuid>
<ModifiedDate>2004-07-31T00:00:00+00:00</ModifiedDate>
</Employee>
</sdata:payload>
</entry>
</feed>