|
WebLogic Server 6.1 Code Examples, BEA Systems, Inc. | |||||
See:
Description
| WebLogic Web Services Examples Summary | |
| RPC-Style | This example shows how to create an RPC-style WebLogic Web service based on a simple stateless session EJB that returns the temperature at a given zip code. The example shows how to invoke the Web service from both Java and Microsoft Visual Basic clients. |
| Message-Style | This example shows how to create two message-style WebLogic Web services: one to send data to WebLogic server and one to receive data from WebLogic server. The Web services use the same JMS Topic to both receive and send the messages. The example also shows how to create two Java clients that invoke each type of message-style Web service. |
The examples in this package demonstrate how to create RPC-style and message-style WebLogic Web services.
See the instructions given on the individual examples to build and run the examples.
|
Documentation is available at http://e-docs.bea.com/wls/docs61/ |
|||||