Thanks for your reply. I have to update thousands of values using excel file. Do i have to pass them one by one? Or is there a way to make a post using values in a files?
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:oslc_am="
http://open-services.net/ns/am#"
xmlns:rdf="
http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dcterms="
http://purl.org/dc/terms/"
xmlns:foaf="
http://xmlns.com/foaf/0.1/"
xmlns:ss="
https://sparxsystems.com.au/oslc_am#">
<oslc_am:Resource>
<!--Required Properties-->
<dcterms:title>NAME</dcterms:title>
<dcterms:type>ENTERPRISE ARCHITECT TYPE</dcterms:type>
<ss:parentresourceidentifier>GUID OF CONTAINING PACKAGE/ELEMENT WITH GUID PREFIX</ss:parentresourceidentifier>
<!--Required in a Security Enabled Model-->
<ss:useridentifier>USER AUTHENTICATION TOKEN</ss:useridentifier>
<!--Optional Properties-->
<dcterms:subject>KEYWORDS</dcterms:subject>
<dcterms:creator>
<foaf:Person>
<foaf:name>AUTHOR</foaf:name>
</foaf:Person>
</dcterms:creator>
<dcterms:description>NOTES</dcterms:description>
<ss:alias>ALIAS</ss:alias>
<ss:status>STATUS</ss:status>
<ss:complexity>COMPLEXITY</ss:complexity>
<ss:stereotype>
<ss:stereotypename>
<ss:name>STEREOTYPE</ss:name>
</ss:stereotypename>
</ss:stereotype>
<ss:phase>PHASE</ss:phase>
<ss:version>VERSION</ss:version>
<ss:difficulty>DIFFICULTY</ss:difficulty>
<ss:priority>PRIORITY</ss:priority>
<ss:language>LANGUAGE</ss:language>
</oslc_am:Resource>
</rdf:RDF>