I am developing an application to consume a SOAP web service exposed at the end point http://${host}/sample/gotowork
which is built out of TIBCO
In most projects I have worked, the WSDL is available for download on http://url?wsdl
.
So my questions are
1) Is it good standard, not to expose expose WSDL file for an end point. If it's not mandatory, whenever a change is pushed in the Webservice, don’t you think then the WSDL file would be manually passed around teams who consume this service?
2) Are there any particular URL standard one must follow
like the WSDL file should be available in http://url?wsdl
and not as
http://url?web_descriptor_file
?
It would be great if some can point me to official documentation for the above points.
I did lookup in the internet, but found nothing on the URL format.