Hi, all I've stopped to invest what's wrong with the sample axis2 binded with Synapse(on the AS400).
This time I downloaded a new Axis2 v1.4 and tested the sample client service (quickstartadb). It works on the AS400 and also the browser functioned. Now the situation is, the sample client in axis2 functions, but after adding synapse (changed the endpoint in client program 8080 --> 8290 ),which started without any ERROR ,and running client, I got an ERROR: The endpoint reference(EPR) for the operation not found -- http://localhost:8080/axis2/services checked -- Using the simplest sample1 configure xml file: <endpoint> <address uri="http://localhost:8080/axis2/services/StockQuoteService"/> </endpoint> -- Client command : ant run.client The following question is, how can I configure the Synapse (synapse.xml/axis2.xml in synapse or Axis2/synapse.sh/axis2server.sh ) to force it work together with the existing Axis2 WS? I've... --changed the log4j level to DEBUG --changed Synapse default ports 8080/8443 successfully (axis2.xml under synapse/repository/conf ) --> 8290/8292 (because of Axis2 using 8080 ), and the ports were opened correctly after starting synapse. I noticed that, in synapse the axis2.xml has some definition special for synapse but nothing for 'axiom', and in axis2 the axis2.xml has axiom part but nothing for synapse... Does it matter? or should I mix them and how? It seems a little complicated... Waiting for any suggestion~~ Thanks, Cynthia
