Showing posts with label WebServices. Show all posts
Showing posts with label WebServices. Show all posts

What are the differencec between Web Services and WCF ?

Sunday, March 4, 2012

Sno
WebServices
WCF
1 Can send/receive messages using SOAP over HTTP Can send/receive using SOAP and any transport protocol like HTTP,
TCP, named pipes, and Microsoft Message Queuing (MSMQ), etc.
2 Can only be hosted in IIS and the security is limited. Can be hosted in IIS, self-host servers with console applications or Win NT
services or any other server.
3
Doesnt support

supports binary .NET – .NET communications, distributed transactions, WS-*
specifications, queued messaging and Restful communications.
4
Simple when compared to WCF
Little more work is needed


www.codecollege.NET|www.interviewsguru.com|The Encylopedia of Web Sites|Blogging and Earning

Can you call WebServices from jQuery ?

Friday, January 8, 2010


yes.


www.codecollege.NET

How will declare a one way communication method in a ASP.NET Webservice?

Wednesday, December 2, 2009


[SoapDocumentMethod(OneWay=true)]
[WebMethod()]
public void AOneWayComm()
{
//
}


www.codecollege.NET

What is the expansion of WSE?

Tuesday, September 22, 2009


Web Services Enhancements.


www.codecollege.NET

What is the extension of WCF services hosted in IIS?


.svc


www.codecollege.NET

What is REST?

Monday, September 14, 2009


Representational State Transfer .


www.codecollege.NET

Is it true that Webservices can be written only in .NET ?

Saturday, August 22, 2009


No.


www.codecollege.NET

What does SOAP stand for?

Friday, August 7, 2009


Simple Object Access Protocol.


www.codecollege.NET

What does WSDL stand for?


Web Services Description Language.


www.codecollege.NET

Can a web service be used in a windows application?

Wednesday, July 22, 2009


Yes.


www.codecollege.NET

Can a web service be used in a windows application?


Yes.


www.codecollege.NET

Can we call a web service asynchronously?


Yes.


www.codecollege.NET

Can a web service be only developed in asp.net?


No. You can develop in whichever language allows you.


www.codecollege.NET

Can we use multiple web services from a single application?


Yes.


www.codecollege.NET

Can a web service be used from a windows application?


Yes.


www.codecollege.NET

What is the key communication protocol in XML web services?

Monday, July 20, 2009


SOAP(Simple Object Access Protocol) .



www.codecollege.NET

What is an UDDI?


The UDDI (Universal Description, Discovery, and Integration) specifications define a standard way to publish and discover information about XML Web services.



www.codecollege.NET

What are the four steps in which a XML Web Service is accessed by a client from the server?


1. Client searches for a XML web service in UDDI, the UDDI returns the URL for the discovery document
2. Client requestes the discovery document from the XML Web service server, and it is returned.
3. Client then asks for the Web service description, server returns it.
4. Finally it requests the desired XML web service and it is returned.



www.codecollege.NET

How will you generate a Proxy source code from a SDL or WSDL file ?


You can generate a Proxy source code from a SDL or WSDL file using the tool,WebServiceUtil.exe.
Ex:
WebServiceUtil.exe /command:proxy WSConcat.sdl /language:VB


www.codecollege.NET

What is full form of WSDL ?


Web Service Description Language


www.codecollege.NET
Blog Widget by LinkWithin