[GeoNetwork-users] GN3.0.2 XML Services (metadata.insert)

Hi

I am trying to use the metadata.import XML services in GN3.0.2 but it seems
that /geonetwork/srv/eng/metadata.insert is not available in this version.
When I browse this service I get "The service does not exist or you don't
have privileges to access it". I get the same from my python post script.

Is that an issue with my build or have the services changed in GN3.0.2?

The online doco is not completed for 3.0.2 so can anyone share some insight?

Thanks

--

*Luke Bassett*
* <lukembassett@anonymised.com>*Melbourne Australia

Hi Luke

The service seem now is call md.import. See the documentation in

https://github.com/geonetwork/core-geonetwork/blob/3.0.x/web/src/main/webapp/WEB-INF/config/config-service-admin-io.xml#L5-L33

Regards,
Jose García

On Thu, Nov 19, 2015 at 2:54 AM, Luke <coolhandluka@anonymised.com> wrote:

Hi

I am trying to use the metadata.import XML services in GN3.0.2 but it seems
that /geonetwork/srv/eng/metadata.insert is not available in this version.
When I browse this service I get "The service does not exist or you don't
have privileges to access it". I get the same from my python post script.

Is that an issue with my build or have the services changed in GN3.0.2?

The online doco is not completed for 3.0.2 so can anyone share some
insight?

Thanks

--

*Luke Bassett*
* <lukembassett@anonymised.com>*Melbourne Australia

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

--

*Vriendelijke groeten / Kind regards,Jose García
<http://www.geocat.net/&gt;Veenderweg 136721 WD BennekomThe NetherlandsT: +31
(0)318 416664 <+31318416664> <https://www.facebook.com/geocatbv&gt;
<https://twitter.com/geocat_bv&gt;
<https://plus.google.com/u/1/+GeocatNetbv/posts&gt;Please consider the
environment before printing this email.*

Hi,

Another option would be to use the CSW Transaction Insert operation.

Francois

2015-11-19 8:22 GMT+01:00 Jose Garcia <jose.garcia@anonymised.com>:

Hi Luke

The service seem now is call md.import. See the documentation in

https://github.com/geonetwork/core-geonetwork/blob/3.0.x/web/src/main/webapp/WEB-INF/config/config-service-admin-io.xml#L5-L33

Regards,
Jose García

On Thu, Nov 19, 2015 at 2:54 AM, Luke <coolhandluka@anonymised.com> wrote:

> Hi
>
> I am trying to use the metadata.import XML services in GN3.0.2 but it
seems
> that /geonetwork/srv/eng/metadata.insert is not available in this
version.
> When I browse this service I get "The service does not exist or you don't
> have privileges to access it". I get the same from my python post script.
>
> Is that an issue with my build or have the services changed in GN3.0.2?
>
> The online doco is not completed for 3.0.2 so can anyone share some
> insight?
>
> Thanks
>
> --
>
> *Luke Bassett*
> * <lukembassett@anonymised.com>*Melbourne Australia
>
>
------------------------------------------------------------------------------
> _______________________________________________
> 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
>

--

*Vriendelijke groeten / Kind regards,Jose García
<http://www.geocat.net/&gt;Veenderweg 136721 WD BennekomThe NetherlandsT: +31
(0)318 416664 <+31318416664> <https://www.facebook.com/geocatbv&gt;
<https://twitter.com/geocat_bv&gt;
<https://plus.google.com/u/1/+GeocatNetbv/posts&gt;Please consider the
environment before printing this email.*

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

Thanks for the replies everyone

I ended up changing my script to output metadata xml into a directory and
using the UI import tool - worked great

On Thu, Nov 19, 2015 at 7:27 PM, Francois Prunayre <fx.prunayre@anonymised.com>
wrote:

Hi,

Another option would be to use the CSW Transaction Insert operation.

Francois

2015-11-19 8:22 GMT+01:00 Jose Garcia <jose.garcia@anonymised.com>:

Hi Luke

The service seem now is call md.import. See the documentation in

https://github.com/geonetwork/core-geonetwork/blob/3.0.x/web/src/main/webapp/WEB-INF/config/config-service-admin-io.xml#L5-L33

Regards,
Jose García

On Thu, Nov 19, 2015 at 2:54 AM, Luke <coolhandluka@anonymised.com> wrote:

> Hi
>
> I am trying to use the metadata.import XML services in GN3.0.2 but it
seems
> that /geonetwork/srv/eng/metadata.insert is not available in this
version.
> When I browse this service I get "The service does not exist or you
don't
> have privileges to access it". I get the same from my python post
script.
>
> Is that an issue with my build or have the services changed in GN3.0.2?
>
> The online doco is not completed for 3.0.2 so can anyone share some
> insight?
>
> Thanks
>
> --
>
> *Luke Bassett*
> * <lukembassett@anonymised.com>*Melbourne Australia
>
>
------------------------------------------------------------------------------
> _______________________________________________
> 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
>

--

*Vriendelijke groeten / Kind regards,Jose García
<http://www.geocat.net/&gt;Veenderweg 136721 WD BennekomThe NetherlandsT:
+31
(0)318 416664 <+31318416664> <https://www.facebook.com/geocatbv&gt;
<https://twitter.com/geocat_bv&gt;
<https://plus.google.com/u/1/+GeocatNetbv/posts&gt;Please consider the
environment before printing this email.*

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

--

*Luke Bassett*
* <lukembassett@anonymised.com>*Melbourne Australia