[GeoNetwork-users] Metadata Services - metadata.update

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?

Thanks,
Pavel Janda
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Metadata-Services-metadata-update-tp5606251p5606251.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi Pavel

I'm afraid that now is not returned this value, making not very useful the
service to end users.

Maybe is better to use the CSW Transaction interface for your needs. In
http://geonetwork-opensource.org/stable/developers/xml_services/index.htmlyou
can find a reference of Geonetwork xml service and CSW interface.

Regards,
Jose García

____________________________________________________
*
GeoCat
introduces Bridge©
An extension to ArcGIS© to instantly publish data and metadata on GeoServer
and GeoNetwork.
See http://geocat.net for more details. Buy Bridge Standard before 30
November 2010 and get a free upgrade to our Premium edition.
*
*

Jose Garcia
GeoCat bv
http://geocat.net
*

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?

Thanks,
Pavel Janda
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Metadata-Services-metadata-update-tp5606251p5606251.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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

(attachments)

GeoCat_small.png

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.

Thanks,
Pavel
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Metadata-Services-metadata-update-tp5606251p5606433.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi Pavel,

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.

Cheers,

Mathieu