intercept request message

2003-12-11 Thread Jan Kester
Hello,   is it possible to create a soa-rpc-request message, save it, but don't send it? I would think of this being useful if I want to split up my total processing into several, controlable steps. That is, have the ability to not execute a step, but only generate the requestmessage for th

RE: Réf. : RE: Client handler

2003-12-04 Thread Jan Kester
l: jueves, 04 de diciembre de 2003 12:13 Para: [EMAIL PROTECTED] Asunto: Réf. : RE: Client handler I've tried your solution and I get this error : org.apache.axis.ConfigurationException: No engine configuration file - aborting! Which file is missing ? Valerie "Jan Kester"

RE: Client handler

2003-12-04 Thread Jan Kester
The client-config.wsdd has to be in the client's execute classpath. In here you can define a handler. There are plenty of examples on internet. My client-config.wsdd has: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd

RE: Axis generated WSDL

2003-12-03 Thread Jan Kester
I believe that the axis 1.2 version uses a namespace 2003/05 that the c-sharp wsdl.exe does not recognise yet? Is that correct? I guess I should start looking for another c-sharp tool or a more recent version? (1.1.4322.573 is my installed .net version) Regards, Jan. -Mensaje original- De

RE: Ant problem with axis-wsdl2java task

2003-12-02 Thread Jan Kester
e dir.                            classpathref="axis.classpath" />Jan Kester <[EMAIL PROTECTED]> wrote: Are you sure that the classpath is visible inside the axis-wsdl2java task? I think you will need to add it to this task with a subelement. Instea

RE: Ant problem with axis-wsdl2java task

2003-12-02 Thread Jan Kester
Are you sure that the classpath is visible inside the axis-wsdl2java task? I think you will need to add it to this task with a subelement. Instead of printing a you can better run ant with -v to see the classpath inside the task. How does your task look like?   Regards, Jan -Mensa

build.xml examples available

2003-12-02 Thread Jan Kester
Hello I am learning my way through in Axis; articles, books and examples. I find that it takes me quite some time to setup ant build files, so I hope I can help someone else with them as well. I have one build-file, with a simple server implementation and client class that allows deploy and run cl

Re: httpservletrequest not found under jboss

2003-11-30 Thread Jan Kester
properties bundle? Thanks, regards Jan. Davanum Srinivas wrote: works for me. just downloaded jboss-3.2.2, dropped axis.war into C:\jboss-3.2.2\server\default\deploy and tried http://localhost:8080/axis/EchoHeaders.jws?wsdl. works fine. thanks, dims --- Jan Kester <[EMAIL PROTECTED]> wrote:

Re: httpservletrequest not found under jboss

2003-11-30 Thread Jan Kester
wsdl calls and some localization problem for i18n ... Regards, Jan. Jan Kester wrote: Thanks, I just got the latest cvs, added the activation.jar, mail.jar (mailapi.jar) and a servlet.jar (the one from tomcat 4.1.29) to the lib dir and ran the target "ant war". The created build/weba

Re: httpservletrequest not found under jboss

2003-11-30 Thread Jan Kester
? Regards, Jan. Davanum Srinivas wrote: Just checked in a fix...Please try latest cvs. Thanks, dims --- Jan Kester <[EMAIL PROTECTED]> wrote: I have been doing a bit further investigation and edited the source of JWSHandler. Just before the setting of the classpath, I add

Re: httpservletrequest not found under jboss

2003-11-30 Thread Jan Kester
/local/j2sdk1.4.1_01/jre/lib/charsets.jar:/usr/local/j2sdk1.4.1_01/jre/classes. I don't recognise any servlet.jar or j2ee.jar in here that holds the HttpServletRequest definition ... I guess that the default classpath of msgContext is not good enough :-(. What should I do? Regards, Jan

httpservletrequest not found under jboss

2003-11-30 Thread Jan Kester
Hello I am using jboss-3.2.2 with tomcat 4.1.27 integrated. I got the final axis 1.1 release, and deployed the webapps/axis directory under deploy/webapps/axis.war. The happy axis page works, but the EchoHeaders.jws?wsdl fails as the axis compiler complains that it cannot compile the jws header