XMLPort Export with Nested Repeating Fields
rsaritzky
Member Posts: 469
Hi all,
I want to create a webservice that returns some web roles that are stored in NAV.
The roles are stored in the “Contact Login Permission Table” in NAV
Contact No. Site Role ID
CONT1 WEBSITE1.COM ADMIN
CONT1 WEBSITE2.COM ADMIN
CONT1 WEBSITE2.COM SECURITYMGR
This is the structure of the XML output I’d like to send:
I am creating temporary tables, looping through each website, so I have a temporary table the first time through for WEBSITE1 that contains only 1 record (ADMIN), and the second time through for WEBSITE2 that contains 2 records (ADMIN and SECURITYMGR).
The closest I can get is with an additional “Role” tag surrounding each role, e.g.
Our web developers don’t want the extra “Roles” tags around each role. Has anyone had to do something similar?
Thanks
Ron
I want to create a webservice that returns some web roles that are stored in NAV.
The roles are stored in the “Contact Login Permission Table” in NAV
Contact No. Site Role ID
CONT1 WEBSITE1.COM ADMIN
CONT1 WEBSITE2.COM ADMIN
CONT1 WEBSITE2.COM SECURITYMGR
This is the structure of the XML output I’d like to send:
<WebUser> <ContactNo>CONT1</ContactNo> <Site> <SiteID>WEBSITE1.COM <RoleID>ADMIN</RoleID> </SiteID> </Site> <Site> <SiteID>WEBSITE2.COM <RoleID>ADMIN</RoleID> <RoleID>SECURITYMGR</RoleID> </SiteID> </Site> </WebUser>
I am creating temporary tables, looping through each website, so I have a temporary table the first time through for WEBSITE1 that contains only 1 record (ADMIN), and the second time through for WEBSITE2 that contains 2 records (ADMIN and SECURITYMGR).
The closest I can get is with an additional “Role” tag surrounding each role, e.g.
<WebUser> <ContactNo>CONT1</ContactNo> <Site> <SiteID>WEBSITE1.COM <Roles> <RoleID>ADMIN</RoleID> </Roles> </SiteID> </Site> <Site> <SiteID>WEBSITE2.COM <Roles> <RoleID>ADMIN</RoleID> </Roles> <Roles> <RoleID>SECURITYMGR</RoleID> </Roles> </SiteID> </Site> </WebUser>
Our web developers don’t want the extra “Roles” tags around each role. Has anyone had to do something similar?
Thanks
Ron
Ron
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 326 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions