I am using metadata services to communicate with Geonetwork and to insert,
update and delete metadata from our third-party application. However, when I
want to do an update, there is a parameter 'version' required and I could
not find a way of gettting it. I am using xml.metadata.get service to get
the latest metadata that we update but the version parameter is not included
in there.
Is there any way how to get the latest version number for metatada id?
Please consider the environment before printing this email.
On Wed, Oct 6, 2010 at 11:11 AM, jandic <pjanda@anonymised.com> wrote:
Hello,
I am using metadata services to communicate with Geonetwork and to insert,
update and delete metadata from our third-party application. However, when
I
want to do an update, there is a parameter 'version' required and I could
not find a way of gettting it. I am using xml.metadata.get service to get
the latest metadata that we update but the version parameter is not
included
in there.
Is there any way how to get the latest version number for metatada id?
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
I thought that this is the case. Unfortunately I cannot use the CSW metadata
services as I am generating the metadata file on the fly (from another
database). Anyway, I will use delete and insert services instead of update
as there will not be that many updates happening in my case.
On Wed, Oct 6, 2010 at 12:11 PM, jandic <pjanda@anonymised.com> wrote:
Hi Jose,
I thought that this is the case. Unfortunately I cannot use the CSW
metadata
services as I am generating the metadata file on the fly (from another
database). Anyway, I will use delete and insert services instead of update
as there will not be that many updates happening in my case.
I think that's the best thing to do in my opinion, as the update service is
really related to the editor.
You will probably face much more troubles using update rather than use only
insert/delete services.