[jboss-user] [JBossWS] - Re: Casting to StubExr leads to ClassCastException

2008-07-24 Thread gressho
Thanks, using the JBoss classes instead of JAX-WS 2.1 from Netbeans resolved the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4166366#4166366 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4166366

[jboss-user] [JBossWS] - Re: Casting to StubExr leads to ClassCastException

2008-07-23 Thread gressho
Hello, I've just observed that Netbeans generated JAX-WS 2.1 compliant client classes. In the news paper sample it was JAX-WS 2.0. Is that a problem? The classes look very similar to me. Best wishes Werner View the original post :

[jboss-user] [JBossWS] - Re: Casting to StubExr leads to ClassCastException

2008-07-23 Thread PeterJ
I think you should use wsconsume to generate the client stubs, and then use those stubs. It will make your client much simpler - it will not need any of the security-related code you posted. See http://www.jboss.com/index.html?module=bbop=viewtopict=127824 for a complete example. View the