Yeah, this is a very good question. I want to know this myself.
And one other thing: I need to use an Axis generated (WSDL2Java) client.
What I also need is to pass some extra information to the handlers
through this client. This information is not in the WSDL, so the generated
code will not cont
Anyone have an idea why I'm having the following problems?
1) Most of the time, except for the first couple of requests passing
through the monitor (even just regular HTTP, not necessarily to AXIS),
the requests and responses get concatenated to the previous ones
displayed in the monitor instead
1) I have created a webapp in tomcat called
"mywebapp"
2) I then placed all the appropriate jars for
axis in "mywebapp/WEB-INF/lib", except for the three jars which contain
"java/javax" in the package name, which I have instead placed in Tomcats
own "lib" directory (according to the mailin
Does AXIS support style=document / use=literal ?
When I create a WSDL file with these options,
wsdl2java runs with no problems and I'm able to deploy
the service, but when I try to test it using the
generated JUnit test case, it fails.
When I analyze the server-config.wsdd file, I can see
that t
Andrew...
I have implemented a stateful Axis web service, and tested with both Java
and NET clients. For each client, only a *single* line of code is needed to
tell the client that we are maintaining session state (via cookies). In the
Java client, you need this line:
call.setMaintainSessio
Title: AW: Returning Complex Type Data to .NET C# App
Hello,
Here is the response Ive got from the Axis Servlet if I want to request a complex-type.
It would return an Object of "Test" - this Class is compiled and is under WEB-INF/classes/ found - but Axis wont find the Class. Is there an
Title: Returning Complex Type Data to .NET C# App
Hello,
Ive reading a lot of mails in the Mailinglist about .NET and Axis and so on.
Ive taken sone example JWS Files on my Server to test the functionality with .NET. So I just want to return a Entity Bean to my .NET Client - but Ive got a