上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页

2010年1月19日

Overview of SOAP Client in Windows XP

摘要: Overview of SOAP Client in Windows XP Roger WolterMicrosoft CorporationMay 2001Summary: This article covers the basics of using the SOAP Client software included with Microsoft Windows XP Professional... 阅读全文

posted @ 2010-01-19 14:23 Acor 阅读(1324) 评论(1) 推荐(0) 编辑

A Quick Introduction to WSDL

摘要: A Quick Introduction to WSDL 8/28/2008 The Web Services Description Language (WSDL) is an XML message format for describing the network services offered by the server. You use WSDL to create a file t... 阅读全文

posted @ 2010-01-19 10:35 Acor 阅读(288) 评论(0) 推荐(0) 编辑

WSDL Overview

摘要: WSDL OverviewWeb Services Description Language (WSDL) is an XML grammar that defines the functionality offered by a Web service and the format of messages sent and received by a Web service. A Web ser... 阅读全文

posted @ 2010-01-19 10:06 Acor 阅读(231) 评论(0) 推荐(0) 编辑

2010年1月18日

Specifying an Endpoint Address

摘要: Specifying an Endpoint AddressAll communication with a Windows Communication Foundation (WCF) service occurs through its endpoints. Each ServiceEndpoint contains an Address, a Binding, and a Contract.... 阅读全文

posted @ 2010-01-18 16:09 Acor 阅读(981) 评论(0) 推荐(0) 编辑

Endpoint Creation Overview

摘要: Endpoint Creation OverviewAll communication with a Windows Communication Foundation (WCF) service occurs through the endpoints of the service. Endpoints provide clients access to the functionality tha... 阅读全文

posted @ 2010-01-18 14:49 Acor 阅读(267) 评论(0) 推荐(0) 编辑

Implementing Service Contracts

摘要: Implementing Service ContractsA service is a class that exposes functionality available to clients at one or more endpoints. To create a service, write a class that implements a Windows Communication ... 阅读全文

posted @ 2010-01-18 13:51 Acor 阅读(241) 评论(0) 推荐(0) 编辑

2010年1月13日

Hosting WCF Service in IIS

摘要: Hosting WCF Service in IISAll right!! So I have created a WCF service and I want to consume it…what do I do? Where do I host the service? The first choice that comes to one’s mind (and whi... 阅读全文

posted @ 2010-01-13 19:10 Acor 阅读(709) 评论(0) 推荐(0) 编辑

2010年1月12日

Hosting Windows Communication Foundation Services

摘要: Hosting Windows Communication Foundation ServicesTo become active, a service must be hosted within a run-time environment that creates it and controls its context and lifetime. Windows Communication F... 阅读全文

posted @ 2010-01-12 17:57 Acor 阅读(361) 评论(0) 推荐(0) 编辑

How to: Use a Windows Communication Foundation Client

摘要: How to: Use a Windows Communication Foundation ClientThis is the sixth of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can call the service. Fo... 阅读全文

posted @ 2010-01-12 15:33 Acor 阅读(286) 评论(0) 推荐(0) 编辑

How to: Configure a Basic Windows Communication Foundation Client

摘要: How to: Configure a Basic Windows Communication Foundation ClientThis is the fifth of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can call the... 阅读全文

posted @ 2010-01-12 15:31 Acor 阅读(257) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页

导航