[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2008-11-28 Thread atai
I have a unit-test client, which doesn't need JBoss, or any JEE environment. I had JDK5 as my JRE System Library in Eclipse and I got the same problem. Running with JDK6, the problem was solved! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193069#4193069

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2008-09-30 Thread rishabh2u
did u mean what is the minimum jar to consume a ws ? if yes then : jaxb-api.jar jaxb-impl.jar jboss-common-client.jar jboss-jaxws.jar jbossws-client.jar xercesImpl.jar As a client generates soap messages etc we still need the some of the jbossws stack. View the original post :

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2008-09-24 Thread sr_ren
I followed this thread and removed jaxws-rt.jar and jaxws-tool.jar from JBOSS_HOME/client and copied xercesImpl.jar from JBOSS_HOME/lib/endorsed and it solve the problem for me. BTW, what are the minimum jars needed on the client to run a webservice? Thanks. View the original post :

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2008-08-08 Thread shelleyjose
I was trying to run a standalone client for a webservice and I had the same issue. Removed jaxws-rt.jar and jaxws-tools.jar from JBOSS_HOME/client and copied the xercesImpl.jar file from JBOSS_HOME/lib/endorsed to JBOSS_HOME/client. That solved the problem. View the original post :

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2008-07-23 Thread halylam
Hi Fantagir! I have the same problem of you and I also don't have the jaxws-rt and jaxws-tools in classpath. Did you solve your problem? I'm looking foreward for your replies. Thanks in advance. halylam View the original post :

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2007-09-28 Thread Fantagir
Hi! I have the same problem of M.Schumpa but I don't have the jaxws-rt and jaxws-tools. What can I do? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089704#4089704 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089704

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2007-07-22 Thread [EMAIL PROTECTED]
anonymous wrote : I'm writing a diploma thesis about it. If your diploma thesis includes particular features or enhancements to JBossWS you'd like to see, please contact me about possible contribution packages. Regards, Heiko View the original post :

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2007-07-13 Thread claudio_br
Hi gryffin, I can add the jar xercesImpl.jar localized in (JBOSS_HOME/lib/endorsed) in client´s classpath. It should resolve your problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063985#4063985 Reply to the post :

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2007-07-12 Thread claudio_br
Hi M.Schumpa, I have had a similar problem. I have gotten this problem with a standalone client that consume a WS. I have resolved this problem removing the files: jaxws-rt.jar and jaxws-tools.jar of client´s classpath. View the original post :

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2007-07-12 Thread M.Schumpa
Hi clauio_br, thanks a lot for your replay. Your tip solved my problem :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063503#4063503 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063503

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2007-07-12 Thread gryffin
I have a similar problem. ( Running 4.0.5 with JBossWS2.0.0-native.GA. ) When I remove these two jars from my path, my client won't get out of first gear. It complains of missing xerces libraries. | Exception in thread main java.lang.NoClassDefFoundError: org/apache/xerces/xs/ | XSModel