473,407 Members | 2,546 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Iterating through webservices and methods


(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
Nov 21 '05 #1
1 1697
Dilip Krishnan wrote:
You would typically use UDDI to do something like that
hth

What is the means of accessing UDDI via c#/.Net ?
"John Bailo" wrote:

(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


--
http://home.earthlink.net/~jabailo
Nov 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: John Bailo | last post by:
(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...
6
by: Gustaf Liljegren | last post by:
I ran into this problem today: I got an array with Account objects. I need to iterate through this array to supplement the accounts in the array with more data. But the compiler complains when I...
8
by: Allan Ebdrup | last post by:
I just had a discussion with one of my fellow programmers. We have a class for doing some logging and sending an email, it has 5 different scenarioes of loggin that are common enough to share a...
1
by: Diffident | last post by:
Hello Guys, I have a question with regards to the efficiency and best practices in .NET framework. We are currently using Webservices as normal classes. The way we are invoking methods in...
5
by: cyberstrike | last post by:
Hi guys, my company was wondering if it's possible to develop ASP.NET/Webservices easily using a IIS installed on a server instead of installing IIS locally on the development boxes. Can you...
1
by: Colin Graham | last post by:
My skills are in VB. Net/SQL Server and i have touched on PDA development mainly as a tester. i am aware of using webservices for functionality. I have been given a task to develop a solution...
2
by: news.microsoft.com | last post by:
I have been looking around at the documentation and have come across a lot about how to create webservices and consume them. I have a fairly large 3 tier application with a ton of classes in c#...
0
by: kejeiri | last post by:
I wish just to draw the attention to the fact, that my MyClass1...and MyClassN are declared "Serializable"... But, I never get my classes methods, I get just attributes (Or methods Properties)...
2
by: Antuane | last post by:
any one have any idea how transactions could be enabled in webservices. i.e., suppose i've got 2 methods - one to add a contact, & the other to set some miscellaneous details for the contact, in a...
0
by: Arpicheck | last post by:
Sience i installed .net framework beta 2, i am unable to use my webservice. I would like to reach my webservice methods via HttpPost, but it seems like the web.config structured has been changed....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.