This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
hi i used the ibm test registry along with the uddi4j API. i want to know how i could create a wsdl file for the services published in the ibm test registry so that i could get the web service. ps: im using axis to deploy web services
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
5
posted
0
Originally posted by kishani liyanage: hi i used the ibm test registry along with the uddi4j API. i want to know how i could create a wsdl file for the services published in the ibm test registry so that i could get the web service. ps: im using axis to deploy web services
You can get the WSDL for a web service deployed on Axis by appending "?wsdl" to the end of the web service's endpoint URL. For example, if your web service endpoint is "http://wavendon.dsdata.co.uk/axis/services/WhoisData", you should point your browser to "http://wavendon.dsdata.co.uk/axis/services/WhoisData?wsdl".