Skip to content

Instantly share code, notes, and snippets.

@ketola
Created March 2, 2012 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ketola/1960668 to your computer and use it in GitHub Desktop.
Save ketola/1960668 to your computer and use it in GitHub Desktop.
Export service with Spring Framework's http invoker.
<servlet>
<servlet-name>customerServiceExporter</servlet-name>
<servlet-class>org.springframework.web.context.support.HttpRequestHandlerServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>customerServiceExporter</servlet-name>
<url-pattern>/remoting/CustomerService</url-pattern>
</servlet-mapping>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment