Axis classpath hell...

2003-07-19 Thread Adhamh Findlay
I'm in classpath hell. I THINK I've done everything right, but happy axis doesn't work for me. I get this error when I try to run: Needed Components Found SAAJ API (javax.xml.soap.SOAPMessage) at /usr/local/jakarta-tomcat-4.1.24/webapps/axis/WEB-INF/lib/saaj.jar Found JAX-RPC API (javax.xml.rpc.

WSDL Ant task question

2003-07-19 Thread David Knox
Hi, Was there a reason why the Axis Ant Tasks don't include a classpath element? It appears that it might be convenient to include a classpath element, but I wanted to make sure there wasn't a consideration that I'm overlooking. Thanks, -- dave David Knox EsotericSystems, Inc. Voice: 303-979-781

Re: newbie question

2003-07-19 Thread Akhil Gupta
Hi Alex HTTP 500 error code means the http link you are looking for is not present on the server. Probably your service is not deployed properly in the server. Try to access the service through the Axis admin page from Internet Browser to see if it is deployed properly or not. >From the following

serializer/deserializer registration

2003-07-19 Thread Kareem Ghazal
I'm using IBM's WSDK which uses axis. How do I register serializer/deserializer of a class for axis to be able to understand it from my code after I've deployed the service (since the service deployment is done behind the scenes by WSDK, therefore no wsdd file for me to edit)? how do I get a

Re: setting/getting Systemp properties

2003-07-19 Thread Davanum Srinivas
You can add it to axis servlet in web.xml and pick it up from your service (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/ServletContext) -- dims --- Richard Emberson <[EMAIL PROTECTED]> wrote: > How do I pass properties into code implementing axis methods > in a jakarta-tomcat/ax

Re: mime type map

2003-07-19 Thread Davanum Srinivas
Please submit a bug report (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches) Thanks, dims --- Richard Emberson <[EMAIL PROTECTED]> wrote: > One can register type mapping for (de)serializing object, but one > can not register mime type name to qualified name and no way >

setting/getting Systemp properties

2003-07-19 Thread Richard Emberson
How do I pass properties into code implementing axis methods in a jakarta-tomcat/axis server? Can the server-config.wsdd file be used to pass general properties into the code that implements the server BindingImpl's? If not, is Axis is running under Tomcat, how can one pass in properties to Axis? I

mime type map

2003-07-19 Thread Richard Emberson
One can register type mapping for (de)serializing object, but one can not register mime type name to qualified name and no way to register in utils.JavaUtils a mime-type to Java Object (see the method mimeToJava(...)). Also, also in the file org.apache.axis.wsdl.toJava.Utils there is a mime-type "a