| Thread | Last Post | Replies |
|
| web service logging | 17 Oct 2006 19:36 GMT | 1 |
Is it an acceptable practice to log data to log files on a web server? I've heard that some developers don't like to do it. I've been using Log4Net to do some trace information on some web services, especially when it's initially deployed. It cleans up after itself, so I don't see
|
| Best way to fetch dynamic XML data | 17 Oct 2006 19:35 GMT | 1 |
I'm wanting to know which method I should use to fetch dynamic XML data. Is it better to use web services or to fetch the data from a dynamic XML file? Either, use a webMethod to return a byte array of the XML data, or use an ASP page that generates the XML data.
|
| Multiple client connections advise | 17 Oct 2006 17:04 GMT | 3 |
I'm about to embark on a project that will both send and receive information to/from our client computers in the field. The area that I still need to finalize is the method of communication and the technology to use.
|
| Spaces in UNC Paths | 17 Oct 2006 16:17 GMT | 2 |
Could someone tell me the correct quotation to get around spaces in paths for: Server.MapPath("\\server\share\spaces in name.mdb") I know its bad practice to use spaces but unfortunately i cannot help
|
| Advice on Web Service modelling | 17 Oct 2006 08:07 GMT | 2 |
Hello group I would like some advice on how to model my webservices. Our application is made up of a number of independent modules that handle different parts of the application logic. It is a client-server application,
|
| upload LARGE files via a web-service | 17 Oct 2006 03:13 GMT | 1 |
I have a customer which want to upload LARGE files via a web-service and stream it into a database while it is uploading. I don't want to go out of my way and develop a large HTTP App. Module which intercepts a SOAP call and manually streams the file content to the database if it is ...
|
| ASP and web service ? | 17 Oct 2006 03:04 GMT | 1 |
Hello service world; My question is really simple? How to consume a .Net web service in an asp page (not .net old asp) in server side (not in client side like ajax) ?
|
| Web Service Log File Code Standard? | 16 Oct 2006 18:34 GMT | 1 |
I've been using Log4Net for some file logging in Web servics. Exceptions are stored in a db and mailed to parties, but I've found it helpful to use Log4Net and write to a log file with some information like SQL or stored procedures names beign called.
|
| Specifying namespace prefix? | 16 Oct 2006 18:23 GMT | 1 |
I'm trying to write a routine to extract results from a web service written in VS 2005 using XPath, however VS doesn't put a prefix on result namespaces by default, so in the output from a service such as <soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
| Processing an aspx xml-variable in xsl | 16 Oct 2006 18:17 GMT | 1 |
I want to build an aspx page with three combo box. Each combo represents data from the database. I have three xml variables that I build dynamically, let's say: var1, var2 and var3. I pass these variables from my aspx program to my xsl program. If I put each
|
| Events from a web service ? | 16 Oct 2006 17:37 GMT | 1 |
How one could get events from .NET web service using .NET 1.1 or .NET 2.0 ? Any inputs on strategies that could be used while WS eventing implementation from MS is not available. --------------------------------------------------------------------------------
|
| Using multiple web services through proxy giving error | 16 Oct 2006 15:26 GMT | 1 |
I am trying to include two proxy classes (from two different web services say Namespace.Service1 and Namespace.Service2) in a project (C# Class lib). These webservice internally use (as input or return) custom classes' objects e.g. userinfo, customerinfo etc. When i generate the ...
|
| Authenticate web service once | 16 Oct 2006 15:21 GMT | 1 |
Does anybody have an article on how to secure a web service so that I only have to log in once and then access all the web services without re-logging in? I know I've used this before using session variables and some kind of client cookie. I'm think I'm going to have to do this ...
|
| Question regarding Remoting performance | 16 Oct 2006 14:07 GMT | 2 |
My apologies if this is not the forum to post questions regarding .NET Remoting, but I figured WebServices would be the most appropriate forum of the bunch. We're currently completely re-arching some software (currently it's
|
| How to maintain web services active | 16 Oct 2006 09:04 GMT | 1 |
I'm using web services writed on .NET 2.0, when I start an application using those web service it's take a long time for the first time and after it's Ok. But when I stop to use the application for a long time and I use it again it's take a long time to start the web services.
|