WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

Package examples.webservices

The examples in this package demonstrate how to create RPC-style and message-style WebLogic Web services.

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.
 

Package examples.webservices Description

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.

There's more...

Read more about creating and invoking WebLogic Web services in the Programming WebLogic Web Services guide.


Documentation is available at
http://e-docs.bea.com/wls/docs61/

Copyright © 2001 BEA Systems, Inc. All rights reserved.