473,833 Members | 2,133 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Dynamic web services. No asmx

Hi,

I need to write a service to handle web service discovery and requests
without statically defining them in asmx files.

I have a pluggable remoting infrastructure. I need to exposee all or some of
the plug-in classes as web services, but without creating asmx files for
them. I'm particularly interested in the possibility to reuse the whole
asp.net web services infrastucture except the part when it traslates requests
to .asmx files and resolve the type of the classes. I want to be able to hand
over the type to the "WebServiceHand ler" directly. Moreover, I need to be
able to create the class myself, since this class is usually a proxy to the
real one.

Thanks
Nov 21 '05 #1
0 1303

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

Similar topics

4
1277
by: Brett | last post by:
I want to use .NET for writing web services that will mainly call SQL Server (2000) stored procedures in a database. What are the advantages/disadvantages of using C# vs. ASP and vice versa? Also, if any one is familiar with ColdFusion MX, what are the advantages/disadvantages of using .NET (one of the two languages above) to write the same web service vs. using CFMX? Thanks, Brett
5
3089
by: Ron | last post by:
I have a bunch of Crystal Reports (v9) published as WebServices and use a ReportViewer to display the reports on the ASPNET page. Everytime we move the reports from dev to production we have to open the reports and manually change the datasouce to the production database. Is there a way to set the datasouce on the webserviced reports dynamically? (A datasource property or something?) cant seem to find anything. Thanks!
5
7096
by: Wayne | last post by:
I have a way for doing plugin's in my gui app. These plugins have to talk to a webservice to do database calls. I've done the DB access as a web service so it can be shared with the rest of the company, if not for the want of reuse the gui app would have just simply accessed the DB Directly and each plugin in would have been fully self contained. Each time I create a new gui plugin I find myself modifying the web service to add new support...
0
2048
by: Amrit Kohli | last post by:
I am trying to get through the XML Web Services Walkthrough at this location: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vbwlkwalkthroughbuildingwebservicewithmanagedcode.asp Everything seems to work fine. Here’s the code from Service1.asmx.cs : using System; using System.Collections; using System.ComponentModel; using System.Data;
3
6513
by: Matt D | last post by:
I've got two web services that use the same data types and that clients will have to consume. I read the msdn article on sharing types (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service07162002.asp) but I don't want clients to have to add two web references and then manually have to edit the proxy classes. After doing some searching I found that putting references to multiple web services in a .disco...
0
934
by: Joshua Moore | last post by:
I have four web services A.asmx, B.asmx, C.asmx, and D.asmx. They are each used on a different DLL in our application. The problem I'm having is that I have a shared DLL that prints for each of the different module DLLs in our application. I'm trying to have one file to print since it's the same class I'm trying to print, but I can't because they have different web references to their respective web services version of the class. ...
5
6220
by: Kimba | last post by:
Hi. Using VStudio I have developed a WebService which I placed onto several servers. However my application can only access one on server. During runtime, I tried to change the URL of the webreference to the other server but that does not work -- the webreference still thinks it is the old one and errors out. I need to be able to dynamically switch from one server to the other, but
5
1768
by: JT | last post by:
Hi, I think I need a "best practices" lesson on web sites and web services. In order to conform to the restraints of my web host, my web services seem to need to be in a subfolder of my web site. So if I have a wwwroot folder containing my site, which maps to www.MySite.com, then to reference my web service, MyService, I place it in a folder that maps to wwwroot/MyService/MyService.asmx. This is dandy. I reference it by using the...
3
6516
by: =?Utf-8?B?bWdvcHBlcnQ=?= | last post by:
I'm having an issue with using web services in a web application marked with session cookieless attribuet set to "AutoDetect". My real life scenario is too complex to lay out but here's my situation boiled down to the nuts and bolts... 1. Create a simple web application (not a web site) in VS 2005 2. Add a web.config and then set the Session to InProc and cookieless="Autodetect" <sessionState mode="InProc" cookieless="AutoDetect"...
0
9796
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10543
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7753
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6951
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5624
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5789
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4422
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3972
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3078
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.