Creating Web services with the IBM SOAP run-time environment

This run-time environment was the only Web service run-time environment supported in previous releases of WebSphere Studio (version 5.0 and earlier). This run-time environment supports Apache SOAP 2.3. It should only be used for backward compatibility reasons.

 

Limitations

Limitations of using the IBM SOAP run-time environment with Web services are listed below. For a complete list of limitations, refer to Limitations.

Creating a Web service from a Java bean using the IBM SOAP run-time environment
The Web Service wizard assists you in creating a new Web service, configuring it for deployment, and deploying the Web service to a server. Once your Web service is deployed, the wizard assists you in generating the client proxy and sample application to test the Web service. When you have completed testing, you can publish your Web service to a UDDI Business Registry using the Export wizard.

Creating a Web service from a DADX file using the IBM SOAP run-time environment
Document Access Definition Extension (DADX) is an XML document format that specifies how to create a Web service using a set of operations that are defined by DAD documents and SQL statements. A DADX Web service enables you to wrap DB2 extender or regular SQL statements inside a standard Web service. The DADX file defines the operations available to the DADX run-time environment, and the input and output parameters for the SQL operation.

Creating a Web service from a URL using the IBM SOAP run-time environment
The Web Service wizard assists you in creating a new Web service, configuring it for deployment, deploying the Web application, testing your new Web service, creating a sample application, and publishing the Web service to a UDDI Business Registry.

Creating a Web service from a Web service deployment descriptor (ISD) using the IBM SOAP run-time environment
An ISD file is a Web service deployment descriptor. A deployed ISD file provides information to the SOAP run-time environment about the services that should be made available to clients for example URI, methods, classes, serializers, and deserializers.

Creating a Java bean skeleton from a WSDL document using the IBM SOAP run-time environment
The Web Service wizard assists you in creating a skeleton bean from an existing WSDL document. The skeleton bean contains a set of methods that correspond to the operations described in the WSDL document. When the bean is created, each method has a trivial implementation that you replace by editing the bean.

 

Related Concepts

Web services
Tools for Web services development

Related Tasks
Developing Web services