I want to send and receive a big size data via Axis 1.4..

2009-06-20 Thread Norio Sasagawa
or me? Any help will be appreciate. Thanks in advance. Norio Sasagawa -<<<<>>>>- public class ReturnInfo { private java.lang.String result; private java.lang.String[] returnDetail; public ReturnInfo() { } public ReturnInfo( java.lang.String result, ja

I could receive my own class, but there's no evidence.

2009-06-07 Thread Norio Sasagawa
Dear All, I've done. I've received my own class from Web server. Reproduce process is as follows. Is this a correct behavior? I want to have the evidence. Any document or home page would be appreciated. Thanks in advance. -- (1)make D:\WT-T6TEST folder. (2)make src and classes fol

I can not resolve "DefaultNamespace" problem.

2009-06-05 Thread Norio Sasagawa
8)Compile it. (19)Verify there's no problem. (20)Verify that four TTest*.java files are created on %AXIS_HOME%\ocalhost\axis\TTest_jws. (21)Compile them. (22)There's seven errors "DefaultNamespace is not defined". Any help would be appreciated. Thanks in advance.

Re: I want to send and receive my own Java class object. Is it possible on Axis?

2009-06-04 Thread Norio Sasagawa
Dear Kamal-san, Thanks a lot. I'll study again how to use Axis according your web site. Regards. Norio Sasagawa. - Original Message - Date: Thu, 4 Jun 2009 19:14:37 +0530 Subject: Re: I want to send and receive my own Java class object. Is it possible on Axis? From:

Re: I want to send and receive my own Java class object. Is it possible on Axis?

2009-06-04 Thread Norio Sasagawa
nfo.returnDetail[0] = new String("detail-1"); retReturnInfo.returnDetail[1] = new String("detail-2"); return retReturnInfo; } } -<<<<>>>>- Thanks in advance. Norio Sasagawa. - Original Message - Date: Thu, 4 Jun 2009 11:31

Re: I want to send and receive my own Java class object. Is it possible on Axis?

2009-06-04 Thread Norio Sasagawa
nDetail; } -<<<<>>>>----- Any help will be appreciate. Thanks in advance. Norio Sasagawa. - Original Message - Date: Thu, 4 Jun 2009 11:29:41 +0530 Subject: Re: I want to send and receive my own Java class object. Is it possible on Axis? From: Chinmoy Cha

Re: I want to send and receive my own Java class object. Is it possible on Axis?

2009-06-03 Thread Norio Sasagawa
g "DefaultNamespace.ReturnInfo" not > defined. > (19)verify that the ReturnInfo.java is made on %AXIS_HOME%\DefaultNamespace > (20)compile it. > (21)go back to %AXIS_HOME%\localhost\axis\Test_jws > (22)compile them by javac -encoding utf-8 *.java > (23)errors are sti

Re: I want to send and receive my own Java class object. Is it possible on Axis?

2009-06-03 Thread Norio Sasagawa
ncoding utf-8 *.java (23)errors are still remained. That's all. If you have the sample code for returning the own class to client, please show it to me. Any help will be appreciate. Thanks in advance. Norio Sasagawa - Original Message - Date: Wed, 03 Jun 2009 06:44:37 +0900 To: C

Re: I want to send and receive my own Java class object. Is it possible on Axis?

2009-06-02 Thread Norio Sasagawa
Dear Chinmoy-san, Thanks a lot. I'll try this at my office. Norio Sasagawa - Original Message - Date: Tue, 2 Jun 2009 21:05:54 +0530 Subject: Re: I want to send and receive my own Java class object. Is it possible on Axis? From: Chinmoy Chakraborty To: Norio Sasagawa

Re: I want to send and receive my own Java class object. Is it possible on Axis?

2009-06-02 Thread Norio Sasagawa
bapps\axis\WEB-INF\jwsClasses. (5)make Test.jws. (6)put it on %TOMECAT_HOME%\webapps\axix\. (7)access to http://localhost:8080/axis/Test.jws?wsdl (8)compiling errors occurs. Any help will be appreciate. Thanks in advance. Norio Sasagawa Errors is as follows. -<<>>- AXISエラー / [en]

I want to send and receive my own Java class object. Is it possible on Axis?

2009-06-01 Thread Norio Sasagawa
ing result; String[] resultDetail; } My client code is below. myReturnInfo ret = (myReturnInfo) call.invoke( new Object [] { sTring, localeString }); Any help would be appreciated. Thanks in advance. Norio Sasagawa

Is there any defact standard when returning multiple values on Axis ?.

2009-05-22 Thread Norio Sasagawa
ret[1]:messageID when "failure". I was asked from my boss "is this a standard way or not". I couldn't answer about it. So, please let me know the defact standard when returning multiple values on Axis. Any help would be appreciated. Thanks in advance. Norio Sasagawa

Re: java.lang.reflect.InvocationTargetException occurred when using Configure.getString()

2009-05-11 Thread Norio Sasagawa
riginal Message ----- From: Norio Sasagawa Date: Sat, 09 May 2009 09:02:20 +0900 To: axis-dev@ws.apache.org Cc: n-sasag...@ka2.so-net.ne.jp Subject: java.lang.reflect.InvocationTargetException occurred when using Configure.getString() Dear all, There's no reply. I put this again. Please help me

java.lang.reflect.InvocationTargetException occurred when using Configure.getString()

2009-05-08 Thread Norio Sasagawa
{ return workName; } public String TestTestShowName(String inputString) { String workString = Configure.getString(); return("Norio Sasagawa" + workString); } public String TestTestEchoName(String inputString) { String workString =

Re: java.lang.reflect.InvocationTargetException occurred when using Configure.getString()

2009-05-07 Thread Norio Sasagawa
nal Message - Date: Fri, 08 May 2009 03:28:30 +0900 To: axis-dev@ws.apache.org, axis-u...@ws.apache.org Cc: n-sasag...@ka2.so-net.ne.jp Subject: java.lang.reflect.InvocationTargetException occurred when using Configure.getString() From: Norio Sasagawa Dear all, Please help me! I'm using axi

java.lang.reflect.InvocationTargetException occurred when using Configure.getString()

2009-05-07 Thread Norio Sasagawa
ic String TestTestShowName(String inputString) { String workString = Configure.getString(); return("Norio Sasagawa" + workString); } public String TestTestEchoName(String inputString) { String workString = TestTest5.getString(); return(inputString + workSt

Re: No serializer found for class java.util.Locale in registry org.apache.axis.encoding.typemappingdeleg...@6025e7

2009-04-28 Thread Norio Sasagawa
network connect, *data* is. I hope that gets you on the right track. Tom Jordahl -Original Message----- From: Norio Sasagawa [mailto:n-sasag...@ka2.so-net.ne.jp] Sent: Saturday, April 25, 2009 9:53 AM To: axis-dev@ws.apache.org Subject: No serializer found for class java.util.Loc

No serializer found for class java.util.Locale in registry org.apache.axis.encoding.typemappingdeleg...@6025e7

2009-04-25 Thread Norio Sasagawa
--<.jws>- import java.lang.Object; import java.util.Locale; public class TestTest2Locale { public String TestTestShowName(String inputString, Locale locale) { Locale localeWork = locale.getDefault(); return("Norio Sasagawa" + localeWork); } public String