http://www.endeca.com/MDEX/admin/2
The Admin Service
A web service for administration of the mdex.
Ports:
  • AdminPort:
    <soap:address  location="http://@HOSTNAME@:@PORT@/ws/admin" />
    <soap:binding  style="document"
      transport="http://schemas.xmlsoap.org/soap/http" />
  •  Collapse Ports
    Port Binding PortType Summary
    AdminPort AdminSoapBinding AdminPort
  • Address:
    <soap:address  location="http://@HOSTNAME@:@PORT@/ws/admin" />
  • Binding:
    <soap:binding  style="document"
      transport="http://schemas.xmlsoap.org/soap/http" />
  • Show details. Click here to see detail
     
     Collapse XML
    -<service  name="Admin">
    <documentation>A web service for administration of the mdex.</documentation>
    <!-- connect the port to the "AdminSoapBinding" above -->
    -<port  binding="tns:AdminSoapBinding"  name="AdminPort">
    <soap:address  location="http://@HOSTNAME@:@PORT@/ws/admin" />
    </port>
    </service>
    Generated by WSDLdoc ©