Re: axis happiness page - activation.jar

2004-06-15 Thread Rafe Colburn
I can't remember whether that's under the required or optional headings, but it can't hurt to have it. You can download it at: http://java.sun.com/products/javabeans/glasgow/jaf.html On Tue, 15 Jun 2004 15:59:07 +1000, Peter Foley <[EMAIL PROTECTED]> wrote: > > the happiness page tells me it

Re: Sending file data from dot net to axis server

2004-04-28 Thread Rafe Colburn
It sounds like you're sending a binary file. You should try encoding it using Base64 and then treating it as a string. On Tue, 27 Apr 2004 15:33:41 +0500, Faraz Rasheed <[EMAIL PROTECTED]> wrote: > > Hi, > > How can I send data in file to my web service running on axis. My client > app is writt

Re: java.lang.reflect.InvocationTargetException

2004-04-28 Thread Rafe Colburn
This looks very similar to a problem I was having the other day, and I think it may be a class loader issue with Axis. The problem I was having was that if the method in my class I was calling via SOAP called a method in a class that was in a JAR file in my WEB-INF/lib directory, it threw that ex

Re: client InstantiationException

2004-04-23 Thread Rafe Colburn
On Wed, 21 Apr 2004 14:19:56 -0500, Jim Henderson <[EMAIL PROTECTED]> wrote: > --- The problem: > > The bad news is that my client application fails with a AxisFault (below). > The statement that causes the failure is (I am starting small with a ping() > that returns void and has no arguments):

Re: InvocationTargetException

2004-04-22 Thread Rafe Colburn
On Wed, 21 Apr 2004 09:09:45 -0400, Rafe Colburn <[EMAIL PROTECTED]> wrote: > I have a method that I'm calling using Axis 1.1. The method contains > only a single call to a static method of another class. That method > returns an object, and my SOAP-accessible method pulls a

InvocationTargetException

2004-04-21 Thread Rafe Colburn
I have a method that I'm calling using Axis 1.1. The method contains only a single call to a static method of another class. That method returns an object, and my SOAP-accessible method pulls a string out of that object and returns it. Or, that's what it's supposed to do. Instead it returns an