![]() |
|
|
|||||||
![]() |
Java - WebServices + JSP (how to get information) |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
hi all,
I have no experience with Web Services. I have to do a small project based on Web Service. I would like to retrieve information from the Web services: http://www.webservicex.net/WCF/Servi...ls.aspx?SID=48 I don't known how to do. I would like to retrieve information from GetWeather method. Please give me sample code. best regards Przemek przemek_prv |
|
|
|
|
#2 |
|
Posts: n/a
|
przemek_prv wrote:
> hi all, > > I have no experience with Web Services. I have to do a small project > based on Web Service. > I would like to retrieve information from the Web services: > http://www.webservicex.net/WCF/Servi...ls.aspx?SID=48 > I don't known how to do. I would like to retrieve information from > GetWeather method. > Please give me sample code. <http://java.sun.com/webservices/> <http://ws.apache.org/axis/java/index.html> -- Lew Lew |
|
|
|
#3 |
|
Posts: n/a
|
przemek_prv wrote:
> I have no experience with Web Services. I have to do a small project > based on Web Service. > I would like to retrieve information from the Web services: > http://www.webservicex.net/WCF/Servi...ls.aspx?SID=48 > I don't known how to do. I would like to retrieve information from > GetWeather method. 1) Get the Axis2 web service toolkit. 2) Use the WSDL2Java tool to generate a stub for the web service. 3) Call that Java code from your JSP (or Struts action or JSF backing bean). Item #1-2 can be replaced by running a suitable wizard in your IDE, if it comes with web service client support (which the most popular IDE's do). Arne Arne Vajhøj |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Issue 18 of The ISO 27000 Newsletter Released | Sue Thomas | Computer Security | 0 | 05-15-2008 07:59 PM |
| Study at Institute of Information Sciences & Technology, Massey University, New Zealand - Computer Science, Electronic and Infocomm Engineering and Statistics | Computer Information | 0 | 12-08-2006 02:04 AM | |
| DVD super multi drive cd write problem.. | ashjas | Computer Support | 0 | 07-16-2006 06:14 AM |
| Disabling Task Mgr. in Windows XP | Bob H | Computer Support | 9 | 02-05-2006 05:02 AM |
| Licensed CPU support information on OEM product purchase. | =?Utf-8?B?UGV0ZXIgQnJhdGNoZXI=?= | Windows 64bit | 5 | 05-17-2005 10:42 AM |