Hi, i used TCPMON too, the request was being sent out and the request was coming in but the execute function never returned always stuck. However I guess i have solved the problem, as i initially guessed it was the jdk version. I installed 1.3.1.07 (i used to have 1.3.1.03) and it worked.
thanks, -----Original Message----- From: Anthony Elder [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 1:18 AM To: [EMAIL PROTECTED] Subject: Re: Help pls. AFAIK there aren't any know problems running WSIF on linux, and Java 1.3.1 should be ok, so you need to establish where the request is getting stuck. Using the AXIS TCPMON utility is the easiest way to see if the request is actually leaving WSIF. See the AXIS doc for how to use TCPMON: http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.h tml#tcpmon Running a WSIF trace may help depending on where the problem is. See this old post for how to use WSIF trace: http://marc.theaimsgroup.com/?l=axis-user&m=104245307612570&w=2 If you need help interpreting the trace post it to wsif-user. The stacktrace you get from the socket timeout exception may help if you could post that also. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. "Murat Yesildal" <[EMAIL PROTECTED]> on 01/04/2003 21:09:16 Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: Help pls. Hi, I have downloaded and installed wsif 2.0 successfully on my local box on which i run winNT and java 1.3.1_07 and the example (Clients/DynamicInvoker) is running successfully. However, when i copy the file to my linux box, operation.executeRequestResponseOperation eithe rnever return or never sends the request, it's stuck there causing socket timeout exception, all the libraries are the same, the only question would be that i have java 1.3.1_03 on the linux box, could it be the problem ? i can't simply upgrade it so first i want to make sure that its the problem. Has anybody else got the same problem ?
