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
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)
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
>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
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
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
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
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 =
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