Hi All,
I'm studying Synapse, and have tried several examples successfully on the windows XP. But when I attempt to make an experiment on our AS400 server, problem happened. According to text from "synapse.sh", it seems that synapse supports as400. --------------------- # OS specific support. $var _must_ be set to either true or false. cygwin=false os400=true (before change this line by myself, there is always some WARN when starting synapse, now it's fine) #os400=false case "`uname`" in CYGWIN*) cygwin=true;; OS400*) os400=true;; esac ---------------------- I use the Lunix commands to start synapse and axis2server(sample), run ANT to create the server-side service. Everything seems OK, without errors and warnings, ports are also opened(8080 8443 9000 9002). But after starting the client-side service, I didn't receive the result like Stockquote=xxxxx, but some [java]xxxxxxx information. In the end the server said, cannot connect to the serverhandler. Server closed. I've totally no idea that where the problem is. Unfortunately, there are not much error studycases (especially for the AS400) online. Is there anyone could help me? At least let me know, whether synapse supports AS400...... If yes, please tell me, to which points I should pay good attention. Thanks, Cynthia
