-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Description
While updating the "Producing a SOAP service" guide, I noticed that ".xsd" and ".wsdl" files are scanned in a configurable location. Beans are created with their names derived from the file name (typically, SimpleXsdSchema and DefaultWsdl11Definition beans).
If a SimpleXsdSchema is created, developers must expand it and instantiate a new DefaultWsdl11Definition bean to expose the WSDL service definition. Again, bean names are important because they are used to map the service definitions in the dispatcher.
This issue is about reviewing the current infrastructure setup and consider whether alternative designs are possible.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement