WebLogic Workshop includes numerous fully documented samples to help
you become familiar with WebLogic Workshop web service design patterns,
features and programming techniques. Samples are provided that illustrate
web services and web service clients.
Topics Included in this Section
Sample Web Services
Describes a large collection of web service samples. Each
sample focuses on a small set of WebLogic Workshop features and techniques.
Widgets Sample
Application
Widgets represents a complete business process implemented
as web services. The sample application makes heavy use of XML maps to
demonstrate loose coupling between web service implementation and message
format.
Java Client Samples
Describes three examples of using the Java proxy that
WebLogic Workshop provides for each web service. The same web service
is used from a JSP page; from a Java console application and from a Java
Swing application.
.NET Client Sample
Illustrates how to use a WebLogic Workshop web service
from a .NET client, including full participation in conversations and
receipt of a callback. A fully developed and documented ASP.NET web service
that is a client of a WebLogic Workshop web service is provided.
Related Topics
Building
Web Services with WebLogic Workshop
Tutorial: Your
First Web Service