Publicidad

Webservices

Researcher, Investment Officer (Digital Agricluture)
15 de Sep de 2008
Publicidad

Más contenido relacionado

Publicidad
Publicidad

Webservices

  1. INTRODUCTION TO WEB SERVICES Gerard Sylvester
  2. Web service simplified Application Code Application Client Web service Platform and language specific communication Platform and language agnostic communication abstraction layer
  3. The Web Service architecture Service Registry Service Provider Service Consumer Publish Find Bind
  4. Underlying Technology Web Service Stack Ubiquitous Communications: Internet Universal Data Format: XML Wire Format: Service Interactions: SOAP Description: Formal Service Descriptions: WSDL Simple, Open, Broad Industry Support Directory: Publish & Find Services: UDDI Inspection: Find Services on server: DISCO
  5. Underlying Technology Web Service Stack Directory http://www.uddi.org UDDI DISCO WSDL SOAP Inspection http://www.ibuyspy.com/ibuyspy.disco Description http://www.ibuyspy.com/ibuyspycs/InstantOrder.asmx?wsdl Wire Format Locate a Service Link to Discovery Document (XML) Request Discovery Document Return Discovery Document (XML) Return Service Description (XML) Return Service Response (XML) Request Service Request Service Description Web Service Client UDDI or other directory service Web Service
  6. The SOAP message structure SOAP Envelope SOAP Header Header Block Message Body SOAP Body Fault Handlers
  7. Part - II Microsoft .NET
  8. .NET Framework Operating System Common Language Runtime Base Class Library ADO.NET and XML ASP.NET Web Forms Web Services Mobile Internet Toolkit Windows Forms Common Language Specification VB C++ C# JScript J# Visual Studio.NET
  9. Hello World using System; class Hello { public static void Main() { Console.WriteLine("Hello, World!"); } }
  10. The Common Language Runtime Compilation and Execution Compilation Before installation or the first time each method is called Execution JIT Compiler Native Code MSIL Code Metadata Source Code Language Compiler
  11. Gerard Sylvester Questions? [email_address] http://germic.blogspot.com http://www.gerardsylvester.com
Publicidad