-
Jul 17th, 2007, 10:58 AM
#1
Auto generated wsdl
Hi,
Is there some way that i can get the wsdl thats auto generated to be stored in my application ,instead of it not being present in web applicationand just being displayed only when i call the url in my browser.
-
Jul 17th, 2007, 02:06 PM
#2
RE:auto genetaed wsdl
Hi
you can generate WSDL at runtime using the following bean in your *-servlet.xml
<bean id="echo" class="org.springframework.ws.wsdl.wsdl11.DynamicW sdl11Definition">
and set the property to "builder" and supply the required schema and other stuff.(refer to echo sample shipped with spring-ws distribution).
-
Jul 19th, 2007, 05:35 AM
#3
Well thats not the answer to my question.I know how to auto generate a wsdl but that doesnt get stoed anywhere i need it to be physically present in my webapp rather than it just being generated on the fly.
-
Jul 24th, 2007, 10:25 PM
#4
Why do you need the file to be physically present in the application? It should be possible to get access to the generated WSDL at runtime through various means. Maybe I'm missing something here.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules