problems retrieving the value of ArrayList of Object Array

2004-04-11 Thread jagannath
Guys, Any update on this. Please help as this is urgent to me. Please let me know if any other information is required. Regards, Jagannath Hello Users, I am facing problems retrieving the value of ArrayList of Object Array using client stubs generated using WSDL2Java. The ObjectArray h

Designing a Web Services interface

2004-04-11 Thread David Thielen
Hi; I am new to web services and so I’m at a loss as to the best way to design a Web Services interface for our reporting package. Basically the package has 2 input files and a couple of settings and generates an output file. For the architecture of this I have a couple of questions: 1a)

Getting Axis to put header definitions in the WSDL?

2004-04-11 Thread Nelson Minar
I'm using Axis 1.2beta to autogenerate WSDL from my source code. Is there any way I can get it to document required SOAP headers in the generated WSDL? I'm talking about tags in the operation input definition. I don't see anything in the samples or the Java2WSDL docs. I'd expect this to be option

Re: log4j problem

2004-04-11 Thread Nelson Minar
>log4j:WARN Please initialize the log4j system properly. One minor change in Axis 1.2beta is it no longer includes a log4j.properties in the jar file. This is a good thing - it means that you have an easier time configuring log4j yourself. But it also means you have to configure it! You have many

Re: log4j problem

2004-04-11 Thread Jacob Kjome
I'd be very surprised if Axis was using Log4j directly. It is probably using commons-logging. The issue is probably not matter of Axis versions, but a matter of having Log4j.jar somewhere in the classpath for commons-logging to find. If commons-logging finds Log4j, it will use it to the excl

Intercept XML payload for modification

2004-04-11 Thread Liu, Scott
From reading axis architecture guide it seems feasible to add a customized handler in the handler chain so that operations could be performed on the raw xml payload. Can anyone please share some experience or sample code with me on doing this or tell me if there is a better way to modify th

log4j problem

2004-04-11 Thread John Langan
Hi, I am using Axis 1.2beta and the examples in the Installation Instructions and the User Guide work OK but I get these warnings every time. log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle). log4j:WARN Please initialize the log4j system properly. I d

Beginners help

2004-04-11 Thread Steffen Heil
Hi I am very new to this, and I need to implement a SOAP client in Java. I do have the wsdl, but it seems to be incorrect. Anyway, I cannot change this. WSDL2Java tells me: [axis-wsdl2java] java.io.IOException: Binding operation has no corresponding portType operation: name = Send, input name =

DH foo(DH a, String b) -> NullPointerException

2004-04-11 Thread p2p
Hi, I'm using Axis 1.1 with Tomcat 5.0.18. I've written a method which takes a DataHandler (attachment) and a String as the parameters and then returns a new DataHandler (attachment) in response, however whenever I attempt to call the method I receive a NullPointerException (as follows) and the mes