Axis Blowup when used with JUnit

2004-07-02 Thread Campbell, David
  I'm writing an Axis client application.  This application works fine by itself.   However, when I run my Junit tests for this application, I always get (blows up on start):     java.lang.ExceptionInInitializerError     at org.apache.axis.client.Service.getAxisClient(Service.jav

Re: axis.handlers.BasicHandler NoClassDefFoundError

2004-07-02 Thread Baiss Eric Magnusson
Maybe this is the problem, on my Development box when the line org.apache.axis.client.Service service = new org.apache.axis.client.Service(); is executed, the following is sent to the console: log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle). log4j:

RE: Method parameter names not appearing in WSDL

2004-07-02 Thread Parley, Thunder Jon
Title: Message Hi Bill,   To clarify, you can use an interface (which should be compiled with -g) which I still recommend. Use the -i parameter for Java2WSDL to specify a trivial implementation class which implements your interface. I have never had a problem getting Java2WSDL to pick up my

RE: Method parameter names not appearing in WSDL

2004-07-02 Thread Bill Werth
Thanks. That was the problem. I was using an interface (as recommended in an article I read).   After changing it to a class and adding some empty method bodies, the parameter names are now appearing just fine. -Original Message-From: Yakulis, Ross (Ross) [mailto:[EMAIL PROTECTE

RE: Method parameter names not appearing in WSDL

2004-07-02 Thread Yakulis, Ross (Ross)
Is the java file a class or interface?  Param names only work for classes and not interfaces. -Original Message-From: Bill Werth [mailto:[EMAIL PROTECTED]Sent: Friday, July 02, 2004 9:31 AMTo: Axis-User (E-mail)Subject: Method parameter names not appearing in WSDL I've sp

Method parameter names not appearing in WSDL

2004-07-02 Thread Bill Werth
I've spent a few hours going through the archive and reading the user guide.   I've seen posts about this, but nothing seems to work. When I create the WSDL from a java file, the method parameters are named In0, In1, In2, instead of something like UserID, Password, etc.   I have a file named

How to use getServletConfig().getInitParameter()

2004-07-02 Thread NYY96
I am having problems using the servlet.xml paramter specification, and I was hoping somebody could help. I put the INIT-PARAM in the Tomcat version of servlet.xml. . . not in the Axis/Web-Inf version. Furthermore, I call it the following way:   import javax.servlet.http.HttpServlet;   public

Re: axis.handlers.BasicHandler NoClassDefFoundError

2004-07-02 Thread Baiss Eric Magnusson
Hello James, Thanks for the response. I found that I already had Axis as part of my WO install, on both machines. I deleted the Axis jars from which, as I run the WO app from the command line, I see is not even in the classpath. The problem persists on the Deploy machine. From the AxisGroup I g

RE: Why AXIS instead of Sun's Web Services SDK?

2004-07-02 Thread Seref Arikan
for me, it's ease of use. I had to struggle with Sun's SDK for a while, and could not get it create a simple proxy for me. Axis on the other hand, was a breeze. maybe it's something to do with me being an idiot, but hey, if an idiot can use it without any hassle, then it must be good isn't it ?

RE: Requesting WSDL Files

2004-07-02 Thread Anne Thomas Manes
There is no standard convention for retrieving WSDL files, although many implementations do support an HTTP GET on the service URL with “?wsdl” appended. BEA, IBM, Microsoft, and SAP have proposed a standard protocol and interface for retrieving all metadata associated with a service called

RE: Requesting WSDL Files

2004-07-02 Thread Anne Thomas Manes
There is no standard convention for retrieving WSDL files, although many implementations do support an HTTP GET on the service URL with “?wsdl” appended. BEA, IBM, Microsoft, and SAP have proposed a standard protocol and interface for retrieving all metadata associated with a service called

RE: Why AXIS instead of Sun's Web Services SDK?

2004-07-02 Thread Anne Thomas Manes
Sun's JSWDK runs only on the latest version of Tomcat. It does not run on "any other application server". -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 5:06 PM To: [EMAIL PROTECTED] Subject: Why AXIS instead of Sun's Web Services SDK? Hi;

RE: Why AXIS instead of Sun's Web Services SDK?

2004-07-02 Thread Anne Thomas Manes
Sun's JSWDK runs only on the latest version of Tomcat. It does not run on "any other application server". -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 5:06 PM To: [EMAIL PROTECTED] Subject: Why AXIS instead of Sun's Web Services SDK? Hi;

internationalization issues

2004-07-02 Thread Praveen Peddi
We are making our product support multiple languages. We are using Axis on the server side and Apache soap on the client side for soap services.   I am trying to find if there will be any issues with axis library and all dependent libraries (jaxrpc.jar, jaas.jar, commons-discovery.jar etc).

SAOPConnection and basic http authentication

2004-07-02 Thread Nick_Van_den_Bleeken
Hi, How do you speciffy a username and pasword if you are using document literal style SOAP? The SOAPConnection class doesn't supports properties (the 'Call' class that you use if you are using RPC style SOAP, uses properties to specify a username and password) . Thanks, Nick Van den Bleeken

newbie Help with large arrays of objects

2004-07-02 Thread Cameron Ingram
Hi I am pretty new to SOAP, and I am having a problem that I am sure plenty of other people have solved. Transfering of a lot a Objects through SOAP. I have researched the lists and found some references to using attachments, but that usually references to sending images. I looked at the example

Re: Axis LogFactory NoClassDefFoundError

2004-07-02 Thread NYY96
Quadruple check the namespaces in your WSDL   In a message dated 7/1/2004 6:31:07 PM Eastern Standard Time, [EMAIL PROTECTED] writes: Hello James,How can that be, from the stack crawl I see as a found method.All the axis jars are in the same directory.My guess is that needs to ge

RE: SOAPAction - does Axis do anything with it?

2004-07-02 Thread Anne Thomas Manes
A SOAPAction value is never required. (It can be no value, empty value (""), or a URI.) The SOAPAction value is only used as a "hint" -- even with doc/lit. A SOAP server should always dispatch the request based on the message signature, which is the QName of the first child element of the . If yo

RE: SOAPAction - does Axis do anything with it?

2004-07-02 Thread Anne Thomas Manes
A SOAPAction value is never required. (It can be no value, empty value (""), or a URI.) The SOAPAction value is only used as a "hint" -- even with doc/lit. A SOAP server should always dispatch the request based on the message signature, which is the QName of the first child element of the . If yo

Re: [ws-fx/ws-addressing] multiRef problem

2004-07-02 Thread Davanum Srinivas
try the latest cvs version of axis and open up a bug report with axis if you still see it. thanks, dims - Original Message - From: Dasarath Weeratunge <[EMAIL PROTECTED]> Date: Fri, 2 Jul 2004 09:55:14 +0600 Subject: [ws-fx/ws-addressing] multiRef problem To: [EMAIL PROTECTED] Cc: [EMAIL

Re: A bug in axis ?

2004-07-02 Thread Davanum Srinivas
Matthieu, are u using 1.2 nightly. Please try that. In fact,for the webservice call that you make from within another web service should try to use the async api (org.apache.axis.client.async.*, example - test.client.TestAsyncCall). If you still have problems, open up a bug report with a test case

A bug in axis ?

2004-07-02 Thread Matthieu Cargnelli
Hi, I'm having a problem with Axis (tomcat/java) which I can neither explain nor workaround. As I don't know if it's a bug in my program or in Axis, I send this message to both mailing list... As a reserch project, I'm writing a web services which I want to be able to communicate binary data betw