Page 1 of 1

AddNode Service - Can it be allowed to add value

Posted: May 19th, 2023, 4:37 pm
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?