java - Setting up a Tomcat server that can handle SOAP messages -
i managed install , tomcat server , running locally. question need can server handle soap messages? have server on other end sends soap messages based on wsdl. want server on end process these soap messages. have create server side application or tomcat automatically handle these messages. can't find tuts online on how beginner should approach this.
you create web application uses 1 of various toolkits purpose, such builtin jax-ws, or apache cxf, or metro/glassfish, or ...
Comments
Post a Comment