I'm getting java.net.SocketTimeoutException for a working webservice.
I can test the webservice using soapUI with response times under
500ms. It's even reachable with java 6 reference implementation (CXF
not in classpath). Older version of the webservice was working with
XFire as well. The webservice can be found at:
http://prolix2.giuntilabs.com/prows_1/Prolix.asmx?WSDL
I used wsdl2java tool to generate the client. I'm getting the
exception for both CXF 2.0 and 2.1.
Any help would be appreciated. I think the fastest solution would be
to tell CXF to ignore the webservice and let java RI do the job.
However I'm not sure how to do that (I still need CXF in classpath).

Regards,
Milan

Reply via email to