windows communication Foundation in Sharepoint :
-----------------------------------------------
1.WCF provides a more complete security layer Compared to ASMX Web services.
2.Its hostedin website.
3.This Web site must be created same IIS Server with a different port and virtual directory than the SharePoint application.
4.This Web site its own port and virtual directory isolates the service into its own application domain.
5.WCF service implementations must be hosted on the same server that runs the SharePoint application.
Bind the WCF service to a specific SharePoint site or site collection.
Pass the Uniform Resource Identifier (URI) of the SharePoint site or site collection with each request.
-----------------------------------------------
1.WCF provides a more complete security layer Compared to ASMX Web services.
2.Its hostedin website.
3.This Web site must be created same IIS Server with a different port and virtual directory than the SharePoint application.
4.This Web site its own port and virtual directory isolates the service into its own application domain.
5.WCF service implementations must be hosted on the same server that runs the SharePoint application.
Bind the WCF service to a specific SharePoint site or site collection.
Pass the Uniform Resource Identifier (URI) of the SharePoint site or site collection with each request.
No comments:
Post a Comment