I have used JBoss 6.0 when I tried consuming the webservice I got the following error.
i) Generate the client using wsimport command.
ii)Using that client tried to consume the webservice method.
Then I got the below error.
unwinding now : org.apache.cxf.interceptor.Fault : Could not send message
../message/720563#720563 Caused By : java.net.socketTimeoutException : Read timed out
../message/720563#720563
../message/720563#720563
Can any one give solution for this issue.I have set the receiveTimeout more than 100000 but still I got the same error.What is the reason for this error.