AW: Admin Servlet don't work.

2003-01-29 Thread Sebastian . Beyer
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

AW: service deployment error

2003-01-24 Thread Sebastian . Beyer
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:[

AW: handler and client

2003-01-24 Thread Sebastian . Beyer
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

AW: Custom soapfault

2003-01-23 Thread Sebastian . Beyer
  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

AW: re-deploy

2003-01-22 Thread Sebastian . Beyer
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

AW: Unable to view the deployed Web Services

2003-01-21 Thread Sebastian . Beyer
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

AW: [axis] beanMapping and deploy.wsdd help

2003-01-19 Thread Sebastian . Beyer
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

AW: Adapt the SimpleSessionHandler

2003-01-15 Thread Sebastian . Beyer
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 >

Adapt the SimpleSessionHandler

2003-01-15 Thread Sebastian . Beyer
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

AW: Axis fault codes

2003-01-15 Thread Sebastian . Beyer
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

AW: newbie books

2003-01-14 Thread Sebastian . Beyer
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

AW: TCPMon question

2003-01-13 Thread Sebastian . Beyer
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

AW: Some way to recreate a server side exception on the client?

2003-01-10 Thread Sebastian . Beyer
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

AW: No deserializer defined for array type ?

2003-01-09 Thread Sebastian . Beyer
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

AW: Problem with beanMapping

2003-01-07 Thread Sebastian . Beyer
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,

common/lib-directory

2003-01-07 Thread Sebastian . Beyer
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

AW: AxisFault or Exception are always printing stack trace

2003-01-06 Thread Sebastian . Beyer
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

AW: Document service

2002-12-20 Thread Sebastian . Beyer
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

AW: Document service

2002-12-20 Thread Sebastian . Beyer
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

AxisFault or Exception are always printing stack trace

2002-12-19 Thread Sebastian . Beyer
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.

AW: Stopping the process of invocation by a Handler

2002-12-19 Thread Sebastian . Beyer
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

AW: Returning an Array of Strings...quick start pointers

2002-12-19 Thread Sebastian . Beyer
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

AW: Deploying the client for session handling using SimpleSessionHand ler

2002-12-18 Thread Sebastian . Beyer
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

Stopping the process of invocation by a Handler

2002-12-18 Thread Sebastian . Beyer
have to catch the Axis-Fault at another place in my client-code? help is, as always, appreciated... Greetings from Hamburg/Germany Sebastian Beyer

Deploying the client for session handling using SimpleSessionHandler

2002-12-17 Thread 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

AW: AW: AW: AW: AW: AW: Deploying the client

2002-12-17 Thread Sebastian . Beyer
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

AW: AW: AW: AW: AW: Deploying the client

2002-12-17 Thread Sebastian . Beyer
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

AW: AW: AW: AW: Deploying the client

2002-12-17 Thread Sebastian . Beyer
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

AW: Registering SerializerFactory in client using config file

2002-12-17 Thread Sebastian . Beyer
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

AW: REPOST: Exception in MessageContext.getOperation (Help pleaseeee)

2002-12-17 Thread Sebastian . Beyer
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

AW: AW: AW: Deploying the client

2002-12-16 Thread Sebastian . Beyer
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

AW: AW: Deploying the client

2002-12-13 Thread Sebastian . Beyer
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

AW: Deploying the client

2002-12-13 Thread Sebastian . Beyer
. 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

Deploying the client

2002-12-13 Thread Sebastian . Beyer
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

Problems to instantiate a WSDDDocument from a wsdd-file

2002-12-12 Thread 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

AW: AW: Howto enable sessions with axis

2002-12-09 Thread Sebastian . Beyer
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

AW: multiple web services under axis with same classes

2002-12-09 Thread Sebastian . Beyer
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

AW: Initialization Parameters

2002-12-09 Thread Sebastian . Beyer
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

AW: Howto enable sessions with axis

2002-12-05 Thread Sebastian . Beyer
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

AW: load-on-startup for AxisServlet

2002-12-05 Thread Sebastian . Beyer
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

Howto enable sessions with axis

2002-12-04 Thread Sebastian . Beyer
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