nullman
13 years agoOccasional Contributor
Valid JSON not converted to XML (4.5.1 and 4.5.2)
Hi,
I am curious as to why soapUI is not able to convert this (valid) JSON to XML. I have tried 4.5.2 and 4.5.1 (on Max OSX). I do have a very similar response, where people is not null, and soapUI is able to convert it to XML. I am unsure if the null has anything to do with it, but thought I'd mention I can get some of these responses to convert to XML. Thanks for any assistance!
I am curious as to why soapUI is not able to convert this (valid) JSON to XML. I have tried 4.5.2 and 4.5.1 (on Max OSX). I do have a very similar response, where people is not null, and soapUI is able to convert it to XML. I am unsure if the null has anything to do with it, but thought I'd mention I can get some of these responses to convert to XML. Thanks for any assistance!
{
"res": {
"roleIds": [
"51bf53a85894585313fcc8c9",
"51bf53a85894585313fcc8cb"
],
"X-TESTING-Auth-Key": "6uxtwWk7a4Ct2xfV7w7JO5",
"app": {
"name": "TESTAPP",
"person": {
"fieldPaths": [
"general.name",
"general.title",
"general.department",
"status.status",
"primaryContactInfo.email",
"primaryContactInfo.voice",
"primaryContactInfo.sms",
"images.profile",
"images.informal",
"uploads.images",
"relationships.manager",
"relationships.administrativeAssistant",
"relationships.relationships",
"relationships.directReportCount",
"contactInfo.email_main",
"contactInfo.email",
"contactInfo.phone_work",
"contactInfo.phone_cell",
"contactInfo.phone_home",
"contactInfo.phone_other",
"contactInfo.im",
"contactInfo.address",
"location.location",
"skills.skills",
"skills.certs",
"education.education",
"bio.bio",
"bio.socialMedia",
"bio.workHistory",
"bio.interests",
"bio.hobbies",
"bio.spouse",
"bio.children",
"hr.officialName",
"hr.empId",
"hr.empType",
"hr.hireDate",
"hr.emergencyContactInfo"
],
"searchFieldPaths": [
"general.name",
"general.title",
"general.department",
"status.status",
"primaryContactInfo.email",
"primaryContactInfo.voice",
"primaryContactInfo.sms",
"images.profile",
"images.informal",
"uploads.images",
"relationships.manager",
"relationships.administrativeAssistant",
"relationships.relationships",
"relationships.directReportCount",
"contactInfo.email_main",
"contactInfo.email",
"contactInfo.phone_work",
"contactInfo.phone_cell",
"contactInfo.phone_home",
"contactInfo.phone_other",
"contactInfo.im",
"contactInfo.address",
"location.location",
"skills.skills",
"skills.certs",
"education.education",
"bio.bio",
"bio.socialMedia",
"bio.workHistory",
"bio.interests",
"bio.hobbies",
"bio.spouse",
"bio.children",
"hr.officialName",
"hr.empId",
"hr.empType",
"hr.hireDate",
"hr.emergencyContactInfo"
]
},
"mt": 1371493288,
"state": "active",
"version": 1,
"orgId": 1,
"_id": "51bf53a85894585313fcc8c8"
},
"user": {
"mt": 1371563393,
"apps": {"51bf53a85894585313fcc8c8": [
"51bf53a85894585313fcc8c9",
"51bf53a85894585313fcc8cb"
]},
"userType": "admin",
"state": "active",
"version": 3,
"lastLogin": 1371578055,
"_id": "51c06472a73aa71f9a2ddbe5",
"email": "admin@junk.com"
},
"person": null
},
"ms": 143
}