Results 1 to 4 of 4

Thread: Auto generated wsdl

  1. #1

    Default 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.

  2. #2
    Join Date
    Jul 2007
    Posts
    14

    Default 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).

  3. #3

    Default

    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.

  4. #4

    Default

    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
  •