What is Web architecture that are followed while doing
online project and tell the samples of architecture?
No Answer is Posted For this Question
Be the First to Post Answer
Tableau Training for Beginners
True or False: To test a Web service you must create a windows application or Web application to consume this service?
What are differences between DTDs and Schema?
1. How can u know that the DB has connected to ur WLS? 2. What happen when u deploy a ear file in web applications? 3. What happen when ur DB and proxy server(Apache) are down n ur weblogic server is up? 4. How can u configure ur proxy server(Apache)? 5. How can the proxy server(Apache) communicate with ur WLS? 6. How the request process to ur WLS through the Proxy server(Apache)? 7. How can u know that ur heap memory is full? 8. When will u do garbage collection?
What is user application?
What is the result of “20” + 20;
Give me an example of how you have planned projects from start to finish. What is your development lifecycle?
Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component?
Design a web crawler? How will you avoid from getting into infinite loops?
How does DTD work?
How do I provide information to the Web Service when the information is required as a SOAP Header?
txtUserID = trim(Request.Form("txtUserID")) txtPassword = trim(Request.Form("txtPassword")) txtFName = trim(Request.Form("txtFName")) txtLName = trim(Request.Form("txtLName")) txtEmail = trim(Request.Form("txtEmail")) txtAddrLine1 = trim(Request.Form("txtAddrLine1")) txtAddrLine2 = trim(Request.Form("txtAddrLine2")) txtCity = trim(Request.Form("txtCity")) txtState = trim(Request.Form("txtState")) txtZip = trim(Request.Form("txtZip")) txtCountry = trim(Request.Form("txtCountry")) txtCompanyName = trim(Request.Form("txtCompanyName")) txtPhone = trim(Request.Form("txtPhone")) txtFax = trim(Request.Form("txtFax")) txtBusinessType = trim(Request.Form("txtBusinessType")) txtAffiliations = trim(Request.Form("txtAffiliations")) txtAboutUs = trim(Request.Form("txtAboutUs"))