Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Dan Gaughan
19
Views
8
Comments
XML Records Parsing Issue
Question
We are unable to use XMLRecords.
RecordToXml
to translate a record into XML. I have tried a variety of different Configuration variations to no avail. I have attached an example of the Record - it is generated from a web service and contains several record lists. The XML output from XMLRecords.
RecordToXml
is always this:
<entifier/>
I have verified that the structure is populated with data. Any ideas?
We are using FASt
9.0.1.15
, XMLRecords 1.5.5, Java 6. We cannot upgrade to a newer version of anything at this time.
Structure.png
Justin James
Â
MVP
Dan -
?I would be curious about the nested Structures in the Structure. What do they look like? Have you tried removing them (maybe one at a time?) to see if there is one of them triggering this behavior?
?J.Ja
1 reply
19 Apr 2016
Show thread
Hide thread
Dan Gaughan
Justin James
wrote:
Dan -
?I would be curious about the nested Structures in the Structure. What do they look like? Have you tried removing them (maybe one at a time?) to see if there is one of them triggering this behavior?
?J.Ja
I attached a screen shot of the structures. There are quite a few structures but it isnt nested very deep. I will try deleting one at a time to see if I can get it to a point where it works.
Suraj Borade
Hi Dan,
What error message you are getting?
-- Suraj B
1 reply
19 Apr 2016
Show thread
Hide thread
Dan Gaughan
Suraj Borade
wrote:
Hi Dan,
What error message you are getting?
-- Suraj B
I am not getting any messages. The problem is that the XML output is this:
<entifier/>
Which is wrong.
Ricardo Silva
Hello Dan,
In
this post
I have outlined a structured process for generating structures for a given XML.
Can you try and follow it ? What difficulties are you hitting ?
Best regards,
Ricardo Silva
1 reply
19 Apr 2016
Show thread
Hide thread
Dan Gaughan
Ricardo Silva
wrote:
Hello Dan,
In
this post
I have outlined a structured process for generating structures for a given XML.
Can you try and follow it ? What difficulties are you hitting ?
Best regards,
Ricardo Silva
Hello Ricardo,
I am trying to generate XML out of existing structures. The XML doesnt exist - that is what I need. I can't modify the structures because they are part of a web service that is already being consumed.
João Heleno
Â
MVP
Hi Dan,
my first guess is your structures are probably using the new List type... try sticking to the old Record and Record List types.
More info on the new List type here https://www.outsystems.com/forums/discussion/14342/from-record-lists-to-lists/
But like I've said, try using Record and Record List only in this case.
Dan Gaughan
I found the problem, and it wasnt due to the entension. It was application related. Thanks for your replies!
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
 Loading...