[jboss-user] [JBoss Web Services] - Re: Concurrent web service call

spyhunter99 do-not-reply at jboss.com
Mon Feb 13 14:04:49 EST 2012


spyhunter99 [https://community.jboss.org/people/spyhunter99] created the discussion

"Re: Concurrent web service call"

To view the discussion, visit: https://community.jboss.org/message/716298#716298

--------------------------------------------------------------
the first error i've seen when playing around with soap handlers from a .net client. basically, the vsdebugger http header keeps getting appended over and over again until it's too long and the server rejects it

the second error is usually a classpath issue, meaning that you used wsconsume from a newer version of jaxb than was is in the current classpath. This can mean that jboss's web service stack is uber old (like pre 3.1) or that it's default to the jdk 1.6's stack which is jaxb 2.0. Long story short, you'll have to either upgrade the stack, or add an endorsed lib folder when starting the client, referencing a newer version of jaxb, such as the endorsed jboss folder with a jbossws stack newer than 3.0
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/716298#716298]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120213/e6c5af0e/attachment.html 


More information about the jboss-user mailing list