[jboss-user] [JBossWS] - Re: CLOSE_WAIT and socket.close() issue

2008-01-09 Thread camateusno
Hi, I have a similar problem, My problem consist in this: I have a Job that runs every 10 seconds, and every time uses a web service client maded with JBossWS. This web service does a operations over a remote server. The problem is that each request opens a socket and this socket is not always

[jboss-user] [JBossWS] - Re: CLOSE_WAIT and socket.close() issue

2006-12-11 Thread [EMAIL PROTECTED]
JBossWS clients utilize remoting code. Did you take at the remoting docs? http://labs.jboss.com/portal/jbossremoting/docs/guide/JBoss_Remoting_Guide.pdf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992805#3992805 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBossWS] - Re: CLOSE_WAIT and socket.close() issue

2006-12-08 Thread tgoepferd
No, it is two way. However, the response does not contain any useful data aside from the HTTP status code. I don't want to use one way because if my SOAP request is not successullly posted, I need to display an error to the user. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBossWS] - Re: CLOSE_WAIT and socket.close() issue

2006-12-08 Thread [EMAIL PROTECTED]
Are you using one-way invocations? You said "it calls my web service with the result." View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992289#3992289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992289 _