Jump to content

Access to the Webservice


Farid

Recommended Posts

Hello and Happy New Year !! :) I am trying to develop an easy Webservice (an addition). I developped the WSDL, then the Webservice from WSDL and finally the Webservice client. To print the result of the addition I tried to use the JSP page and to use a servlet but Ive got in both cases this error:com.sun.xml.ws.ClientTransportException: HTTP Status-Code 404: Not Found - Not FoundIm trying to figure out what is this issue but I don't what I can do. I know, using the Debug Mode, that this issue appears when I call the java function (Port.add) but I dont know where is exactly the issue.Can you help me? Which sample of my code do you need? Thanks!Farid.

Link to comment
Share on other sites

if it says 404 then the url you are using just isn't correct. It doesn't really matter what code you have, its not even getting that far. Put a static HTML file in the same folder and see if you can see it through your web server - not by way of physical path.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...