[jboss-user] [JBossWS] - socket.close(): Possibly anyone resolved this, but still I d

2008-01-10 Thread camateusno
Hi, I have a similar problem to issue: CLOSE WAIT and socket.close(), 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

[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: how to set headers in JAX-WS

2007-11-30 Thread camateusno
Hi friend, i have the same problem and i think that the jbossws do it a bad parse to some documents WSDL. If you know something thereon, i thank you very much, for several days working on it... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109400#4109400

[jboss-user] [JBossWS] - Re: How could see the endpoint the SOAP headers built by a o

2007-11-29 Thread camateusno
Thanks alessio, but perhaps that step, simple and intuitive, I still do not understand. I show you my strategy, and maybe you can give me another hand: perhaps quite usual: I have - a SEI class: QMWISeSoap - a class that extend of class javax.xml.ws.Service, and provide the getter

[jboss-user] [JBossWS] - Re: How could see the endpoint the SOAP headers built by a o

2007-11-29 Thread camateusno
The class objectFactory provide methods for create objects how: CreateParticipant. in the SEI there is this: /** * This method creates a participant from the participant information supplied and returns the Participant ID of the new participant. If the Participant Name does not already

[jboss-user] [JBossWS] - How could see the endpoint the SOAP headers built by a objec

2007-11-28 Thread camateusno
Hi all, Im have a problem with SOAP headers, because i dont know how see it in endpoint. Explain: first im consume de webservice, and i see this and more: a class SEI: QMWISeSoap a class that provide constructors: ObjectFactory The server requires two soap headers, these are build by

[jboss-user] [JBossWS] - endPoint and SOAP headers, how to work this?

2007-11-28 Thread camateusno
Hi all, Im have a problem with SOAP headers, because i dont know how see it in endpoint. Explain: first im consume de webservice, and i see this and more: a class SEI: QMWISeSoap a class that provide constructors: ObjectFactory The server requires two soap headers, these are build by