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.
The moose likes Web Services and the fly likes creating the wsdl + Pleeezz help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "creating the wsdl + Pleeezz help" Watch "creating the wsdl + Pleeezz help" New topic
Author

creating the wsdl + Pleeezz help

kishani liyanage
Ranch Hand

Joined: Dec 08, 2003
Posts: 40
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
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".


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: creating the wsdl + Pleeezz help
 
Similar Threads
Web Services in WSAD
wsdl problem
Need help with UDDI
IBM UDDI Test Registry
getting the wsdl for a found service