Re: Axis WSDL2Java application problems

2002-05-27 Thread Romin Irani
Hi Kevin, Are u sure you are typing the name correctly? The class is org.apache.axis.wsdl.WSDL2Java (note the case). -Romin. Assuming that you have installed Axis as instructed in the installation document, org/apache/axis/wsdl/wdsl2java --- Kevin Reay <[EMAIL PROTECTED]> wrote: > Hey, I've ju

Axis WSDL2Java application problems

2002-05-27 Thread Kevin Reay
Hey, I've just installed axis and am having troubles running the WSDL2Java application. I run the command: java org.apache.axis.wsdl.wsdl2Java --package ServiceTest http://web2/service.asmx?WSDL and I get: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/wsdl/wdsl2j

Installing AXIS in Weblogic 6.1

2002-05-27 Thread SAY Ferdinand
Hi. I was able to install AXIS successfully in Tomcat 4.0 by just copying the axis directory to the webapps directory in Tomcat and by copying the jaxrpc.jar to the common/lib directory of Tomcat. However, when I tried installing AXIS to weblogic 6.1, it failed when I just put the jaxrpc.jar to

HELP - Basic install of Axis on Web Server Resin 2.1.0.

2002-05-27 Thread Jose Airton F. da Silva
I'm having a problem with the basic install of Axis on Web Server Resin 2.1.0. The problem is shown below.Could someone help me?José Airton.[EMAIL PROTECTED]500 Servlet Exceptionorg.apache.axis.InternalException: org.apache.axis.ConfigurationException:org.apache.axis.deployment.wsdd.WSDDExc

Retrieving data from a SOAP packet

2002-05-27 Thread Paul Johnston
I am implementing a SOAP interface to a client's software and am having a problem serializing the data returned. The data is returned like this: http://schemas.xmlsoap.org/soap/envelope/"; SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";> http://test.blah.c

Re: Axis cannot find my Service class!

2002-05-27 Thread Heitzso
I believe I've successfully done what you're trying to do ... I have a webapp named "TheDataWeb_Services.war" and I have the axis jars in that webapp's WEB-INF/lib along with my application's jar files. In addition, as per java 1.4 necessity, I have a -Djava.endorsed.dirs pointing to the axis/li

Re: Question ----Regarding Serialization & Deserialization of Axis

2002-05-27 Thread Glyn Normington
Did you read what the Axis architecture guide has to say about this subject? If so, please could you frame a more specific question then someone might be able to answer it? Glyn

Axis test example 2 on linux

2002-05-27 Thread Chohan, DB (Dharmesh)
Hi all, I have installed Axis on Linux and have tried to run the following test from the Axis user guide. The first test, java samples.userguide.example1.TestClient, runs okay but the second test java samples.userguide.example2.CalcClient -p8080 add 2 5 fails on exception, Exception in thread

Axis cannot find my Service class!

2002-05-27 Thread Jesper Söderlund
Title: Message I'm currently developing a service for deployment in Tomcat.   It seems that when Axis is trying to find my service it cannot eventhough it's in the same webapp as my axis-servlet (I've embedded it in an already existing web application and I'm loading it through the deploymen

derived schema types

2002-05-27 Thread Geza.Szocs
Hi, I was wondering, does Axis support derived types, like xsd:positiveInteger ? It seems to work fine with integer, however positiveInteger and other derived type does not work.

Question ----Regarding Serialization & Deserialization of Axis

2002-05-27 Thread Mahi
Dear Sir/Madam, Iam Mahendhran,a student of Information & Communication Systems at Technical University Hamburg Harburg-Germany. I look at your site and all the informations are clearly understandable.But still I would like to know How does the Serialization and de-Seri

Code contribution: Digest authentication

2002-05-27 Thread Geza.Szocs
Hi guys ! I was wondering: I didn't see no digest authentication in Axis code, so I added some new feature to HTTPSender. This includes HTTP Digest authentication. It supports MD5 and qop "auth". What do you think, can this be included in some future build ? Maybe somebody will make it even mor

Re: NPE in RPCElement

2002-05-27 Thread Glyn Normington
Seth, You are not alone it appears. You probably have a class loading problem. See [1] for a way of getting better diagnostics which is now also in the current nightly build if you are able to try that. Glyn [1] http://www.mail-archive.com/axis-user%40xml.apache.org/msg03025.html

RE: IllegalArgumentException: argument type mismatch

2002-05-27 Thread Tim Joyce
Jonathan, > I'm getting this exception when passing a JavaBean that a couple of the properties are java.sql.Date objects. i noticed from the archives that Axis my have trouble with Dates and sql.Date. Is this true or is there a better workaround? I am using beta2, and can happily pass a ja

RE: minOccurs, maxOccurs not used by WSDL2Java ?

2002-05-27 Thread dev
Hi all, I am interessed in automatic validation of the incomming request against the wsdl schema: How to do it: - add the validation in each Class type generate by the wsdl2java? or - create an handler that parse the request and validate it accordingly to the wsdl and schema? or - other idea? Is