Microsoft® .NET XML web services step by step

XML Web services are the next logical step in the evolution of the Internet. Teach yourself how to write and deploy XML Web services for Microsoft® .NET-one step at a time-with this modular, accessible tutorial. It delivers expert, task-based instruction plus a real-world XML service example to help...

Descripción completa

Detalles Bibliográficos
Autor principal: Freeman, Adam (-)
Otros Autores: Jones, Allen
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol : Microsoft Press 2009.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627883806719
Tabla de Contenidos:
  • Microsoft® .NET XML Web Services Step by Step; Introduction; Who Should Read This Book; Organization of This Book; Part 2-XML Web Services and Clients; Part 3-Advanced XML Web Services; Part 4-Appendixes; Installing and Using the Practice Files; System Requirements; Conventions and Features in This Book; Support; I. Understanding XML Web Services; XML Web Service Examples; Centralization Services; Data Integration, Aggregation, and Analysis; Extending and Integrating Applications; Peer-Based and Push-Based Systems; The Benefits of XML Web Services; Vendor Neutral; Simplicity
  • Language and Platform IndependenceFunctional Abstraction; Discoverable; Reduced Development Time; Challenges Facing XML Web Services; Consumer Adoption; Unproven Business Model; Managing Complexity; Maintaining Consistency; Operational Issues and Support Infrastructure; XML Web Services Standards and Protocols; DISCO; Description; Messaging; The Extensible Markup Language; Transport; XML Web Service Architecture; Proxy Objects; Creating XML Web Services with ASP.NET; 2. Developing XML Web Services Using Visual Studio .NET; Installing Internet Information Services
  • Configuring IIS Server for XML Web Service DevelopmentInstalling Visual Studio .NET; ASP.NET Fundamentals for XML Web Services; The @ WebService Directive; Code-Behind Files; Creating XML Web Service Projects in Visual Studio .NET; Testing the HelloWorld XML Web Service; The XML Web Services Project Files; Uploading Files to IIS Server from Visual Studio .NET; Chapter 2 Quick Reference; 3. Building the Credit Card Validation Service; CreditCardValidator Library Functionality; The VISAValidator Service; Testing the VISAValidator XML Web Service; Understanding the VISAValidator Code
  • The WebService Base ClassThe WebService Attribute; The WebMethod Attribute; Chapter 3 Quick Reference; II. XML Web Services and Clients; Renaming the Web Reference; Viewing the Web Reference Files and Properties; Using a Proxy Class; XML Web Service Clients; Creating the Web Forms Client; Creating the Console Client; Chapter 4 Quick Reference; 5. Building an HTTP Client; Comparing HTTP and SOAP; Consuming XML Web Services Using HTTP; Creating a Web Forms Client; Chapter 5 Quick Reference; 6. Data Types in XML Web Services; Representing Data Using HTTP; Simple Types; Complex Types
  • Consuming an XML Web Service That Uses a Complex TypeReference Arguments; Consuming an XML Web Service That Uses Reference Arguments; Chapter 6 Quick Reference; 7. Exception Handling; Using Custom Fault Codes; Handling Exceptions in XML Web Service Clients; Testing the WindowsFormsClient Application; Chapter 7 Quick Reference; 8. Debugging XML Web Services with Visual Studio .NET; Using Breakpoints; Creating the XML Web Service Client; Setting a Breakpoint; Stepping with the Debugger; Configuring Breakpoints; Reset the Hit Count; Breaking on Conditions; Change the Breakpoint Condition
  • Trigger the Breakpoint