Re: Loose-coupling a namespace-to-package binding

2005-02-06 Thread fumitada hattori
$BI~It$G$9!#(B (B (B $B$*$a$G$H$&$4$6$$$^$9(B!! (B $B$"$j$,$H$&$4$6$$$^$9!#(B (B (B [EMAIL PROTECTED]gD%$7$?$o$1$G$9!#(B (B $B$3$N(BThread$B$r$:$C$HDI$C$F$*$j$^$9$,!"DZLn$5$s$,$I$3$G!"$I$NJ8>O$G$3$N$h$&(B $B$K

Re: Loose-coupling a namespace-to-package binding

2005-02-06 Thread Toshiyuki Kimura
$B!!LZB<$G$9!#(B (B (BOn Sun, 6 Feb 2005, Takahiro Tsubono wrote: (B (B $B:#<+J,$N%a!<%k$rFI$_JV$7$F$_$?$N$G$9$,!"(BDLL Hell$B$,(BWeb$B%5!<%S%9(B (B $B$K8GM-$G$"$k$HEA$o$kItJ,!"$^$?8GM-$G$"$k$+$I$&$+[#Kf$JItJ,N>J}(B (B $B$"$j$^$7$?!#(B (B

incorrect call to interface method

2005-02-06 Thread babloosony
Hi All, Can anyone tell in what cases one gets this axis fault from the server Error 500: : incorrect call to interface method. I am using WebSphere 5.0, AXIS 1.2 RC2, EJB to implement my web services on the server. Thanks Regards, Kumar.

Re: Is latest nightly build stable

2005-02-06 Thread Praveen Peddi
Hi Srinivas, Thanks a lot for checking the fix. I tried the latest nightly build dated Feb 6th. It still throws Nullpointer. But its in a different place now. I think XML parser is now throwing nullpointer. After debugging the cvs code (assuming the cvs code code is same as Feb6th's nightly

ZipOutputStream DataHanlder

2005-02-06 Thread Harsh
Hello I am new to Axis and working on implementing web service method which takes 2 files as attachments. I am sending a zip file and a xml file. XML file is used to run transformations on the xml files packaged in the zip file. So now the modified xml files I am again zipping it up

Aw: Re: log4j:WARN message

2005-02-06 Thread forum_account
Hello, I solve my problem, but I encoutered the following problems whith testing the GetQuote example: When I run the admin client from: D:\Apache Software Foundation\Tomcat 5.0\webapps\axis\WEB-INF\classes\samples\stock java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient

Re: Aw: Re: log4j:WARN message

2005-02-06 Thread Peter Smith
I run the example stockquote using the following command: java -cp %AXISCLASSPATH% samples.stock.GetQuote -lhttp://localhost:8080/axis/servlet/AxisServlet -uuser1 -wpass1 XXX Result: Exception in thread main java.lang.NoClassDefFoundError: samples/stock/GetQuote Could anybody tell me whats