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
directory of your installation.InstallDir
/containers/spring_container/etc/wsdl
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.