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 Kamal Chandana Mettananda
>return retReturnInfo; >} > } > -<<<<>>>>- > > Thanks in advance. > > Norio Sasagawa. > > - Original Message ----- > Date: Thu, 4 Jun 2009 11:31:46 +0530 > From: Kamal Chandana Mettananda > To: axis-u...@ws.apac

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

2009-06-04 Thread Norio Sasagawa
:46 +0530 From: Kamal Chandana Mettananda To: axis-u...@ws.apache.org Cc: axis-dev@ws.apache.org, n-sasag...@ka2.so-net.ne.jp Subject: [Norton AntiSpam] Re: I want to send and receive my own Java class object. Is it possible on Axis? Hi, Yes, you can send and receive your own class instances. H

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
dvance. Norio.Sasagawa ----- Original Message ----- From: Martin Gainty To: , Subject: RE: I want to send and receive my own Java class object. Is it possible on Axis? Date: Wed, 3 Jun 2009 08:56:20 -0400 can you display code for D:\Program Files\Apache Software\Foundation\Tomcat 6.0

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

2009-06-03 Thread Martin Gainty
: cch...@gmail.com; axis-dev@ws.apache.org > CC: n-sasag...@ka2.so-net.ne.jp > Subject: Re: I want to send and receive my own Java class object. Is it > possible on Axis? > > Dear Chinmoy-san, > > I've tried this at my office, but it's failed. > Reproduce pr

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

2009-06-03 Thread Norio Sasagawa
hinmoy Chakraborty , axis-dev@ws.apache.org Cc: n-sasag...@ka2.so-net.ne.jp Subject: Re: I want to send and receive my own Java class object. Is it possible on Axis? From: Norio Sasagawa Dear Chinmoy-san, Thanks a lot. I'll try this at my office. Norio Sasagawa - Original Messa

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
retReturnInfo.returnDetail[0] = new String("detail-1"); retReturnInfo.returnDetail[1] = new String("detail-2"); return retReturnInfo; } } - Original Message - Date: Tue, 2 Jun 2009 12:20:26 +0530 From: Chinmoy Chakraborty To: axis-dev@ws.apache.or

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

2009-06-01 Thread Chinmoy Chakraborty
I tried with tomcat 5.0 and it worked. what error you getting when you try to get wsdl? could you please post the error log? Chinmoy On Tue, Jun 2, 2009 at 2:27 AM, Norio Sasagawa wrote: > Dear All, > > I'm using Tomcat 6.0 and Axis 1.4. > Is it possible to send and receive my own Java class obj