----------------------------------------------------------- New Message on MumbaiUserGroup
----------------------------------------------------------- From: hereiam_always Message 2 in Discussion Hi Senthilkumar<o:p></o:p> <o:p></o:p> As Far I Understand, That You want to consume, Web Service in your Application.<o:p></o:p> Ok, you can Do it by Adding, a Web Reference.<o:p></o:p> To Add a Web Service To Use it In to your Application,<o:p></o:p> 1) Select Solution, Right-Click on and Select Add Web reference, This will open a Windows , Where you can enter the Path of the Website on which Web Services are available, Or else you can use the quick Hyper links provided by VS2005 itself.<o:p></o:p> First link gives you the Web Service which are already added in current solution.<o:p></o:p> Second, Link will help you in searching Web Service that are already deployed on your local machine.<o:p></o:p> Third will provide you the list of web services running on UDDI Server in Local Network<o:p></o:p> <o:p> </o:p> If you dont want all these options then simply type the URL in URL Box provided in window, The Best way to test this is to use Google Web Service<o:p></o:p> Type: http://api.google.com/GoogleSearch.wsdl and click Go, This will give you the list of the Web Service which Google Provides for Free. Must be something like this<o:p></o:p> <o:p> </o:p> "GoogleSearchService" Description<o:p></o:p> Methods<o:p></o:p> § doGetCachedPage ( ) <o:p></o:p> § doGoogleSearch ( ) <o:p></o:p> § doSpellingSuggestion ( ) <o:p></o:p> <o:p> </o:p> Now, You will also find something like com.google.api, Thats the actual web reference you will be using, click on Add Reference Button, and It will add that reference in your solution. You can rename that reference for each of use, something like google.<o:p></o:p> <o:p> </o:p> Once you add the web reference into your solution , you can start using it as a normal assembly reference.<o:p></o:p> <o:p> </o:p> As, you have mentioned that you want to search the available Web Services, on the Web Servers (IIS or Tom Cat), On IIS you can do that with IIS using .files vsdico, for more information please refer http://www.codeproject.com/dotnet/intro2websvc.asp<o:p></o:p> http://www.developer.com/net/asp/article.php/3657826<o:p></o:p> <o:p> </o:p> and Using Tom Cat Uhmmm, Tom cat is basically a Servlet Container, You can not directly use Web Service, from TomCat unless you know the Servlet Object, and the Web Service name.<o:p></o:p> <o:p> </o:p> I think this will help you,<o:p></o:p> <o:p> </o:p> Regards<o:p></o:p> Nilesh Joshi<o:p></o:p> <o:p> </o:p> ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
