Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CAMEL-3472 add example of Spring Web Services component

...

Code Block
XML
XML
<servlet>
	<servlet-name>spring-ws</servlet-name>
	<servlet-class>org.springframework.ws.transport.http.MessageDispatcherServlet</servlet-class>
</servlet>

Since

...

the

...

servlet

...

is

...

named

...

spring-ws

...

it

...

will

...

look

...

for

...

a

...

file

...

named

...

/WEB-INF/spring-ws-servlet.xml

...

.

...