RE: invoking a web service from a jsp page

2004-01-16 Thread Jonathan Roberts
TED]> wrote: hello, can i give me an example with a java bean ?can i access methods directly via jsp page? thank you -Message d'origine-De : Jonathan Roberts [mailto:[EMAIL PROTECTED]Envoyé : jeudi, 15. janvier 2004 12:46À : [EMAIL PROTECTED]Objet : Re: invoking a web service from

RE: invoking a web service from a jsp page

2004-01-16 Thread morchid fatima
hello, can i give me an example with a java bean ?can i access methods directly via jsp page? thank you -Message d'origine-De : Jonathan Roberts [mailto:[EMAIL PROTECTED]Envoyé : jeudi, 15. janvier 2004 12:46À : [EMAIL PROTECTED]Objet : Re: invoking a web service f

Re: invoking a web service from a jsp page

2004-01-15 Thread Jonathan Roberts
Personally I would write a client bean that accesses the methods on the remote server - you can give it a main so you can test it as a java app.   Then call the beans methods from jsp,  this should aid transparency for the jsp user. Jonathanmorchid fatima <[EMAIL PROTECTED]> wrote: hello,how can i