LibraryLink ToToggle FramesPrintFeedback

Managing the Container using the Web Service Interface

You can use the Web service interface to deploy and manage applications in the Spring container. The Web service interface is specified in the container.wsdl file, which is located in the InstallDir/containers/spring_container/etc/wsdl directory of your installation.

FUSE Services Framework does not currently include a client tool for the Web service interface. However, you can write one if you are familiar with Web service development. Please see the container.wsdl file and the Developing Applications Using JAX-WS for more details.

To change the port that the Web service interface listens on, you must change the port number of the address property in the spring_container.xml file, as shown:

<jaxws:endpoint id="ContainerService"
                implementor="#ContainerServiceImpl"
                address="http://localhost:2222/AdminContext/AdminPort" ...>

You do not need to change the container.wsdl file.

For more information on the spring_container.xml file, see Spring Container Definition File.

If you want to add a port, such as a JMS port or an HTTPS port, add the port details to the container.wsdl file.