Re: newbie: wsdd problem

2004-07-12 Thread Harald Pollak
I cannot see a wrotng thing at the 1st time, so walk through following checklist: 1. is adminservlet running? (http://localhost:8080/axis/services/AdminService?wsdl) 2. is this service allready deployed? 3. is the code on the right place? 4. do you have a packe definition in your class? 5. wor

RE: Problem during the call of a method

2004-06-24 Thread Harald Pollak
are you shure, you did the old service undeploy and the new deploy? - not only the classes changed? Am Don, den 24.06.2004 schrieb Hiblot Sébastien um 15:25: It's the same WebService with 7 method instead of 4.   What's strange is that when i call the old method, it's runing corre

Re: Can you recommend a non-java SOAP client toolkit?

2004-06-16 Thread Harald Pollak
try axis c++ best regards Harry Am Mit, den 16.06.2004 schrieb NJ Rogers, Learning and Research Technology um 12:46: Hi Many thanks Matt, Kjetil, Matthew and others for the responses so far. We're following up the ZSI for Python route currently & I'll post briefly back to the list how

what is soap, jax-rpc,...

2004-03-30 Thread Harald Pollak
Hy every body!!! I have a simple question: Where in the ISO/OSI is soap, jax-rpc, jms, .. ok, I know where IP and tcp, but where is soap! is soap a protocoll? It seems very simple and maybe I'm a little bit confused from my last discussions but I don't know the answer! bes regards Harry

Re: Provider Implementation

2004-03-24 Thread Harald Pollak
see the architecture guide. It should be possible its a special kind of handler. Harry Am Mi, den 24.03.2004 schrieb Virginie Legrand um 16:25: Hi, I'd like to write my own Provider implementation with axis. Is it possible like with ApacheSOAP ? I can't find the Provider Interface in the

Re: Remote Access Rejected

2004-03-24 Thread Harald Pollak
e. If you do this, please make sure to add security to your configuration! Have you done this? Harry Am Mi, den 24.03.2004 schrieb Virginie Legrand um 15:48: It's what I have done ... It doesn't work ! :( Harald Pollak wrote: > try to uncommend the admin-section in web.xml > ($

Re: Remote Access Rejected

2004-03-24 Thread Harald Pollak
try to uncommend the admin-section in web.xml ($CATALINA_HOME/webapps/axis/WEB-INF, when using Tomcat). Then it should work! best regards Harry Am Mi, den 24.03.2004 schrieb Virginie Legrand um 15:18: Hi all, I am trying axis and I want to deploy a web service by using Adminclient : j

Re: Multiple server responses?

2004-03-23 Thread Harald Pollak
ice to perform some initial functions before being accessed (ie when the service is deployed)... how do I go about this? I believe i just have to add the class method to the Axis web.xml, but how to I specify the function to invoke upon deployment? Thanks again, Gareth Harald Pollak wrote: >

Re: Multiple server responses?

2004-03-23 Thread Harald Pollak
You are right with the WSDL file, but with http only synchron communication ist realy supportet. you cannot use a synchron protocoll to do asynchron things. You will need som other Transport like jms od smpt. but most ws uses http. Thats the reason for my answer. but Axis supports jms and smp

Re: Multiple server responses?

2004-03-22 Thread Harald Pollak
What do you like to do? A Webservice Request is like an Method-Call -> so a response is like a Return value. More serverresponse is like asynchron Communication ( like subscribe and  listen ). Asynchron Communication is as far as i know not valid with webservices at this moment, but you can d

Re: Bug? JAX-RPC handlers on the client

2003-12-11 Thread Harald Pollak
den 11.12.2003 schrieb Thilo Frotscher um 15:16: Harald Pollak wrote: > A jax-rpc handler chain can only handle jax-rpc handlers but axis can > deal with both That's true. > and jax-rpc handler are allways global and not service spezific. That's not true. JAX-RPC handlers are se

Re: Bug? JAX-RPC handlers on the client

2003-12-11 Thread Harald Pollak
about your question: As I have understood your and Dapeng Wang presentations on W-JAX: A jax-rpc handler chain can only handle jax-rpc handlers but axis can deal with both, and jax-rpc handler are allways global and not service spezific. so the transport handlers und global handlers build t

Re: Réf. : Re: Réf. : Re: problem with client-config.wsdd

2003-12-05 Thread Harald Pollak
ry" So It's not the good solution Valerie Harald Pollak <[EMAIL PROTECTED]> sur 05/12/2003 10:08:07 Veuillez répondre à [EMAIL PROTECTED] Pour : [EMAIL PROTECTED] cc : Objet : Re: Réf. : Re: problem with client-config.wsdd stupid question what happens if you but it twic

Re: Réf. : Re: problem with client-config.wsdd

2003-12-05 Thread Harald Pollak
ll clients !!! It's really a problem ! Valerie Harald Pollak <[EMAIL PROTECTED]> sur 05/12/2003 08:31:57 Veuillez répondre à [EMAIL PROTECTED] Pour : [EMAIL PROTECTED] cc : Objet : Re: problem with client-config.wsdd I think the tomcats classpath search at 1st in the lib dir,

Re: problem with client-config.wsdd

2003-12-05 Thread Harald Pollak
I think the tomcats classpath search at 1st in the lib dir, so the wsdd is found first in the jar and searching for the wssd will be stopped. I don't really have a solution but a work arround: remove the client-config.wsdd from the jar and but it everywhere you use it. maybee it is allso possi

RE: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Harald Pollak
sorry!!! of cause i meen http!! Harry Am Don, den 04.12.2003 schrieb Christer Holmér um 16:21: I guess you mean HTTP, not HTML. Thank god for three and four letter acronyms...   Regards, Christer -Original Message- From: Harald Pollak [mailto

Re: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Harald Pollak
: How does html header come into picture of web service communication?       Harald Pollak <[EMAIL PROTECTED]> wrote: as you said: Handlers providing a addinal layer to the webservice, you also don't descripe the HTML-Header

RE: Bug? Stateful Session EJB support

2003-12-04 Thread Harald Pollak
as much as I have understood: Webservice are from ground stateless and don't support stateful session beans and i think this is independent from the framework and produkt. Maybe there are some produkts with support for this, but i think there is no point in spec. about it. regards Harry A

Re: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Harald Pollak
wsdl thru deployment descriptor.     - yogesh Harald Pollak <[EMAIL PROTECTED]> wrote: as i have understood: The handler is a thing befor the WS ( not part of it ) and the WSDL describe the WS - so elements only used in handler shouldn't

RE: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Harald Pollak
axis authentication/security, I would appreciate info on this   Thanks   Tony   -Original Message- From: Harald Pollak [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 12:59 To: [EMAIL PROTECTED] Subject: Re: Authentication - Could a

Re: Authentication - Could anyone help me plzzzzzzz

2003-12-04 Thread Harald Pollak
as i have understood: The handler is a thing befor the WS ( not part of it ) and the WSDL describe the WS - so elements only used in handler shouldn't and couldn't be described in Webservice, so you can only tell your opposit what to do in document the webservice in hardware ways ( email, lett

Re: Réf. : RE: Client handler

2003-12-04 Thread Harald Pollak
Do you have placed the Client-Config.wssd file in the right directory? it should be in the root dir of your application. Harry Am Don, den 04.12.2003 schrieb [EMAIL PROTECTED] um 12:13: I've tried your solution and I get this error : org.apache.axis.ConfigurationException: No engine configu

Re: Operation Time Out Issue !!

2003-12-04 Thread Harald Pollak
is there a sessionTime out set in Tomcat Servlet Container? Am Mit, den 03.12.2003 schrieb [EMAIL PROTECTED] um 23:39: Hi Group, I am using axis 1.0 production releas for publishing web services as well as consuming them at the client side. All works well when I am using JBOSS 3.0.4 and

Re: Authentication

2003-12-04 Thread Harald Pollak
you can write own handlers and put it into the chain for the webservice. This handler kann check the authentication and give access to the WS or rize a AxisFault this is the simplest way to do such things. Harry Am Don, den 04.12.2003 schrieb Tony Vieitez um 11:08: Hi  

Re: Axis (Java) next release question

2003-11-26 Thread Harald Pollak
I thing allso, this may be use full Am Mit, den 26.11.2003 schrieb BLIS Webmaster (Patrick Houbaux) um 06:05: A proposal for the next milestone: Would it be possible to have two axis jars for the next release of Axis (1.2 alpha)? - one for the clients (without all the servers stuffs) : axis_

Re: RMI Axis Service

2003-11-19 Thread Harald Pollak
RMI transport. donV KSG Kommunikations- & Sicherheitssysteme Gesellschaft m.b.H. Harald Pollak Entwicklung A-11 Wien, Computerstraße 6 Tel.: +43 699 11 75 86 13    eMail: [EMAIL PROTECTED] <><><><>

Re: WS - SSL / Certificate-question

2003-10-17 Thread Harald Pollak
I'm not shure but maybe you can do this via Handlers Harry Am Freitag, 17. Oktober 2003 10:03 schrieb Andreas Schoernig: > Hi, > > I have a short question and found no answer at searchengines (maybe becaus > wrong seach-words ?!) > > Ok the situation: > > I have a AXIS-WS using HTTPs , SSL ... a

Clientside: handlers chain ...

2003-09-30 Thread Harald Pollak
Hy!! I try to find solutions to give the clientwriters an easy way to use my webservice. It would be fine if there is somthing like plugable handlers ( like this i allready run on the serverside ) allso on the client side ( if i haven't missunderstud the axis architecture - it should be ). B

SimpleAxisServer deploy a webservice & AxisServlet

2003-07-22 Thread Harald Pollak
Hy everyone!!! Does anyone have experince with the SimpleAxisServer? How can I publish the AdminServlet and/or how can I config the Server ( what can be configured )? Thanks Harry

Re: JNI problem

2003-07-16 Thread Harald Pollak
please let me know if you have a solution, I have a simmular problem, but I have no solution until jet. nice day Harry On Die, 2003-07-15 at 05:16, SEong CHEE wrote: Hi everyone, I tried to use JNI within a Axis service. I had compile the java code to .class file, then created the .h file,

Re:org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket

2003-06-30 Thread Harald Pollak
I've the same problem using tomcat, but i think it depends on my port of java to OpenVMS. I've no solution at this time. On Mon, 2003-06-30 at 20:57, Jackson, Jen (CCI-Atlanta) wrote: I'm running an axis client under tomcat testing some soap calls, and I"m having an extremely high CPU usage t

RE: Axis / JNI - need help!

2003-06-30 Thread Harald Pollak
t directory. Or (depending on your knowledge of  Tomcat) maybe there is a .policy file you can edit to give your application directory the right permissions.   Hope this helps Keith   -Original Message- From: Harald Pollak [mailto:[EMAIL PROTECTED] Sen

Axis / JNI - need help!

2003-06-30 Thread Harald Pollak
Hy everybody! I try to use JNI within a Axis-Service. I try since weeks to bring it to work, but my result is every time the same:             soapenv:Server.userException     java.lang.reflect.InvocationTargetException             my enviroment: Linux: