[EMAIL PROTECTED] wrote:
       w.setOption(WSHandlerConstants.PW_CALLBACK_CLASS,"PWCallback");

Just a small remark - Java does not allow a class in the
unnamed package (i.e. not in a specific package)
http://java.sun.com/docs/books/jls/third_edition/html/packages.html#103097
to be accessed from a class in a named package. So
your class PWCallback is not accesible.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Supercomputing Center Brno             Martin Kuba
Institute of Computer Science    email: [EMAIL PROTECTED]
Masaryk University             http://www.ics.muni.cz/~makub/
Botanicka 68a, 60200 Brno, CZ     mobil: +420-603-533775
--------------------------------------------------------------

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to