-
1. Re: call a web service from a web page
peterj Mar 10, 2009 10:56 AM (in response to joseluisherrero)Yes you can. You would usually go through the JNDI entry. For example, messaging is a service and the entry point name is "ConnectionFaction".
-
2. Re: call a web service from a web page
joseluisherrero Mar 11, 2009 7:16 AM (in response to joseluisherrero)But, How can I do that in a web page?
Do you know where is the documentation about this?
Tahnks
Jose Luis -
3. Re: call a web service from a web page
peterj Mar 11, 2009 11:32 AM (in response to joseluisherrero)How are you constructing your web pages? Servlets with JSPs? JSF? Stripes? Tapestry? Something else? In any case, you have some Java class with code that is backing the web page - access the service from there.
You still have not said which service you want to access. -
4. Re: call a web service from a web page
peterj Mar 11, 2009 11:39 AM (in response to joseluisherrero)I finally read the title of your topic. I never read the titles, only the text of the message, so I was not aware you wanted to access a web service. Have you read the JBoss WS documentation?
-
5. Re: call a web service from a web page
joseluisherrero Mar 20, 2009 6:46 AM (in response to joseluisherrero)Yes, but there's no documentation about calling a web service from a web page.
My intention is to develop a web page (HTML+Javascript) that calls a JBOSS web service and shows the return value.
Is this possible? How?
Thanks
Jose Luis