To call a Web service which transport protocol you can use?

Answer Posted / ninad

To call a Web service we can use preferbly SOAP (Simple
Object Access Protocol) protocol.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain one critical mapping? Performance issue which one is better?

465


How can I have a particular web page in an asp.net application which displays its own error page?

521


How long should a session id be?

522


What is mvc in asp.net interview question? : Asp.Net MVC

489


Is asp.net and .net the same?

514






How would you implement inheritance using c#?

573


What is difference between asp state management and asp.net state management?

570


What is is post back property in asp net?

533


Explain Optimization technique description?

596


What is active web pages?

501


1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

1757


Is viewstate secure?

509


What are the advantages of asp.net?

539


what is loosely coupled solution? How it can be used?

564


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1440