Results 1 to 2 of 2

Thread: ".wsdl" vs. "?wsdl"

  1. #1
    Join Date
    Jan 2006
    Posts
    15

    Default ".wsdl" vs. "?wsdl"

    Hi,

    I am using spring web services 2.0. I am using "org.springframework.ws.wsdl.wsdl11.DefaultWsdl11D efinition" to generate wsdl and it generates wsdls with dot like ".wsdl". But I need to generate it with question mark like "?wsdl". Is there any way to do that?

    Thanks, br.
    Ramazan

  2. #2
    Join Date
    Jan 2006
    Posts
    15

    Default

    I have solved by adding filter, I have redirected ?wsdl to .wsdl

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •