The Manage Web Service is declared in manage.wsdl.
http://<host>:<port>/endeca-server/ws/manage/?wsdl
where the host and port are the host and port of any Endeca Server node in the Endeca Server cluster, and endeca-server is the default root context of the Endeca Server Java application deployed in the WebLogic Server.
http://host:port/endeca-server/ws/manage
Requests can be issued in any tool that allows you to send web service requests, such as the JRF web services tool available in WebLogic or soapUI.
xmlns:v1_0="http://www.endeca.com/endeca-server/manage/1/0"
This namespace is included in the WSDL document for the web service.
In this example, the string 1/0 indicates the version is 1.0, where 1 is the major version, and 0 is the minor version. The version in the service that you have installed may not match this example.
For more information on web service versions, see the Oracle Endeca Server Developer's Guide.