One of the nice things about Axis is its ability to programmatically serve a web service's WSDL with the correct "<soap:address>" location URL and "<wsdl:types>" imported into the WSDL from external schema files. What options do I have to do something similar with Spring WS? Currently I have a WSDL file and an external schema file. The WSDL file is served up by the file-serving servlet, but the external schema file is not picked up.
Shannon Kendrick
