mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:01:42 +00:00
Prior to this change, LocalJaxWsServiceFactory allowed specifying a WSDL document URL. Now users may also specify a WSDL document represented as a Spring Resource object for convenience. Issue: SPR-9909