The reason your Webservice client call suddenly fails is because of a bug in JBoss WS with JBoss 4.x
I haven't tested this on JBoss 5, so I cannot for sure exclude this bug in JBoss 5. However, the bug seem to be fixed in jbossws-2.0.
The solution to this problem is to
Copy the three jars from <JBOSS_HOME>\server\default\lib to <JBOSS_HOME>\lib\endorsed.
jboss-jaxrpc.jar
jboss-jaxws.jar
jboss-saaj.jar
More information can be found here
7 comments:
I can't believe there are no comments on this post, it completely solved my issue. Thank you so very much!!!
I was trying to figure it out this bug from yesterday night,thanks a lot it solved the issue..... cheers!
THANK YOU SO VERY MUCH!!!! :D
I am using JBoss-4.2.3.GA, Java 1.6 and Spring-ws-core-2.1.0 and I had the same issue. Following your suggestion solved my issue. Thank you very much !!
It works!
Awesome Thank you so much i just wasted 5hours of my life because of this. Working on some legacy code and had to switch over to JBoss-4.2.3.GA
You're welcome. Glad to be helpful!
Post a Comment