Hello,
I want to use spring-WS and have already a spring-application-context.
Two newbie-Questions:
1.
The endpoint-bean and the "normal" application-context have to know each other.
In the spring-ws tutorial is written, that I have to provide in WEB-INF a file, which contains endoint and mapping.
Is it possible to merge both different contextes, for example when I use in the web.xml the context-param:
Or which other possibilties exist to make them know each other?Code:context-param> <param-name>contextConfigLocation</param-name> <param-value>main-applicationcontext.xml /WEB-INF/webservice.xml</param-value> </context-param>
2.
Can I write the wsdl manually an how will spring-ws find them? (Have I to define in a bean the name and location or wil spring take any file ending with .wsdl lying in WEB-INF?
Thanks a lot !
Louisa


Reply With Quote