AddNode Service - Can it be allowed to add value

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
CathyC
Posts: 469
Joined: November 16th, 2021, 11:15 am
Contact:

AddNode Service - Can it be allowed to add value

Unread post by CathyC »

The AddNode service was intended to work in EP 4.8 for manually manipulating an XML file for use with Solr. Now, we probably wouldnt want to use this service for Solr since we use it infrequently.

Solr xml files looked like this:
image.png
Now that we are documenting this service, it seems like a major drawback that the xml nodes we can write to the file are not able to add a value to the xml nodes they add.

See the EPDocs documentation on this service:
image.png
https://epdocs.krisesystems.com/Page/EA ... es-AddNode

There does exist a service AddNodeValue which can do this, but it make the process more complex to first add the node, then add the value with a separate service.
https://epdocs.krisesystems.com/Docs_Re ... dNodeValue

Should the service accept a "Value" parameter?
word count: 138

Tags:
Post Reply