RE: Axis attachment naming enhancement (code attached)

2003-01-30 Thread Joseph Carew
I have been researching the integration of jakarta-slide on my server with axis to deal with this issue of what to do with the attachments after they get to the server. Would it be better to include hooks to an API for content management and then go to the local file system if that is not configur

Thin client for applets?

2002-10-21 Thread Joseph Carew
Is anyone working on thinning out the client code so it can be used from an applet without signing all of the jars and adding entries to java.policy?  There are a myriad of issues ranging from accessing System.getProperty to logging to getting class loaders that break using the Axis client c

RE: Why do I have to do call.registerTypeMapping before invoke

2002-09-25 Thread Joseph Carew
If your client VM is different than the server's (where the wsdd file did map the types) what you are seeing makes sense.  If the VMs are the same it sounds like a design problem.  I solved this problem when we were on Apache SOAP 2.3 by making a web service that returned the type mappings f

BeanSerializer bug?

2002-06-27 Thread Joseph Carew
I posted this on axis-user yesterday and haven't heard anything so I hoping that it was the wrong forum.  Here is the issue.  I have a "Bean" that I am passing to the call object as an argument to my service.  The call never makes it out of the client VM.  The code is in the main method of

RE: Dist build failure

2002-05-01 Thread Joseph Carew
esterday.  WSDL2Java doesn't work with Crimson (default JAXP parser for J2SDK 1.4).  Add Xerces (I tried version 2.0.1) to your classpath and it should work.   Charles -Original Message-From: Joseph Carew [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 01, 200

Dist build failure

2002-05-01 Thread Joseph Carew
Does anyone know what I might have wrong that would result in this error when running the "dist" ant target?   samples:[wsdl2java] WSDL2Java samples/echo/InteropTest.wsdl[wsdl2java] java.lang.NullPointerException[wsdl2java] at org.apache.crimson.tree.ElementNode.getAttributeNodeNS(Eleme