Courses Offered: SCJP SCWCD Design patterns EJB CORE JAVA AJAX Adv. Java XML STRUTS Web services SPRING HIBERNATE  

       

WebService & WCF Course Details
 

 

Batch Date: Sep 26th @ 7:30AM

Faculty: Mr. Kumar

Duration: 20 Days (Material Soft Copy)

Fee: 1000/- INR + Reg Fee 100/-INR
       

Location : S.R Nagar, Hyderabad.

Venue :
DURGA SOFTWARE SOLUTIONS at S.R Nagar
Canara bank building 2nd floor,
near S. R Nagar Ploce Station,
Hyderabad-500038.
Ph.No : 97 03 08 96 96

Syllabus:

I. Web Services

1. What is Distributed Application
2. High Level Architecture on how RMI/CORBA/DCOM works
3. Introduction to WebService & SOAP
4. To build an WebService application and client
5. Pass by value and reference behavior
6. Working with SoapHeader Attribute
7. Asynchronous Call to the WebMethod
8. Security in WebService

Introduction to WCF
1. Evolution of WCF
2. Evolution of Service Oriented Architecture (SOA)
3. Four Tenets of SOA
4. What is WCF
5. Where does WCF Services fit in?

Developing WCF Service Application and Client
1. Hosting WCF Service in IIS/ASP.NET Development Server
2. Using a Service in the client application
3. Understand Contracts in the service.
a. ServiceContract.
b. OperationContract.
c. DataContract.
4. Understand Instancing behavior in the service.
a. Single
b. PerCall
c. PerSession
5. Building WCF Library based Host and Client application.

Endpoints in configuration file
1. End points in Configuration File.
2. ABC ­ Address, Binding & Contract of the service in Configuration File.
3. Understanding importance of base address.
4. Importance of IMetadataExchange Contract / Endpoint.
5. Configuring service behavior in configuration file
6. WCF Service Configuration Editor
7. Creating Endpoints through Code