WebService error calling JNI methods

2005-02-11 Thread Dave Hoffer
I get the following error when I call my web service methods: An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in system.web.services.dll Additional information: java.lang.reflect.InvocationTargetException I have 1 public method in my java code which calls

Available Web Servies not generated correctly

2005-02-10 Thread Dave Hoffer
Using Tomcat 4.1.31 Using Axis I deployed a java web service with 2 public methods. I used the AdminClient to deploy, this worked well, I was able to see the wsdl of the 2 methods. I then undeployed the web service, again this worked well as the web service was removed. I then add another

RE: Available Web Servies not generated correctly

2005-02-10 Thread Dave Hoffer
the java code this is where I put them. Thanks, -dh -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 12:35 PM To: [EMAIL PROTECTED] Subject: Re: Available Web Servies not generated correctly -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave

How to set path for native code libraries?

2005-02-10 Thread Dave Hoffer
I have an Axis web service that makes JNI calls to native methods. I get an UnsatisfiedLinkError because my native code is not found in java.library.path. How do I set this? My native code exists in Axis's lib folder. -dh

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

Install/Setup/Test of Axis fails

2005-02-02 Thread Dave Hoffer
Hello, I am following the Installation Instructions for Axis 1.2. I am installing on XP and have already installed and have running Tomcat 4.1.31. I am also using the optional Xerces parser and xmlsec.jar. When I validate the Axis installation with happyaxis all is well. The problems start

RE: Install/Setup/Test of Axis fails

2005-02-02 Thread Dave Hoffer
Oops, the instructions didn't say to include wsdl4j.jar in my AXISCLASSPATH. (This should be updated.) Now I just have the warning! Any ideas on that? -dh -Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 12:51 PM To: [EMAIL PROTECTED

RE: RE : Install/Setup/Test of Axis fails

2005-02-02 Thread Dave Hoffer
it up there (as /log4j.xml resource). You can put it somewhere else, but you will have to configure log4j yourself instead. Youwill want ot configure the log4j.xml for your needs. Hope it helps. Christian Faucher -Message d'origine- De : Dave Hoffer [mailto:[EMAIL PROTECTED]] Envoyé

How do I reset the list of deployed Web services?

2005-02-02 Thread Dave Hoffer
I am learning Axis, going through the documentation. When I click on View in the Welcome to Apache-Axis (index.html) page I used to get a list of all the installed web services. I now just deployed my own custom web service using WSDD; it said it was successful. However now the web service list

RE: How do I reset the list of deployed Web services?

2005-02-02 Thread Dave Hoffer
Additional info: I made an undeploy.wsdd. When I run this with the AdminClient I get an AxisFault exception. -dh -Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 4:06 PM To: [EMAIL PROTECTED] Subject: How do I reset the list of deployed

RE: How do I reset the list of deployed Web services?

2005-02-02 Thread Dave Hoffer
] Subject: RE: How do I reset the list of deployed Web services? If you want to delete all the services, the fastest way would be to delete server-config.wsdd and start your server. Otherwise undeploy each one of them. Regards Sagar -Original Message- From: Dave Hoffer [mailto:[EMAIL

RE: RE : RE : Install/Setup/Test of Axis fails

2005-02-02 Thread Dave Hoffer
(if in a JAR) or in classes/, e..g at the root of a classpath entry on client-side. Cheers! Christian Faucher -Message d'origine- De: Dave Hoffer [mailto:[EMAIL PROTECTED] Envoyé: mercredi, février 2, 2005 13:35 À: [EMAIL PROTECTED] Objet: RE: RE : Install/Setup/Test

RE: How do I reset the list of deployed Web services?

2005-02-02 Thread Dave Hoffer
thing you can do is to open the wsdd file and edit and delete the offending service ( take a good care and don't mess it up). I am sure that there are other better ways, but, worked for me. Regards Sagar -Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: How do I reset the list of deployed Web services?

2005-02-02 Thread Dave Hoffer
Quoting Dave Hoffer [EMAIL PROTECTED]: Worked for me too! Thanks. -dh -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 4:19 PM To: [EMAIL PROTECTED] Subject: RE: How do I reset the list of deployed Web services? I presume