• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

why wsdl URL always ends with ?wsdl

 
Ranch Hand
Posts: 242
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

i would like to know why all WSDL url ends with ?wsdl , why dont the URL be like http://somehost.com/some/somewsdl.wsdl

To hit a simple HTML page we use to hit like  http://somehost.com/some/index.html, why can't we do the same for a WSDL

i know that ? in the URL informs the webserver  that the request is having some parameter  with ?WSDL what we are informing to the container?
 
reply
    Bookmark Topic Watch Topic
  • New Topic