Hi, I have a controller servlet to serve all web services request, The steps are: 1,publish the helloworld service with address: http://localhost:90000/helloworld 2,implement a servlet accept request: http://localhost:90000/allservice, 3,accept helloworld request at url: http://localhost:90000/allservice?id=helloworld, 4,parse soap message in string or stream, and send the message to:http://localhost:90000/helloworld 5,write the result to client
since cxf service and servlet in a same jvm, I think the servlet call maybe inefficient, Someone pls tell me is there a better way publish and invoke the target service?If cxf possable as a lightweigh soap engine do this? -- View this message in context: http://cxf.547215.n5.nabble.com/how-to-proxy-to-cxf-services-tp5752852.html Sent from the cxf-user mailing list archive at Nabble.com.
