Hi.
I have been struggling with the problem of automatically generating wsdl on WebSphere (see issue: http://jira.springframework.org/browse/SWS-166), and have had no luck changin to PARENT_LAST classloading.

So I'm thinking it should be possible to use
Code:
org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition
as a part of the build process. Maybe as a maven plugin so that the wsdl files are generated build time, and then exposed using the
Code:
org.springframework.ws.wsdl.wsdl11.SimpleWsdl11Definition
in the web application.

Please let me know if anyone of you have explored this possibility.

Regards,
Paul Nyheim