[GeoNetwork-users] Insert metadata via java

Hi Community,

the geonetwork webapp works well.

*1.*
I want to insert a metadata record via Java. I have installed and downloaded
version 2.10.4 and installed it in windows and linux. I cannot insert a
metadata record via Java. Status Code 302 will be shown.
The geonetwork-manager displays the Status Code 302 as well. Is there
existing a Java Service for this version or feature, or is this not
supported,anymore ?
If this is not supported anymore which older version works with the manual
with the java xml service section?

*2.*
I want to insert a metadata record with a polygon. How should this be done.
For a geoBox I use in the paste form following text:
<geoBox>
  <westBL>-17.3 <westBL>
  <eastBL>51.1<eastBL>
  <southBL>-34.6<southBL>
  <northBL>38.2<northBL>
</geoBox>

I am trying to insert a boundingPolygon e.g.
<geoPolygon>
   <polygon>-7.8514 -76.6808</polygon>
</geoPolygon>
Is a bounding polygon supported. How can I insert the polygon?

Regards

Oliver

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Insert-metadata-via-java-tp5196440.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.