Posted: Thu Jun 25, 2009 10:40 pm Post subject: Download WSDL from Webservice URL,
Voyager
Joined: 04 May 2006 Posts: 78
Hi,
Is there a way I can download the wsdl from the webservice URL. For ex:http://localhost:7800/service?wsdl usually displays wsdl on browser, but When I use the same url for the webservices exposed on WMB I dont get to see the wsdl. Has anyone successful in downloading the wsdl from Webservice exposed on WMB?
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
AkankshA wrote:
AFAIK NO...
I don't believe (and stand to be corrected) that WMB exposes the WSDL in this way. _________________ Honesty is the best policy.
Insanity is the best defence.
I believe there are security arguments about totally exposing your WSDL to all and sundry. Goes against the grain of openess but hey.
.Net webservice provide this functionality. For WMB you would have to code something explicitly.
It would probably involve decoding the parameters string passed and returning a message formatted as the WSDL. You would also need "somewhere" to persist this definition of the WSDL. Either a file or held in a message on the queue.
Also it would have to be an exported WSDL you would have to return and not the "deployable" WSDL that broker uses internally.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum