Publish WSDL on service deployment/access
Hi all.
I'm new to web-services and don't know things, which perhaps may seem obvious to one...
However, I'm wondering, how is it possible to publish fully functional WSDL on web-service deployment/first access. By fully functional I mean
- Web-service location becomes replaced by actual value
- All external imports become inlined or published along with wsdl to be acessible
As for the first point, I know about transformWsdlLocations=true, but it replaces just host, and not the whole location.
As for the xsd definitions, I was thinking about writing kind of servlet, which will expose my xsds or inline them on first access.
Suggest please the right way to handle wsdl.
Thanks in advance.