Hello,   
   
    I am having a problem getting my newly generated Java proxy to work correctly.  The situation I'm seeing is this: I am sending a request (using all of my Java generated by WSDL2Java) to a remote server, in an attempt to access a Service there.  What I'm seeing is my program sending the request and then just...sitting...idle...for a long time.  How long?  I've given up after 5 minutes of waiting, so I let it sit overnight.  When I checked in the morning the error was that the connection had timed out.  My next step was to get in contact with an admin at the remote site and have him watch for the request.  Sure enough, he is seeing my request come in.  He confirms that the request is valid.  He is then responding to my request as I would expect...but for whatever reason I am never seeing the response.  One thought I had was that the content-length setting in the response header may be incorrect, but does anyone else have any other ideas?
 
Win2KPro, Axis1.0, JDK 1.4.1,JBuilder4 (with patch in order to work with JDK1.4.1)
 
Thanks in advance for any help!
 
Reid

Reply via email to