Sorry for my English
Plz, help me!
I have method: public TaskBean findTaskById(String sessionId, String
taskId)
If I in browser type
http://localhost:/TrackStudio/services/Find?method=findTaskById&sessionId=SESSION:ff80808195e159640195e15b6dc10010&taskId=1
I have error.
But if I type
ht
Dear All,
I have some problems with axis 1.2 beta sending Doc/Lit messages.
I am using the wsdl below to generate client stub and produce messages to send
to server,
but axis seems not able to find the correct method to invoke or may
get null value in the parameter of "cccOp" method of "APortTyp
Hi!
I am trying to run a client application using Axis C++ 1.1.
I get a segmentation fault when the AxisTrace::logaxis() function is
executed.
Here is the stacktrace of the crash:
#0 0x40219e17 in fwrite () from /lib/i686/libc.so.6
#1 0x4014d492 in AxisTrace::logaxis(char const*, int, char*, i
Thanks all your replies! Er, Considering that I don't
even know where the AdminClient class resides ..
maybe its not even compiled..
How do i go about compiling it?
and whats the syntax for setting variables in .bashrc?
I tried "set" and "alias" to no avail..
maybe its not a classpath problem a
One important addendum to my note about writing a Handler that
overrides generateWSDL():
>This code belongs in a Handler in the requestFlow
This Handler must be invoked in the *responseFlow*, not the requestFlow.
If you're calling MessageContext.setProperty("WSDL", ...) in the
request instead, Ax
Hi Tom, Faraz!
You can achieve this by specifying an application scope service and
synchronize all of its methods. Only a single instance of an application
scoped service is created to handle all requests, and if you synchronise
then this should reduce execution to a single threaded manner?
Th
Pardon, I missed one thing:
It should read :
public int[] getCoords()
Instead of :
public void getCoords(int[] c)
My Fault, sorry. Anyways, waiting for help...
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag
von mesaullion
Gesendet: Sonntag, 25
Situation:
I want to calculate Parts of a Fractal on a Client (don't think about the
usability; it's just an example!).
When deploying my Class, which I want to serialize, Axis creates the correct
Datatype in the WSDL by usingthe get- and set-Methods.
Problem:
Everything works fine, but the Proble