Find jobs | Jobseekers
Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Career Services Resume Services Interview questions Articles Books
Content
NET framework
NET assembly
NET code security
NET access modifiers
NET architecture
NET base class library
NET CLR
NET constants,enum,arrays
NET data types
NET menu
NET garbage collection
NET debug and trace
NET properties
NET form
NET assemblies & resources
NET class & structures
NET binding,viewing,filtering
NET configuring & optimizing
NET configuring setup project
NET constructors & destructors
NET control
NET dataset objects
NET debugging tools
NET debug & trace classes
NET delegates & events
NET exception handling
NET globalization-localization
NET interoperability
NET project deployment
NET securing application
NET using XML
NET validating user input
NET windows communication
NET windows presentation
NET windows workflow
 
ASP.NET
C#.NET
VB.NET
AJAX
 
PHP
 
C
C++
Java
Data Structure
Oops
 
Database concepts
SQL Server
Oracle
MySQL
Data warehousing
Service-oriented architecture
SQL Server notification services
SQL Server Reporting Services
Sharepoint
Biztalk interview questions
 
Operating System
Project Management
Linux
Testing
Networking
Software engineering
 
UML
XML
HTML
SOAP
CSS
VBScript
 
CV tips
Cover letter tips
Interview tips
Human resources
Soft skills
Group discussion

.Net web services

.Net web services interview questions and answers


By Nishant Kumar

What is .Net Web Service?
Define SOAP, WSDL, and UDDI.
Example of ASP.NET Web Service using VB.NET.
Explain the protocols a .Net Web Service uses.
Explain how to document web services.
Explain when do we required ASP.NET web services.
Difference between web service and remoting.net
Why do we need Web Services?
Explain in brief different distributed technologies.
Web services vs. CORBA and DCOM.
Advantages of Web Services
Explain in brief Web Service Standards.
Define the specifications that help in the discovery of a web service.
What are the data types supported by web Services?
Testing and consuming a web service
More interview questions and answers on .Net web services
Define Web Services.

Answer - Web services exposes functionality over internet using protocol such as.....

Define UDDI, DISCO and WSDL.

Answer - UDDI, Universal description, discovery and integration.....

What are the steps to get a proxy object of a web service at the client side?

Answer - Following are the steps to get a proxy object of a web service at the client side......

 

What is .Net Web Service?

  • Web service is the way to publish application's function on web that can be accessible to the rest of the world.
  • Web services are the components that can be used by other applications
  • ASP.NET offers easy way to develop web services, just precede the functions with a special WebMethod ()> attribute in order them to work as Web Service.
  • Web services are discovered using UDDI directory services.
  • Web services are built on XML standard and use SOAP protocol that allows them to communicate across different platforms and programming languages.
  • Web services easily manage to work across corporate firewalls as they use HTTP protocol which is firewall friendly.
  • Web services platform elements are
    SOAP (Simple Object Access Protocol)
    UDDI (Universal Description, Discovery and Integration)
    WSDL (Web Services Description Language)
  • The web services are built on internet standards that are not platform or language specific.
  • The .Net framework provides in-built classes to build and consume web services.
  • The components offered by web services are reusable.
  • The examples of web service components can be shipment tracking, translation utility, weather forecasting, sports scores etc.

What is SOAP?

SOAP, Simple Object Access Protocol is a communication protocol, a way to structure data before transmitting it, is based on XML standard. It is developed to allow communication between applications of different platforms and programming languages via internet.

It can use range of protocols such as HTTP, FTP, SMTP, Post office protocal 3(POP3) to carry documents.

Http-Get, Http-Post works with name/value pair which means transferring complex object is not possible with these protocols, whereas SOAP serializes complex structure, such as ASP.NET DataSets, complex arrays, custom types and XML nodes before transmitting and thus allows exchange of complex objects between applications.

Two components can easily communicate using Remote Procedure Calls protocol. But because of their compatibility and security issues, most of firewalls and proxy server block this type of messages. SOAP uses HTTP channel to transport which makes it widely accepted protocal over the internet.

What is WSDL?

WSDL stands for Web Ser
vices Description Language, an XML-based language that describes Web services and how to access and locate them.

What is UDDI?

UDDI stands for Universal Description, Discovery and Integration. It is an open, Internet-based specification that offers directory service for storing information about web services.


More question on .Net web services
ASP.NET interview questions
VB.NET interview questions
C#.NET interview questions
Answers to all ADO.NET questions

 

  

 

Today's Hot Jobs
C++  SQL Server
.NET  Java  Oracle
Finance  Marketing
Seekers  Employers
Copyright © 2008 CareerRide.com. All rights reserved.