try using ant1.5beta1 for java1.4 work, if at all possible. It's the only
version of ant that is approximately aware of java1.4. then if it still
doesnt work, consider filing an ant bug.
- Original Message -
From: "Sukhwinder Singh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Frida
Hello,
I downloaded http://xml.apache.org/axis/dist/beta2/xml-axis-beta2-src.tar.gz and
tried to compile it using Jdk1.4 on Win 95.
Build failed when it tired to generate
javadocs.
There is a package named
org.apache.axis.providers.java. I think problem is javadoc treats it as a java
It sounds like you need to add the current directory to your classpath.
set CLASSPATH=.; followed by all of your jar files
I also noticed that I also included log4j-core.jar to my Axis classpath.
-Original Message-
From: Andy Faraclas [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 20
When I generate an XML document from either an axis client
or the axis servlet, if the document includes an
object reference, the encodingStyle attribute is
missing the SOAP-ENV namespace (http://schemas.xmlsoap.org/soap/envelope/”). This is causing problems when I use the
XML document in
IT WORKED ! THANK YOU !
Man I'm so happy Just one tiny little question ;-)
I added the -Djava etc to the java console, how do I get around a client
having to download the libraries and also put in the -Djava ?
Craig
> -Original Message-
> From: Heitzso [mailto:[EMAIL PROTE
I’m encountering problems with Axis’s XMLß> Java
mapping.
Does Axis assume that a class with getName
and setName methods also has a field named “name”? I have an example where my get/set
methods operate on “_name”, and it causes problems for Axis.
I created a class PurchaseOrder
th
Andy,
Which version of Java are you running? If you are using Java 2 Standard
Edition version 1.4 (J2SE v1.4), then you might be having a problem with the
endorsed standards override mechanism. If that's the case, then you could
try step 3 of the following modified version of the installation
i
Hello,
I have just downloaded Axis beta2 release but I am
having trouble getting my code to work. I am using
Tomcat 4.0. The .jws file seems to be working okay and
is generating a wsdl file
When I run the examples however I am recieving this
error.(I have Tomcat running)
Exception in thread "m
;-)
If you do not specify anything it uses
http://localhost:8080/axis/servlet/AxisServlet
as the default path to its servlet.
(If you are interested in the possible command line parameters for
AdminCLient look into the API docs.)
Greetings,
Till
--
Caught in our narrowminded believe...
-
Hi,
I reported the same thing in the axis-dev list but did not get any
resolution. There was a bit of discussion on the subject. Look into the
thread "[BUG] Beta2 interop (was RE: Interoperability issue with
MSVC++.Net)".
This seems to have changed in beta2. It was OK in beta1.
-Original Me
Ok, I got my web service working and tested it from a Swing GUI. Works
great.
I then created a SwingApplet and used the identical code and get the
following error.
Code below; Error at the end of email.
/*
* axtestapplet.java
*
* Created on 24 May 2002, 20:06
*/
package com.ip80.research.a
I just deployment my first test service using a wsdd file.
How did AdminClient know what server/port to deploy on to ?
Craig
Hello,
My Axis client is not setting the SOAPAction header. Apparently, the
Axis servlet doesn't like this. It blurts ("no SOAPAction Header!").
How can I get my Axis client to set this header?
Thanks very much!
Seth
Hello,
I am using Axis Beta 2 for both client and service. I am running into
an NullPointerException in RPCElement.java when I place my call. I'm
hoping someone can see the error of my ways. Thanks very much in
advance!
Seth
stacktrace:
java.lang.NullPointerException
at
org.apache.a
Any one know what cause Method not allowed error?
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:518)
at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:154)
Ok, firstly - I'm a user jax-rpc user, I'm trying to move into something
a little faster for development so I've installed axis today. Plus I
have an interesting issue and I'm hoping I can overcome it with axis.
I want to call my webservices from an applet running in a browser.
What will the dep
Hi!
I have a curious problemif I try to invoke methods through axis I get an
internal server error now, although it already worked, but I don't remember
what I changed. ;-)
It throws the exception shown below. My Catalina-classpath is shown below as
well.
If somebody has a solution for this,
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>
> > a new API ( or even better, a new property string to be set on Call
> > object ) so that HTTPSender knows which alias to use. Look at JSSE
> > examples for how to do this.
>
> Now this is information I still not have. I only saw example
Hi,
I was looking over Example 6 of Axis Beta 2 and I might have
found a problem. The namespace that was generated for the setWidgetPrice
operation input is wrong.
Here is what I ran:
C:\ws\xml-axis-beta2\samples>java
org.apache.axis.wsdl.Java2WSDL -o wp.wsdl -l"
http://local
Yes, I had the same problem.
Here is the response it got to my post:
>Are you sure you are using the beta2 jars? There is no reference in the
>latest AXIS codebase to PARAM_MODE_IN.
>
>ParameterMode is a JAX-RPC-defined class. Before version 0.8 the spec said
>ParameterMode.PARAM_MODE_IN. In
I'm trying to deploy axisbeta2 in Weblogic6.0 sp2, can anyone help me?
I go fine till the index page I click in Visit the Axis Servlet and I have
the next error in the console:
log4j:ERROR Could not instantiate configurator
[WEB-INF/classes/log4j.properties].
log4j:ERROR No appenders could be f
Has anyone else noticed that sometimes when you click on the "Remove All"
button, tcpmon chews up all the CPU time and never come back? You'll have
to kill the javaw process and restart tcpmon.
Charles
This message may contain privileged and/or confidential information. If you
have received th
Thank you
I finally got my stuff working by installing tomcat 4.0.4 as my servlet container (had
a hard day bringing all the stuff over from jrun to tomcat, but it works in the end
;-))
But all these classpath problems I had are still confusing to me, you never know which
classes are picked u
you
will need to modify the deployment descriptor for the
servlet...
-Original Message-From: Jim Dibble
[mailto:[EMAIL PROTECTED]]Sent: Monday, May 20, 2002 9:01
PMTo: [EMAIL PROTECTED]Subject: Changing the
target URL for an Axis web service (Tomcat)
I’d like to change
I am surprised when reading the axis users list recently by the number of
people doing everything by hand and thus not benefiting from the power and
ease of the Axis's WSDL2Java component?
Many problems seems related to technicality that the code generated by
WSDL2Java takes care of. One thing
Easy answer --- Win Pro limits you to 10 simultaneous connections.
Shell out more money and buy a Server version of Win or migrate
to Linux.
I've easily rigged up load tests that tried to crank up 600 parallel
requests to a simple echo service (on Linux) that ran fine, though
due to cpu speed l
I get it. We have avoided "boxcaring" for this first version, we came up
with the same questions as you.
One of the thing we did to help us out on the performance side is passing
array of things. If the operation fails for one object the whole
transaction fail.
This being said the complex
Hi, I am trying to set the return type (call.setReturnType()) of an Object.
I have even tried to set the return class
(call.setReturnClass(myObject.class)), but when I execute the client, it
tell me I have to set the return type if I have used call.addParameter.
Thanks for your help.
Bill Elliot
Doing web service design obviously you have to consider the trade-off
between coarse versus fine grained methods and the number of roundtrips.
We, for example, implemented a relative small number of methods which return
large amounts of data (with the possibility to filter) in order to reduce
the
Your question is somewhat vague so I am not too sure what kind of problem
you are facing, however something I can tell you is that I could implements
a rather large API using method overloading and abstract complex base types.
Sylvain.
-Original Message-
From: Ronald Hütter [mailto:[EMAI
It works, for those who are interested, here's an example:
call.setOperationName(new QName("urn:axisserver", "getItems"));
Object[] objs = (Object[]) call.invoke(new Object[] {} );
System.out.println("Length: " + objs.length);
System.out.println("Na
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?
Jonathan Bricker
Lilly Research Labs
Java ATG
yep, just found out that an object of type java.util.ArrayList is returned
(still doesn't work: array.size=0, but i'm closer)
Stephan
> -Original Message-
> From: Paul Hunnisett [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 24, 2002 3:17 PM
> To: [EMAIL PROTECTED]
> Subject: RE: norma
Isn't an array an Object in Java...?
On Fri, 2002-05-24 at 14:05, [EMAIL PROTECTED] wrote:
> I'm interested to know how you get the values of the array using the Call
> object.
>
> Call.invoke( .. ) returns an object, not an array, so that doesn't work.
> I tried call.getOutputValues() but doesn
Is there anybody who succeed in using "any" type in
complex Type ?
Thanks
Jean MArc
I'm interested to know how you get the values of the array using the Call
object.
Call.invoke( .. ) returns an object, not an array, so that doesn't work.
I tried call.getOutputValues() but doesn't work either.
Suggestions?
thanks,
Stephan
> -Original Message-
> From: Gaël Pouzerate
Title: RE: Calling a secure Axis web service with .net client
I had
similar problem with the .NET client because in by back-end server (JBoss, web
service implemented as an EJB) I enabled a default identity to be used for
unauthenticated user.
To
make it short, it seems that the .NET clien
Title: RE: How do I access a webservice via HTTPS?
Right (unless multiple keys/certificate in your client keystore, then you need some code to be able to send the right one).
Thomas
-Original Message-
From: Nuno Guerreiro [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 4:49 AM
Many thanks for your replies.
If I understood correctly from the document Pankaj
wrote, there will be no need for custom client code to
be developed, only security configurations in the JVM,
right?
Regards,
Nuno Guerreiro
__
Do You Yahoo!?
LA
Hi Erik!
Yeah! Now it works!!
Thankyou very much indeed! Your help was precious!
Bye!
Filippo
-
Questo messaggio è stato inviato utilizzando http://it.my.gsmbox.com
I think I know what my problem is. Its to do with the various copies of the
jar files installed on my machine and its just playing havoc.
-Original Message-
From: Paul Hunnisett [mailto:[EMAIL PROTECTED]]
Sent: 24 May 2002 10:38
To: [EMAIL PROTECTED]
Subject: Re: Axis on Linux Test
Not
I'm using an array of String in my wsdl file. I attach it if it can help...
regards
--Gaël
23.05.2002 21:07:17, "Houman Moshtagh" <[EMAIL PROTECTED]> wrote:
>
>
> From: "Houman Moshtagh" <[EMAIL PROTECTED]>
>
> To: <[EMAIL PROTECTED]>
> Subject:normal Array in XML, how ?
> Date:
Put xerces jar file (or any other XML parser you use) in the very beginning of the
classpath of your server
I don't know why, but it solved the problem for me
--Gaël
24.05.2002 02:06:12, "YOUNG,KEOKI (HP-PaloAlto,ex1)" <[EMAIL PROTECTED]> wrote:
>I am attempting to install AXIS on WLS 5.1 a
Hi,
So far I managed to do the following:
My handler is installed, but it seems that only
on the requestFlow. I do the following in my handler:
if (msgContext.getPastPivot()) {//on the way back -> SPI response came back
System.out.println("Response came back.");
}else{/
Hi guys !
How to add some client side handler to the response/request
flow correctly ? I saw no example. I assume is similar to
server side, but how to do it exactly ? If I add a transport,
that works, but I want to specifiy handlers on both request
and response flow. So how to do it ? Is ther
this is a known bug in beta2. try one of the more recent nightly builds
Chaudhri Rohit-CRC037 wrote:
> As specified in the documentation, I used the name="allowedMethods" value= "method names" /> tag to specify the methods
> that I should be exposed in the Web Service. But still after I deploy
axis-beta2, win xp pro, orion 1.5.4
Hi,
I'm quite new to AXIS but have succesfully set up two web services for use
within our company.
They have been working well during development and I am now at the
performance testing stage.
With one thread running multiple requests the performance is acce
Having just said that everything is working fine on Linux :-), I know
get a connection refused error when I try to run my client classes.
They all worked before and are unchanged.
Any thoughts as to why this might be?
Paul Hunnisett
Not sure why, but Idon't think i's to do with Linux - I have axis
running fine on Linux.
Paul
On Fri, 2002-05-24 at 09:42, Chohan, DB (Dharmesh) wrote:
> Hi all,
>
> I have installed Axis on Linux and have tried to run the following tests
> from the Axis user guide. The first test, java
> sa
If SOAPService.getInitializedServiceDesc returns null, this would cause a
NullPointerException where you are seeing one.
The chances are this is a class loading problem. Please double-check where
you have placed the various classes. You could also search the axis-user
archive (see http://xml.apa
Hi all,
I have installed Axis on Linux and have tried to run the following tests
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
Hi all,
Is there anyone who succeed in generated wsdl "any"
type?
My WSDL schemas is for example:
The object returned in the "any" type is an XML
tree (with a root element named "Data")
AXIS cannot read the response, i get the following
exception:
get
Hi,
It seems like you are not setting the namespace correctly (via
call.setOperationName).
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet am: Donnerstag, 23. Mai 2002 18:34
An: [EMAIL PROTECTED]
Betreff: Re: String[] as return type
Hi Erik,
thank
> You can't select a particular key entry from a Java keystore by just
> setting environment variables. You will have to do some programming at
> the JSSE level.
Yeapp, I was afraid of this. :)
> However, Axis is an open source project and one could always
> modify the
> source code to add n
55 matches
Mail list logo