AXIS Web Service Configuration for WebSphere 4.0 and WebSphere 5.0

2005-01-22 Thread babloosony
Hi All, I have deployed an EJB in JBoss and this ejb is deployed as a web service using Apache AXIS and below is the configuration for AXIS server-config.wsdd with information relevant to JBoss ejb deployment. [CODE]

Samples/fault: empty detail item

2005-01-22 Thread Lorenzo Dalla Vecchia
Hello. I'm still struggling to get custom exceptions throws correctly, so I decided to simplify the problem. I took the samples.fault example included in Axis and deployed it. I did not change a single line, nor recompiled the classes: just ran AdminClient over the supplied deploy.wsdd. I then

Re: [axis-user-ja digest] started on axis-user (in English)

2005-01-22 Thread Toshiyuki Kimura
$B!!LZB<$G$9!#(B (B $B!!$=$N8e$N>p67$K$D$$$F$4Js9p$5$;$FD:$-$^$9!#(B (B $B!!$"$l$+$i!";d$N$[$&$G%P%04IM}%7%9%F%`$KEPO?$7!"860x(B (B[EMAIL PROTECTED]<[EMAIL PROTECTED] $B%U%i%s%98lBP1~$G$N%Q%C%AE,MQ$N7k2L!":G?7%S%k%I$G$O!"(B $BIT6q9g$,2r>C$7$F$$$k$3$H$,[EMAIL PROTECTED](B (B $B!!(B'se

Re: [Announce] Internationalization progress of Axis (fwd)

2005-01-22 Thread Toshiyuki Kimura
[EMAIL PROTECTED]"(B (B $B!!LZB<$G$9!#(B (B $B!!%j%=!<%9K]Lu$N8+D>$7!"M-Fq$&$4$6$$$^$9!#(B (B (B> wiki$B$K$b(Bup$B$7$^$7$?$,!"LZB<$5$s$,%3%_%C%H$7$?$b$N(B(ver1.1)$B$X(B (B> $BK]Lu$7$J$$$b$N$r!X(B=<$B1Q8l%a%C%;!<%8(B>$B!Y$N$_$H$7$?%P!<%8%g%s$r(B (B> $BK\%a!<%k$KE:IUCW$7$^$9

Re: AxisFault with custom exception

2005-01-22 Thread Lorenzo Dalla Vecchia
I checked the website and tried following its guidelines: nothing. Everything works: the WSDL and the WSDD are correct but at the time the exception is throwed the item of the SOAP response does not contain exception fileds but only that "hostname" thing. http://schemas.xmlsoap.org/soap/envelop

Re: AxisFault with custom exception

2005-01-22 Thread Sunil Kothari
Hi Lorenzo, Let me give the configuration of what I am using. Axis 1.1 running under Tomcat 5.0.27 I think you have to subclass your Exception from AxisFault and then try to catch exception on the client side. Here's how my exception hierarchy looks java.lang.Object | +--java.lang.Throwab

AxisFault with custom exception

2005-01-22 Thread Lorenzo Dalla Vecchia
Hello everyone. I'm new to Axis and to this mailing list and I'm having a hard time trying to throw custom exceptions from my Axis web service. I'm working with a simple test project. Here's my exception class: public class MyException extends Exception { private String nome1; private St

Re: Recommended way to create & deply

2005-01-22 Thread babloosony
One way is to write a generic framework that edits the server-config.wsdd with the actual deployment settings and these settings must also include custom (de)serializers and the wsdl file that you framework generates instead of relying for it on axis. And ideally you framework should handle the cus

Cannot run AXIS 1.1 RC2 inside J2EE 1.2 complaint application server ?

2005-01-22 Thread babloosony
Hi All, I am not using WebSphere 4.0 or WebSphere 5.0 provided web services soap engine but the axis soap engine that I download from Apache website. I am trying deploy AXIS 1.1 RC2 (I need to work only with AXIS 1.1 RC2 but not AXIS 1.2 RC2 due to some project constraints) as a web application