You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@beehive.apache.org by James Black <jb...@ieee.org> on 2004/12/08 16:34:17 UTC

re: updated to nightly build of axis still having problem

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

If you look at
http://dante.acomp.usf.edu:8080/ws_demo/template/LmsTest.jws?wsdl you
will see that I am using the latest nightly build, but my problem still
exists, so now I am out of ideas.

Hopefully someone can see something I missed.

Thanx.

- --
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black    james@usf.edu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBtx758psvJTl+fosRAjErAJ9ZressBdnQ6E5U5wQc0Dglz9fm5wCfVlgl
EV+FuPcv+VWF5kZW45UoK8k=
=pPLj
-----END PGP SIGNATURE-----

Re: updated to nightly build of axis still having problem

Posted by James Black <jb...@ieee.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

wolfgang127us@yahoo.co.jp wrote:
| Hi James,
|
| I've uploaded your archive (modified as I explained) to my server.
| Here it is.
| http://www.clustering.biz/ws_demo.tar.gz
|
| Could you try it out ?
|
| Once you deployed the ws_demo web app, please access
| http://YOUR_HOST/ws_demo/LmsTest.jws?wsdl
| and let me know what it displays.
|
| please let me investigate what's happening.

~  I don't know what happened, but after I restarted tomcat (something I
tend not to need to do) it is working.
~  You can see it at
http://dante.acomp.usf.edu:8080/ws_demo2/LmsTest.jws?wsdl

~  I am curious why it didn't work when it WEB-INF/src/template

~  Thanx for all your help.

- --
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black    james@usf.edu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBtzjR8psvJTl+fosRAoO/AJ90tOu8LegdsSVGrVzZDcK/J4csNQCgpY1c
vYN0goCBC4Fq5QPmG2Z5DBM=
=WFF8
-----END PGP SIGNATURE-----

Re: updated to nightly build of axis still having problem

Posted by James Black <jb...@ieee.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I am also curious why it is rpc/encoded, as there doesn't appear to be
anything in the .jws file that would lead me to believe it should be.

Attached is the file, the only change that wolfgang127us made was to
comment out the 'package template' line, and he rebuilt the webapp, as
his LmsTest.class file is in jwsClasses, not in the classes dir as is on
my machine.

Here is where I am seeing the rpc/encoded at:
http://dante.acomp.usf.edu:8080/ws_demo2/LmsTest.jws?wsdl


- --
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black    james@usf.edu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBtzu38psvJTl+fosRAh6JAJ9qd8lKLGps0GdCghnV6IWz/ggAzwCfZFku
hDVl0s+eUKaCslqKzujFE6M=
=i9Ur
-----END PGP SIGNATURE-----

Re: updated to nightly build of axis still having problem

Posted by wo...@yahoo.co.jp.
Hi James,

I've uploaded your archive (modified as I explained) to my server.
Here it is.
http://www.clustering.biz/ws_demo.tar.gz

Could you try it out ?

Once you deployed the ws_demo web app, please access 
http://YOUR_HOST/ws_demo/LmsTest.jws?wsdl 
and let me know what it displays.

please let me investigate what's happening.

Cheers,

Wolfgang




Re: updated to nightly build of axis still having problem

Posted by James Black <jb...@ieee.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

wolfgang127us@yahoo.co.jp wrote:
| Hi James,
|
| I've tried your archive.
| Please move LmsTest.jws from the ws_demo/WEB-INF/src/template/ directory
| to the ws_demo directory and comment out package template statement from
| the LmsTest.jws.
|
| Finally, please access http://YOUR_HOST/ws_demo/LmsTest.jws?wsdl again.
| You can see the WSDL you expected.
|
| Wolfgang.

~  Still back to square one. I took out the 'package template' command,
and copied the file to ws_demo/WEB-INF/src and rebuilt the webapp, so
now at http://dante.acomp.usf.edu:8080/ws_demo/LmsTest.jws?wsdl I see
the wsdl file, but it is still wrong, just wrong in a different place now.

- --
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black    james@usf.edu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBtyvF8psvJTl+fosRAsv6AJ9zFR8tyZrGkY9HLBx1R6uOIJVJJwCg027h
+A2ow6sKhaIvGbRlDzZh4xI=
=3r3A
-----END PGP SIGNATURE-----

Re: updated to nightly build of axis still having problem

Posted by James Black <jb...@ieee.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

wolfgang127us@yahoo.co.jp wrote:
| Hi James,
|
| I've tried your archive.
| Please move LmsTest.jws from the ws_demo/WEB-INF/src/template/ directory
| to the ws_demo directory and comment out package template statement from
| the LmsTest.jws.
|
| Finally, please access http://YOUR_HOST/ws_demo/LmsTest.jws?wsdl again.
| You can see the WSDL you expected.

~  OK, I have in tomcat/webapps/ws_demo the following files:
happyaxis.jsp, index.html, LmsTest.jws and WEB-INF

~  But, this doesn't work, as it can't find the needed libraries, it
appears.
~  Here is the error I get:
Exception - java.lang.NoClassDefFoundError: javax/wsdl/OperationType

~  I had also removed package template from my file.

~  I just copied LmsTest.jws, I didn't recreate the webapp.

~  If this ends up working, I am curious why it does, and what I did
doesn't work, though.

- --
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black    james@usf.edu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBtyoI8psvJTl+fosRApjtAJ9lc74p0Wx2I6JyPktaJcNLca5/NwCg26lQ
sqBna2VgooB7XDFfgFSCNz4=
=SvY+
-----END PGP SIGNATURE-----

Re: updated to nightly build of axis still having problem

Posted by wo...@yahoo.co.jp.
Hi James,

I've tried your archive.
Please move LmsTest.jws from the ws_demo/WEB-INF/src/template/ directory
to the ws_demo directory and comment out package template statement from
the LmsTest.jws.

Finally, please access http://YOUR_HOST/ws_demo/LmsTest.jws?wsdl again.
You can see the WSDL you expected.

Wolfgang.