how to integrate the webservices and jsp
Answer / nobzzy
You can generate a webservices client using WSDL provided by the host and then use the JSP scriplets to write the java code in JSP and to invoke the webservice, get the result and put it to JSP page. Or use your servlet help to invoke the webservice and return only the necessary result to JSP.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many weblogic severs can be installed in a multi cpu machince and how can you figure out how many servers?
What is meant by gc and explain it?
How many ways take thread dumps?
Explain the difference between dynamic and non-dynamic changes in the console?
What is the managed server?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
What is SSL in weblogic ?
Explain about the function associated with t3 in weblogic server ?
How can the issue associated with high CPU usage be solved?
which protocol it user to connect manage server to admin ? where it is defined ?
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic