how to integrate the webservices and jsp
Answer Posted / 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 |
Post New Answer View All Answers
Must my bean-managed persistence mechanism use the weblogic jts driver? : BEA Weblogic
Which is the only method defined in the javax.ejb.handle interface? : BEA Weblogic
What is jvm tuning?
what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.
How do stubs function in a web logic cluster?
What is clustering? What are the different types and how does clustering works in a network ?
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
Tell me about security in weblogic?
What is the administration server?
What is the local interface used by web logic server?
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
Explain the functionality of iiop ?
What is the name of default jvm that is made used for weblogic?
What is the difference between development mode and production mode of weblogic server?
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic