As far as protocol is concerned, .NET Web Service uses HTTP, while, .NET Remoting uses any protocol i.e. TCP/HTTP/SMTP. When it comes to performance, .NET Remoting is comparatively, faster than.NET Web Service. Also, as .NET Web Services are hosted via IIS, therefore, it is far more reliable than the .NET Remoting.
Posted Date:- 2021-10-13 06:27:45
How can you document web service?
Explain where does JAXB compiler is located?
Mention what are the types of validation can a JAXB client can perform?
Explain what does Marshaller do if jaxb.encoding property is not declared?
Give a simple example of how XML document can be Marshal and Unmarshal in JAVA framework?
Explain the difference between Web Service Provider/Publisher and Web Service requestor/Consumer.
Explain the role of web service requestor/ consumer.
Explain what is JAVA web services? What are the methods to create web services?
Can you name different kinds of web services?
What are the requirements to access a Web Service?
What are the points that should be considered by ports while binding?
Is binding between SOAP and WSDL possible?
What is the difference between the top-down and bottom-up approaches in SOAP Web services?
How does the message security model allow the creation of SOAP more secure to use?
What are the web relation functionalities provided by SOAP protocol?
Explain the term Synchronicity.
What is a Web Service Registry?
What are the primary security issues of web service?
Brief few drawbacks of using GET and POST methods to communicate with the web service?
What is the alternate solution to Response Caching?
Explain few disadvantages of Response Caching?
What is the difference between idempotent and safe HTTP methods?
Explain web service Architecture.
Name the language that is commonly used by UDDI.
How does HTTP Basic Authentication work?
What is the maximum payload size that can be sent in POST methods?
How web services are implemented in .NET?
What are the steps performed by the client to access a web service?
Name the components to be published while deploying a Web Service?
Differentiate between .NET Web Services and .NET Remoting?
Can you name the two Microsoft solutions for distributed applications?
How a .NET web service is consumed?
How a .NET web service is tested?
Explain the .NET web services supported data types?
Explain the .NET web services supported data types?
Explain in brief, what DISCO is?
Enlist the advantages and disadvantages of statelessness?
Name some implementations of JAX-RS API?
How to get WSDL file of a SOAP web service?
What is use of javax.xml.ws.Endpoint class?
What are some important characteristics of a SOAP envelope element?
What is the transport method in SOAP?
What are the syntax rules for a SOAP message?