Just to make shure that I understood everthing:

- The problem exists in the development setup [correct]
- Tomcat is running standalone in the development setup. [correct]


I just can think of the following causes:

- The servlet in tomcat is talking to the same tomcat 
  instance. [-?- The servlet running in tomcat will get it's data from a physically 
different server -?-]
- The servlet in tomcat is talking to another webserver
  on the same server. [no, tomcat and my dev env. are on server a, the webservice that 
is contacted is on server b]
- The servlet in tomcat is talking to another webserver
  on server B [correct]
- The servlet in tomcat is talking to another webserver
  on server C [no, unless you count the production server as c, but that one is not 
involved in the problem]
- The servlet in tomcat is talking to proxy between development
  and production. [no]
- The servlet in tomcat is talking to iis and return 404 [hmm, yes the servlet is 
talking to the webservice on server b which runs IIS ...]

But 404 just makes no sense, for these reasons:
a) I can use IE directly on my development server (A) and browse the WSDL for the web 
service.
b) I also can use wsdl compiler to create the proxy classes so that I can invoke the 
web servivce from java.
c) My small java test app (using main method not service method of the servlet) is 
able to invoke the webservices from the same machine, where tomcat fails.
d) Webservice invocation works on the production server which is iPlanet (C)



> -----Original Message-----
> From: KRUEGER MICHAEL [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 21, 2004 1:52 PM
> To: Tomcat Users List
> Subject: AW: Problem invoking webservice from within servlets service
> method.
> 
> Development setup:
> ====================
> 1) browser requests content from servlet running on tomcat 
> 3.3 on server (A)
> 2) servlet calls webservice running on IIS on server (B)
> 
> 
> As you can see the request from the servlet to the webservice 
> running on server (B) is the same in the development and in 
> the production environment. The thing is that I don't see the 
> request coming in on server (B) when running through tomcat.
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to