RE: JWS question

2005-02-17 Thread Patrick Martin
If you invoke it through SOAP, you will get a nice SOAP:Fault with more details of the error. HTH -Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: 08 February 2005 20:46 To: [EMAIL PROTECTED] Subject: JWS question I have a single java class that has two public

JWS question

2005-02-08 Thread Dave Hoffer
I have a single java class that has two public methods that I am trying to deploy using JWS. However these two methods use JNI to call code in a library (dll). Can I use JWS to deploy this (at least for test)? I have put the library code (dll) in the same folder as the class file that JWS create