RE: custom serializer problems

2004-09-29 Thread Matt Valerio
.client.Call.invoke(Call.java:2553) at org.apache.axis.client.Call.invoke(Call.java:2248) at org.apache.axis.client.Call.invoke(Call.java:2171) at org.apache.axis.client.Call.invoke(Call.java:1691) at soapapi.LeinSoapBindingStub.qry(LeinSoapBindingStub.java:138) at

custom serializer problems

2004-09-29 Thread Matt Valerio
I'm trying to write a custom serializer for the jdom Element (org.jdom.Element). I've written the serializer,deserializer,factories and added the type mapping to the wsdd file. The service deploys and updates the server-config with the typeMapping Element but when javaToWsdl tries to generate

RE: two axis-ized services in one servlet container

2004-09-27 Thread Matt Valerio
a WAR file must be placed in a "shared" JAR file that is mutually accessible -- and copies don't work. Anything that spans your ?AR file must be installed at the server level (common\lib in Tomcat, I believe). Hope this helps --- bhw On Mon, 27 Sep 2004 14:34:26 -0400, Matt

RE: two axis-ized services in one servlet container

2004-09-27 Thread Matt Valerio
Anyone have any ideas or suggestions with this??? Bueller Bueller -Original Message- From: Matt Valerio Sent: Friday, September 24, 2004 11:02 AM To: Axis-User (E-mail) Subject: two axis-ized services in one servlet container I have configured two axis enabled webservices

two axis-ized services in one servlet container

2004-09-24 Thread Matt Valerio
I have configured two axis enabled webservices in one servlet container (tomcat 5.0) and I'm having some problems. I'm using Axis 1.1 and have created these two services as specified in the "Advanced Installation" section of the Axis installation instructions. For the sake of explaining my pro