New Web Related AllOther Interview Questions :: ALLInterview.com http://www.allinterview.com New Web Related AllOther Interview Questions en-us Who are the founders of YAHOO &amp; GOOGLE?When they founded? http://www.allinterview.com/showanswers/75906.html How is a Java Web Application deployed on a server? http://www.allinterview.com/showanswers/64739.html what is the difference between weblogic and websphere,jboss,tomcat? http://www.allinterview.com/showanswers/64608.html well.....weblogic acts as application server,wheras tomcat act as webserver....... weblogic supports ejb...wheras tomcat doesn't... WebServer is supposed to support HTTP and/or FTP, SSL HTTPS, etc protocols..Doesnt have to do anythi How to Identify the first string and last string in a HTML page (sou http://www.allinterview.com/showanswers/59524.html <html> </html> what is stub in weblogic? dont give me a defination , iwant full ans http://www.allinterview.com/showanswers/58342.html actually, i have integrated oscommerce and forum in my joomla website http://www.allinterview.com/showanswers/58103.html its not the interview question.its the problem which i m facing in my work.If someone knows the answer, please forward your answer to me. thankz in advance. How do I provide information to the Web Service when the information http://www.allinterview.com/showanswers/23411.html The key here is the Web Service proxy you created using wsdl.exe or through Visual Studio .NET's Add Web Reference menu option. If you happen to download a WSDL file for a Web Service that requires a SOAP header, .NET will create a SoapH What is WSDL? http://www.allinterview.com/showanswers/23406.html WSDL is the Web Service Description Language, and it is implemented as a specific XML vocabulary. While it's very much more complex than what can be described here, there are two important aspects to WSDL with which you should be aware. How does dynamic discovery work? http://www.allinterview.com/showanswers/23405.html ASP.NET maps the file name extension VSDISCO to an HTTP handler that scans the host directory and subdirectories for ASMX and DISCO files and returns a dynamically generated DISCO document. A client who requests a VSDISCO file gets back wh What are VSDISCO files? http://www.allinterview.com/showanswers/23404.html VSDISCO files are DISCO files that support dynamic discovery of Web services. If you place the following VSDISCO file in a directory on your Web server, for example, it returns references to all ASMX and DISCO files in the host directory an What are the various ways of accessing a web service? http://www.allinterview.com/showanswers/23403.html 1. Asynchronous Call Application can make a call to the Webservice and then continue to do whatever it wants to do. When the service is ready it will notify the application. Application can use BEGIN and END method to make asynchronous call True or False: To test a Web service you must create a windows appli http://www.allinterview.com/showanswers/23402.html False. What is the transport protocol you use to call a Web service SOAP? http://www.allinterview.com/showanswers/23401.html HTTP with SOAP. Can you give an example of when it would be appropriate to use a web http://www.allinterview.com/showanswers/23400.html Web service is one of main component in Service Oriented Architecture. You could use web services when your clients and servers are running on different networks and also different platforms. This provides a loosely coupled system. And also Describe the steps to develope and host the webservice for an applic http://www.allinterview.com/showanswers/23222.html