did you follow the link on startpage http://localhost/axis/index.html ?
Reasure that you deployed your services corretly and that your
server-config.wsdd is correct also. View Tomcat logs for possible exceptions
while starting axis and follow the instructions on:
http://ws.apache.org/axis/index.htm
ClassNotFoundException means that he cant find the class you are pointing on
in your deployment. In this class StockQuote.
Asure that this class is reachable by axis (classpath) or delete the entry
from your wsdd-file.
hope it helps
-Ursprüngliche Nachricht-
Von: Ghershony, Arie [mailto:[
you just have to define the handler in -tag of your
client-config.wsdd
example:
hope it helps
Greetings from Hamburg/Germany
Seppo
-Ursprüngliche Nachricht-
Von: Lars Girndt [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 24. Januar 2003 11:26
An: [EMAIL PROTECTED]
Betreff: han
hope
it helps Greetings from Hamburg/Germany
Sebastian Beyer Softwareengineer Wettschereck &
Partner Gesellschaft für
Informationstechnologie mbH Ziethenstraße
14A 22041 Hamburg Tel. +49-40-689468-0 Fax.
+49-40-689468-99
-Ursprüngliche Nachricht-Von: Andreas Siegers
[mailto:[E
look in the tomcat-documentation Howto use manager-app:
for Tomcat 4.1:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html
Greetings from Hamburg/Germany
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 22. Januar 2003 13:15
Hi Sateesh,
if the page View deployed services is empty, it means, that axis has some
trouble in deploying your web services. This is also indicated by the
error-message. Normally you should also get any exception message by axis,
so you could figure out, whats the problem. Maybe it could help if
Hi Laura,
maybe it would help if you can pass the exception thrown by the AdminClient.
Id using Tomcat you should see this in the tomcat-console.
But are you sure your languageSpecificType parameter in bean-tag is right?
Try the praefix 'java:', therefor you defined the namesapce in
deplyment-tag
ist? That could work,
> but I'm scared of playing around in that code.
> Does anybody have a better idea how to force the SessionHandler to destroy
> all accesses to all objects inside the session?
>
> help is as always appreciated!
>
> Greetings from Hamburg/Germany
>
as always appreciated!
Greetings from Hamburg/Germany
Seppo
Sebastian Beyer
Softwareengineer
Wettschereck & Partner
Gesellschaft für Informationstechnologie mbH
Ziethenstraße 14A
22041 Hamburg
Tel. +49-40-689468-0
Fax. +49-40-689468-99
Hi,
I use Axis Faults and Fault-codes without any problems. So I cannot
comprehend your message. But I don not have my own Exception, but I am using
only AxisFaults.
Here are some code-exmaples.
Server-side (in my case its a request-handler)
public class MyHandler extends BasicHandler
{
public v
But you should be carefully, in which book you are buying. Building web
sxervices with Java is based on apache axis pre-beta-version of axis. So it
will not help (it did not help me alot) developing with axis especially. To
learn about xml, web services and SOAP it is good, but not more.
Refer to t
Title: Nachricht
Hi
Willie,
I wish
a lot of luck. But your question is posted wrong here in axis mailing list. waht
you need is a Java-course. Maybe also you need a Linux-course if you dont know
how to set up the environment. You should begin learning Java, than startiung
with a we servic
ault = (AxisFault)re;
if (fault.getFaultCode().getLocalPart().equals("SQLException"))
{
}
}
}
hope this could help. If yes, tell me...
Greetings from Hamburg/Germany
Sebastian Beyer
Softwareengineer
Wettschereck & Partner
Gesellschaft für Informationstechnologie mbH
Z
Hi,
I have my own JavaBeans, that serialized and deserialized correctly and also
can be sent as arrays. It was very easy to do this, so I think i
misunderstand you...
But for me it looks like this:
If the serialization/deserialization (I hate to write these words, they not
common with my german or
Hi,
I think that looks like your bean can not be deserialized correctly. I see
no difference to way I did it and it worked. Are you sure your bean does
match the guidelines of JavaBeans?
If yes: did you try to deploy the beanmapping in your client-config.wsdd?
This should not make the difference,
Hi ng,
which jars do really have to be in CATALINA_HOME/common/lib-directory? Is it
enough if to place saaj and jaxrpc over there?
The question occurs because I still have the problem that on serverside my
tomcat print the stacktrace if an exception occurs. On client side I managed
the same proble
BTW a happy new year to all of you!!!
Hi Toshi,
I ensured to have the log4j (1.2.4) everywhere in classpathes and
directories of client and server. For my client thjis does work now. No
stacktrace is printed and with this working also my problem with the
stopping of the process in handled. If som
Title: Nachricht
lo
siento no estoy seguro
but in
the samples (samples.message) there is a note:
...
but I
didnt try it out.
hope
it helps Greetings from Hamburg/Germany
-Ursprüngliche Nachricht-Von: Rolando Pablos Sánchez
[mailto:[EMAIL PROTECTED]] Gesendet: F
Title: Nachricht
are
you sure you did restart your application or/and the server?
That
depoyed something different, but the wsdl2java does notice it, sounds like a
problem of reloading
hope
it helps greetings from Hamburg
-Ursprüngliche Nachricht-Von: Rolando Pablos Sánchez
Hi there,
my problem is, that if I am throwing an Exception inside a remote called
method, the stack trace is always printed on client side. That happens with
my own client files, but also with the ones generated by wsdl2java. After
the stack trace is printed my catch-blocks are performed as well.
Hi toshi,
thanks for that detailed answer. If I understood you right it is like this:
if I want to stop the chain and return with an error message to the client,
this is not possible with the axis-implementation?! So probably I will just
set a session-parameter in my handler, that I have to look f
Title: Nachricht
Just
try to set your Array as returnvalue of your webservice-method. You should get
an Object[] on client side and can simply cast the elements to
string
-Ursprüngliche Nachricht-Von: Ken Reek
[mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 18. Dezember 2002
Hi Klaus,
I use for my hole Session-handling. In hat Handler are all active Sessions
stored, the timeout is checked and so on. I did not try to the end to use
the technioque you described, so maybe they very similar. The way described
by me, was just the first I got working...
Greetings from Hamb
have to catch the Axis-Fault at
another place in my client-code?
help is, as always, appreciated...
Greetings from Hamburg/Germany
Sebastian Beyer
Hi there,
I got it!!! Its unbelievable, but I really got my Sessions working! I also
deploy my client now. Its rather easy, if you just know exactly how to.
I'm writing now a small HOWTO, because I got nearly crazy with the existing
documentation.
So now for everybody who probably like to try, he
The documentation on xml.apache.org/axis
There is a User's guide and some other rather helpfull documentations
-Ursprüngliche Nachricht-
Von: Klaus Thiele [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 17. Dezember 2002 10:16
An: [EMAIL PROTECTED]
Betreff: AW: AW: AW: AW: AW: AW: Deployi
Hi Klaus,
ahhh thats your problem. In the documentation they say, that you have to
enable session on both sides. client AND server for getting the session
working. So, if you dont set Maintainsession to true, your session does not
work and you get a new Session-ID for each request.
Did understand
Hi Klaus,
the difference is simply the lifecycle of your objects. If you define the
scope as "request" you get a new session-Object each time you request a
method from your webservice. When defining the scope as "session" you have
the same objects for several requests for this session and when def
Hi Tom,
I tried around with this files. One thing is missing in my understanding.
Everybody talks about configuring the client with a client-deploy.wsdd. When
is this wsdd used? Do I have to explicitly include this file, or is it
automagically included when using the classes generated by wsdl2java
Title: Nachricht
Hi
Saravanan,
I am
at the same point like you are, but even not so far. But: if you know how to do
and the onmly thing that detains you from using this, is that you have to do it
on every Reaquest: Why dont you write a handler and invoke on every
request?
Greetings from
To Barry,
you mean the AW in the subject? this is the German Re. Just showing that its
an answer. Re stands for Reply AW stands for Antwort.
To Klaus,
Why do you think that something gows wrong on server side? If you deployed
your server with that line and you set the maintainsession to true, th
Hi Klaus,
maybe we can help each other
to configure the session on server-side is rather easy I think (I can just
think because actually I didnt get it working since now, because of the
client side): Just add the line
to the service-description in your server-config.wsdd. That should be
ever
. the
SimpleSessionHandler) in request and response: How do I tell him without
including a wsdd-file? Or do I have to define other stuff to get this
working?
thanks in advance
Sebastian Beyer
-Ursprüngliche Nachricht-
Von: Pascal Wissler [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 13. Dez
o the end.
I also generated the files by using wsdl2java, but I dont know how to handle
these files! How to use the Stub, and the BindingImpl, the Locator and
Factory. What do this classes describe?
Every help is appreciated!
Greetings from Hamburg/Germany
Sebastian Beyer
didnt find something,
that describes good how to let the work be done by wsdl2java for example and
this is the only way I found out from the API. So if somebody knows a good
place to learn, please tell me.
Greetings and regards from Hamburg/Germany
Sebastian Beyer
client-config.wsdd
Description: Binary data
Thanks for that tipp, but I where did you get the classes Stub, Locator etc.
>From the WSDL2Java? If yes, do I have to use this? Or is it also possible,
not to work with generated files. Or would it be dumb to try to invent the
wheel?
Where is described how tu use the generated files? The online Us
Title: Nachricht
Hi,
if you
have different packages in your class-files, there should be no problem. Just,
when including data from your jars, ensure, that you are using the
rightpackage-names.
Inside
the lib, I'm not quite sure, how Tomcat would handle it, if you put your jars in
another
Hi,
the iit-params are part of the webapps, not of a special servlet, so take
the init-param-element as a child of web-app-element. Then you should be
able to get it.
hope it helps greetings from hamburg/germany
-Ursprüngliche Nachricht-
Von: Akacem Mohammed [mailto:[EMAIL PROTECTED]]
G
I worked myself through this code over there, but here is still a big
problem. Always, when I try to use the MessageContext.getCurrentContext()
method I get a NullPointerException.
I think there is something missing in my code, what I overread since now.
I read that I would have to include the Sess
Hi Yao,
in the web.xml in the conf-path of your Tomcat you may have an entry like:
index.html
index.htm
index.jsp
This is the order for pages that tomcat searches for, when starting the
application. Just write a simple index.jsp that has a dispatcher forwarding
to
Hi there,
I know this is not supposed to be a very hard question, but I'm searching
for some sample-code or explanation how to enable session-handling in axis.
I'm using a Tomcat 4.0.4 as Axis-server and a simple
java-console-application as a client.
So, what do I have to do to, for example, store
41 matches
Mail list logo