pp108 : ReloadClassRegistry

ReloadClassRegistry

This method is used to reload the entire class registry (CMX file) present in the XML Store. This method can be tested through the Service Test Tool of Process Platform.

Note:
This method reloads the class registries of all Organizations and ISVs.

To view the class registry, do the following:

  1. On My Applications,click (XML Store Explorer). The XML Store Explorer window appears.
  2. Expand Collection > Cordys > WS-AppServer > runtime > classregistry. You will see the CMX file bearing the complete name including package, project and workspace names.
  3. Click the CMX file. You will see the WS-AppServer models displayed in XML Viewer on the right side.

SOAP Request

The request does not require any parameter.

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP:Body>
        <ReloadClassRegistry xmlns="http://schemas.cordys.com/WS-AppServer/1.0"/>
    </SOAP:Body>
</SOAP:Envelope>

SOAP Response

The response does not contain any parameter.

<data>
    <ReloadClassRegistryResponse
        xmlns="http://schemas.cordys.com/WS-AppServer/1.0" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"/>
</data>