Hi,
i see that the URL is a .jsp file. Are you calling the web service from code within the .jsp? i hope you have tried testing whether other .jsp from the same location can be accessed (something that does: <% String test = "hello"; %> <%=test %> Once you have got this right, then you should turn up the debug level on your .jsp, put profuse out.writes and try it again i do not have any SOAP-specific expertise to contribute. rgds krishnan >>-----Original Message----- >>From: Aurore Michiels [mailto:[EMAIL PROTECTED]] >>Sent: Friday, April 12, 2002 12:59 PM >>To: [EMAIL PROTECTED] >>Subject: RE: web service with web sphere >> >> >>Hi krishnan, >> >>I suppose the network checks is OK because when I test >>another sample of Web sphere Appl Devel that is not a web >>service it works fine. So I suppose the problem comes from >>the web service and not the rest.... >>The web service I test is actually the temperature sample of >>web sphere application developer... >>The URL I am using is: >>"http://computername:8080/EJBWebProject/sample/ConvertTemperat ure/TestClient.jsp" -----Original Message----- From: Krishnan Mani [mailto:[EMAIL PROTECTED]] Sent: vendredi 12 avril 2002 7:56 To: [EMAIL PROTECTED] Subject: RE: web service with web sphere Hello Aurore, have you tried making the usual network checks? (such as name lookup, port numbers, etc.) What is the URL you are using? Is there any special browser capability required that another machine may not have If you are not conversant with this stuff, i can probably help you if we can chat online rgds krishnan >>-----Original Message----- >>From: Aurore Michiels [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, April 11, 2002 9:08 PM >>To: [EMAIL PROTECTED] >>Subject: web service with web sphere >> >> >> >> >>Hi, >> >>I created a web service with websphere and it works fine in >>the browser of my machine. But when I test it on another >>computer (that has access to my first pc) it doesn't work.It >>says HTTP 404 not found.... >>Is there someone who could help me? >>Thanks >>Aurore >> >>
