[GeoNetwork-devel] xml.metadata.status service not found in geonetwork 2.6

Hi,
I am using geonetwork 2.6 .
I want change status of metadata through xml service using java.I have used
xml.metadata.status service to update status of metadata through java code.
When using this service I get "Service not found".

I get following response in geonetwork.
<error id="service-not-found">
  <message>Service not found</message>
  <class>ServiceNotFoundEx</class>
  <stack>
    <at class="jeeves.server.dispatchers.ServiceManager"
file="ServiceManager.java" line="365" method="dispatch" />
    <at class="jeeves.server.JeevesEngine" file="JeevesEngine.java"
line="670" method="dispatch" />
    <at class="jeeves.server.sources.http.JeevesServlet"
file="JeevesServlet.java" line="185" method="execute" />
    <at class="jeeves.server.sources.http.JeevesServlet"
file="JeevesServlet.java" line="108" method="doPost" />
    <at class="javax.servlet.http.HttpServlet" file="HttpServlet.java"
line="637" method="service" />
    <at class="javax.servlet.http.HttpServlet" file="HttpServlet.java"
line="717" method="service" />
    <at class="org.apache.catalina.core.ApplicationFilterChain"
file="ApplicationFilterChain.java" line="290" method="internalDoFilter" />
    <at class="org.apache.catalina.core.ApplicationFilterChain"
file="ApplicationFilterChain.java" line="206" method="doFilter" />
    <at class="org.apache.catalina.core.StandardWrapperValve"
file="StandardWrapperValve.java" line="233" method="invoke" />
    <at class="org.apache.catalina.core.StandardContextValve"
file="StandardContextValve.java" line="191" method="invoke" />
  </stack>
  xml.metadata.status
  <request>
    <language>en</language>
    <service>xml.metadata.status</service>
  </request>
</error>

Is the service not available in geonetwork 2.6 version for updating status
of metadata in geonetwork?

Can any one help to achieve this?
(Or)
Which geonetwork version I want use to achieve this?

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/xml-metadata-status-service-not-found-in-geonetwork-2-6-tp5103664.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.