[jboss-user] [JBossWS] - Re: Problem using wstools

2007-04-10 Thread d_pavel
I should have posted these answers sooner then one month but time flies so here you go (in case somebody will stumble upon same things): -I solved relatively fast the wstools problem which turned out to be the result of using the full path for the SEI class in the command which I described in

[jboss-user] [JBossWS] - Re: Problem using wstools

2007-03-09 Thread d_pavel
Hello again, I should've mention that I replaced jbossws-1.0.4.GA (which was included in the distribution package for JBoss AS) and I installed correctly the jbossws-1.2.0.GA version (I was careful with the libraries and I can access http://localhost:8080/jbossws/; which is fine). Now I read

[jboss-user] [JBossWS] - Re: Problem using wstools

2007-03-09 Thread d_pavel
I think my post is related with this topic as well: http://www.jboss.com/index.html?module=bbop=viewtopicp=4025390#4025390 Need clarification about this please: 1) the wstools.sh script which comes with the jbossws-1.2.0.GA points to both:

[jboss-user] [JBossWS] - Re: Problem with wstools (Endpoint ... cannot be loaded)

2007-01-04 Thread darklight.37
I had this problem, it was due to the location of the files. Firstly, I found I had to run the command in the current folder where the config.xml file was located. Inside my /bin folder was the class files and the folders, e.g. /bin/age/service/*.class so in my config.xml file was:

[jboss-user] [JBossWS] - Re: problem with wstools

2006-12-08 Thread [EMAIL PROTECTED]
This is covered by http://jira.jboss.com/jira/browse/JBWS-1260 (Scenario A) http://anonsvn.jboss.org/repos/jbossws/branches/dlofthouse/JBWS-1260/src/test/java/org/jboss/test/ws/tools/jbws1260/JBWS1260TestCase.java View the original post :

[jboss-user] [JBossWS] - Re: problem with wstools

2006-12-07 Thread [EMAIL PROTECTED]
Thanks, I'll look into it. http://jira.jboss.org/jira/browse/JBWS-1415 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992110#3992110 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992110

[jboss-user] [JBossWS] - Re: Problem with wstools (Endpoint ... cannot be loaded)

2006-07-22 Thread sudhakar_guntaka
Hi, Initially I also tried the same way and got the same error. Later I build all the examples in jbossws-samples with build.xml using ant in root directory of samples and later I ran build.xml in docstyle folder of jbossws-samples file using ant and it successfully deployed my webservice in