Re: Axis, gSoap Project

2004-12-14 Thread Vy Ho
Thank you for the comment. I do not have an example for the gSoap server. I don't plan to include that in the example. I still haven't written the short tutorial for this yet (all the code is done). When I am done, I'll post it up. Vy Ho Zhou Jian Han wrote: This is very useful. Also do you

RE: Axis, gSoap Project

2004-12-14 Thread Zhou Jian Han
This is very useful. Also do you have any sample which uses gSoap as a server and Axis as a client. Can you post it? thanks, Georgia -Original Message- From: V D [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 10:12 PM To: [EMAIL PROTECTED] Subject: Axis, gSoap Project I

Re: Axis, gSoap Project

2004-12-12 Thread Edoardo Causarano
very useful indeed. I was just about to google for some howto; I'm using Eclipse and am quite sick of creating the *.java on a shell and importing them into the workspace. I could contribute the Eclipse process. e Il giorno 11/dic/04, alle 07:11, V D ha scritto: I just created a Netbeans 4.0 pro

Axis, gSoap Project

2004-12-10 Thread V D
I just created a Netbeans 4.0 project which has the following: 1) Custom ant script for generating wsdl from java interfaces 2) Custom ant script generating Java stub and skeleton from wsdl. 3) Ant script for generating gSoap code for C and C++ 4) A swing example client that can call the server 5)