Iterating through webservices and methods
Messages   Related Types
This message was discovered on microsoft.public.dotnet.general.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...

John Bailo
(1) Is there an object that will let me iterate through the available web
services and methods on a server?

(2) Suppose I have a database that lists serveral web methods. How would I
take a text string from a data base and translate it to instantiating a
webservice?

For example, say my table is

ID WebService WebMethod
------- --------------- ----------
0 MyWebService SomeMethod

Then, in my c# code, how can I say

// loop through database with datareader

while(dr.Read())
string txtMethod = dr[2].ToString();

txtMethod(?) sm = new txtMethod?()

--
http://home.earthlink.net/~jabailo
Reply to this message...
 
    
Dilip Krishnan (VIP)
You would typically use UDDI to do something like that
hth

"John Bailo" wrote:

[Original message clipped]

Reply to this message...
 
    
John Bailo
Dilip Krishnan wrote:

[Original message clipped]

What is the means of accessing UDDI via c#/.Net ?

[Original message clipped]

--
http://home.earthlink.net/~jabailo
Reply to this message...
 
 
System.Web.Services.WebService




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com