Siva prasad reddy Lankayapalli [
http://community.jboss.org/people/sivaprasad.lsr] created
the discussion
"Concurrent web service call"
To view the discussion, visit:
http://community.jboss.org/message/644278#644278
--------------------------------------------------------------
Hi,
I am calling web service from client 1000 times using loop.
after 645 calls i am getting the below error at client side
"
javax.xml.ws.WebServiceException: No Content-type in the header!
at
com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:172)
at
com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:83)
at
com.sun.xml.internal.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:105)
at com.sun.xml.internal.ws.api.pipe.Fiber.__doRun(Fiber.java:587)
at com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:546)
at com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:531)
at com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:428)
at com.sun.xml.internal.ws.client.Stub.process(Stub.java:211)
at com.sun.xml.internal.ws.client.sei.SEIStub.doProcess(SEIStub.java:124)
at
com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:98)
at
com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78)
at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:107)
"
And the below error at server side.
"
ERROR [org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS] (http-127.0.0.1-8080-1) SOAP request
exception
java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses
of SOAPMessage"
Can u please explain me how to solve this.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/644278#644278]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]