Deploying a web service
You must deploy a web service after you implement it.
Before you begin
Procedure
Deploy the web service. Use one of the following methods: user interface, Java™, or script.
Option | Description |
---|---|
User interface |
See Example of using the UI to create a web service for details. |
Java | Sample 1: The following sample Java code creates a
script web
service. Sample
2: The following sample Java code creates a Java web
service.
|
Script |
Sample 1: The following sample code creates a script-based web
service.
Sample
2: The following sample code creates a Java based web
service.
|
]
Note: To deploy a web service on WebLogic application servers, you must remove the value from
the Listen Address field from the WebLogic Admin console. Otherwise deploying
a web service on WebLogic fails because the
SOAPWebService
class that is used for
deployment of web services uses the Listen Address
field.