i've been tried to develop a simple web service project recently. the project build successfully but the output displayed like this :
--------------------------------------------------------------
HTTP Status 404 - /HIWS/hi
type Status report
message /HIWS/hi
description The requested resource (/HIWS/hi) is not available.
Apache Tomcat/5.5.7
--------------------------------------------------------------
furthermore i have a few questions here :
1)web services can be run on bundled tomcat 5.5.7?
2)what is the localhost port for web service?
3)can you give the suggestions; what are the requirements & how to set up the server in web services.
tq for your help.
-
build success but output error (1 messages)
- Posted by: lynn 2210
- Posted on: December 01 2005 22:05 EST
Threaded Messages (1)
- RE: build success but output error by Ernst de Haan on December 02 2005 09:09 EST
-
RE: build success but output error[ Go to top ]
- Posted by: Ernst de Haan
- Posted on: December 02 2005 09:09 EST
- in response to lynn 2210
furthermore i have a few questions here :
1)web services can be run on bundled tomcat 5.5.7?
2)what is the localhost port for web service?
3)can you give the suggestions; what are the requirements & how to set up the server in web services.tq for your help.
First of all, what package are you using for Web Services? Note that there are multiple, including Apache Axis, Sun JWSDP and XINS.
As a XINS developer, I suggest you try the XINS Primer. It will get you started in a few minutes. Success guaranteed. :-)
http://xins.sourceforge.net/primer.html
Kind regards,
Ernst de Haan