all groups > asp.net webservices > june 2007 > threads for june 8 - 14, 2007
Filter by week: 1 2 3 4 5
Webservice converts Datetime from one timezone to the other
Posted by sameer at 6/13/2007 6:54:00 AM
Environment : framework 1.1, winforms, webservices, sql server 2000
Architecture of the application : database is hosted behind the webserver.
Client winforms application is installed on the client machine and webservice
are used to transfer the data from the client exe to the database over t... more >>
Current directory for Web Service
Posted by Alwin D at 6/12/2007 6:18:47 PM
Hello,
How can I get the current directory of Web Service?
Usually my Web services are under Inetpub directory.
I would like to write trace file into that place.
If I try to trace e.g. C:\Temp directory I usually havenät got
permissions to write the trace file.
So, do I have special Perm... more >>
Initializing static variables
Posted by Peter Hemmingsen at 6/12/2007 1:35:55 PM
Hi
I would appreciate if someone could explain the following behaviour:
I have written a simple WebService using (Visual Studio 2005 framework 2.0)
as follows:
public class Service : System.Web.Services.WebService
{
static R6Ctrl R6=null;
public Service () {
InitR6 (... more >>
Using SOAP XML files
Posted by shaselsc NO[at]SPAM gmail.com at 6/12/2007 5:13:59 AM
I'm new to SOAP and Web Services in general. I've been given the task
of implementing someone else's web services in an ASP.NET 2.0 project.
What I've been given are two .xml files and several .xsd files. They
are used to query information from their database. The queries are
sent in SOAP format... more >>
Starting exe application on server side using web services doesn't work.
Posted by Oren at 6/12/2007 3:18:01 AM
Hi,
I needed a client side to be able to start an exe application on
server side (It's an exe application with no gui that
preformce actions on some hardware).
I used Web services in order to do so.
The web service call the remote function that first update some data
in a few files and then
s... more >>
Retrieving virtual path in Web Service.
Posted by Ibrahim. at 6/11/2007 6:28:01 AM
Hello,
I have a web service project, in one of my classes I like to get the virtual
path of the Server name from c# code behind.
Thanks,
... more >>
Web service with open db connection
Posted by Mantorok at 6/11/2007 12:00:00 AM
Hi all
ASP.Net v2.0.
I have a web service that holds an "open" OleDb connection in one of its
session variables, when the session times out does this connection close, or
does it only close when another request comes through after the timeout?
Hope that makes sense.
Thanks
Kev
... more >>
csv file
Posted by Jaez at 6/9/2007 9:52:07 PM
This should be a really easy one but having come from VB6 straight in to the
world of asp.net 2 I must have missed something simple
I have an SQL database and dataset that connects to it
I can make a table of all of the data using the grid view but what I need is
to be able to export a csv... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|