This eBook requires the free Adobe® Digital Editions software.
Before downloading this DRM-encrypted PDF, be sure to:
Get on the fast track of what is becoming a required skill for software developers--the ability to create Web Services and clients that consume them. Web Services leverage standards such as XML, XSD, SOAP, and WSDL to enable interoperability across programming languages and platforms. They work well to integrate applications on an intranet and on the Internet. Visual Basic .NET, coupled with the .NET Framework, is an attractive environment for Web Services architecture because it provides for rapid development and easy maintenance.
This book explains each of the standard protocols needed for Web Service interaction on the client or server. These protocols include SOAP, Web Services Description Language (WSDL), and Universal Description Discovery and Integration (UDDI).
Creating and Consuming Web Services in Visual Basic® also includes
(NOTE: Each chapter concludes with Summary.)
Introduction.
Applications of Web Services.
What You Will Need.
Who Is This Book For?
I. THE BASICS.
1. Creating Your First Web Service.The “Hello World” Operation.
Other Files in the Project.
Passing Complex Types.
Returning Arrays of Simple Types.
Returning Arrays of Structures.
2. Consuming Your Web Service.Attaching a Web Reference.
Command-Line Interface Applications.
Graphical User Interface (GUI) Applications.
Web Applications.
Web Services Calling Other Web Services.
3. SOAP, WSDL, and UDDI ExplainedSOAP.
SOAPAction.
Envelope.
Header.
Body.
Fault.
WSDL.
Document Parts.
Supported Message Patterns.
SOAP Extensibility Elements.
UDDI.
tModels.
Registering with UDDI.
Query Patterns.
4. Shaping the WSDL, XML, and SOAP Message.Shaping the WSDL File.
definitions.
types.
message, portType, and binding.
service.
Using SOAP Headers.
Changing the Location of WSDL Elements.
Creating a Custom SOAP Extension.
Custom SOAP Extension Basics.
An Example SOAP Extension.
Creating a Server Based on a WSDL File.
Using Visual Studio to Register Your SOAP Endpoint in UDDI.
5. Troubleshooting Web Services/Consumers.Viewing SOAP Message Exchanges.
Debugging a Web Service at the Server.
Debugging a Web Service Remotely.
Debugging Web Services Under Load.
Items to Include in Your Test Plan.
A Simple Example.
