RE: happyaxis Error

2002-09-19 Thread Jason D. Lee
spath contain xmlsec.jar ? Add xalan.jar Adrián - Original Message - From: "Jason D. Lee" <[EMAIL PROTECTED]> To: "Axis (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 8:34 AM Subject: happyaxis Error > Maybe this is related to my A

happyaxis Error

2002-09-19 Thread Jason D. Lee
Maybe this is related to my AdminClient problems: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: org/apache/xpath/Expression at org.apa

RE: Error Trying to Deploy

2002-09-18 Thread Jason D. Lee
I get the same stack trace when I run java org.apache.axis.client.AdminClient list I tried recompiling Axis from source, just to see if that might fix, but no dice... -- Jason Lee - Programmer 405.745.1789 Hobby Lobby Stores, Inc. > -Original Message- > From: Jason

Error Trying to Deploy

2002-09-18 Thread Jason D. Lee
When I run java org.apache.axis.client.AdminClient deploy.wsdd I get this error: Exception in thread "main" java.lang.NoSuchMethodError at org.apache.axis.deployment.wsdd.WSDDDocument.(WSDDDocument.java:103) at org.apache.axis.configuration.FileProvider.configureEngine(FileProvid

RE: Integrating Axis with a web server

2002-07-05 Thread Jason D. Lee
tores, Inc. -Original Message- From: Brian Ewins [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 9:02 AM To: [EMAIL PROTECTED] Subject: Re: Integrating Axis with a web server Jason D. Lee wrote: > I'd like to integrate Axis (or Tomcat, whichever is appropriate) with Apache

RE: automatic deployment in axis

2002-06-27 Thread Jason D. Lee
If you are wanting Tomcat to automatically reload any JARs/WARs/classes that have been changed since Tomcat loaded it, I think what you are looking for is . Add that to server.xml in the Tomcat conf directory right under the comment that says -- Jason Lee - Programmer 405.745.1789 H

RE: Parameters Name

2002-06-26 Thread Jason D. Lee
Is there anyway to do this with http://.../Service?wsdl? -- Jason Lee - Programmer 405.745.1789 Hobby Lobby Stores, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 9:19 AM To: [EMAIL PROTECTED] Subject: Re: Parameters Name Supp

RE: installation errors

2002-06-25 Thread Jason D. Lee
Total guess here. Is javax/xml/rpc/encoding/SerializationContext in your classpath? -- Jason Lee - Programmer 405.745.1789 Hobby Lobby Stores, Inc. -Original Message- From: Ralph Sakhr [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 2:08 PM To: [EMAIL PROTECTED] Subject: Re:

RE: Solving .NET desrialization problem by simple soap arrays

2002-06-20 Thread Jason D. Lee
This is an old one, but I've finally gotten around to playing with this, and I was hoping I could some more details. Currently, I am returning data (inventory items) as a string holding an XML document I create. A nicer interface would be to return a typed array that the client code (C#. ick) ca

RE: IllegalAccessException

2002-05-23 Thread Jason D. Lee
Sent: Thursday, May 23, 2002 9:27 AM To: '[EMAIL PROTECTED]' Subject: RE: IllegalAccessException I tried your sample (without modifying anything) and it worked ... I got the wsdl ... I used the 05-22-2002 version Cédric Chabanois > -Message d'origine- > De : J

IllegalAccessException

2002-05-23 Thread Jason D. Lee
I'm trying to deploy an extremely simple web service under Tomcat 4.0, but I'm not having much luck. When I try to access the URL http://localhost:8080/axis/services/CraftsWeb?wsdl, I get the following error: java.lang.IllegalAccessException: craftsweb.CraftsWeb Here's the service code: packag