connect to SQLserver Database
Tue, 17 Jun 2008 13:48:03 -0700
I am very new to programming (2 months). I have followed an example
(http://support.microsoft.com/kb/815672) to create a simple XML WebService.
The example uses Visual Studio 2005. I am using VS 2008, Express SQLserver
2005.
After I finished creating my WebService, I tested it by right clicking on
the . ...
|
Connect to UNIX
Mon, 16 Jun 2008 11:44:03 -0700
How can I connect to UNIX port (that modified to act as a web service) from
Visual Studio 2005 Application on C# ?
I got an error: â??The underlying connection was closed: The connection was
closed unexpectedlyâ?.
I execute code where (not real) UNIX IP = 000.0.0.0 and Port = 0000:
string url =
String.F ...
|
Add custom HTTP Header to all Web Service responses
Fri, 13 Jun 2008 11:04:00 -0700
We have a web server farm with several servers hosting web services and I'd
like to add a custom HTTP header to every web service response so our client
support can locate the server that processed the request. We use WSE
encryption on our SOAP messages so we really want a plain old HTTP header and
not a SO ...
|
get parser error while running my project that uses webservice.
Tue, 10 Jun 2008 04:20:00 -0700
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not create type
'abc.PolicyWebService.PolicyService'.
what cud ...
|
utf-16 with XML
Mon, 9 Jun 2008 11:31:00 -0700
Dear Sir:
i develp web service by using C# this web service have 2 web method wich
return some information on XML format.
the problem is the XML information returned by web method contain utf-16
encoding in first line , this first line:
<?xml version="1.0" encoding="utf-16"?>
but when web method ...
|
Annoying Compilation Issue.
Mon, 9 Jun 2008 07:46:46 -0700 (PDT)
Ok, this is going to be a bit difficult to explain, since it is
slightly convoluted.
I have a c# DLL. Lets call it Common.DLL
It contains base classes and enums and structs etc
Lets say it has an enum called Mode.
I have two Webservices. Call them A and B.
Both of these webservices reference Comm ...
|
Asynchronous WCF Service Question
Sun, 8 Jun 2008 05:26:43 -0700 (PDT)
Hi
I am using WCF Services exposed as REST URIs to be consumed by generic
AJAX clients. All of my services need to be Async in nature.
We have a typical n-layer architecture for our project wherein the
Service Layer --> Business Layer and
Business Layer --> Data Access Layer
Data Access Layer --> LINQ --> DB
...
|
|
|
Architectural issue , threading
Fri, 6 Jun 2008 02:43:43 -0700 (PDT)
so thats what I have :
a web service, lets say is called "Facility" and it`s primary goal is
to submit some information to the database.
the problem comes, when from another service/app (consumer) I send
such information to the Facility service..
all works fine, but in the end the "consumer" wants to make an re ...
|
Thread ID and Unmanaged DLLS
Thu, 5 Jun 2008 08:58:01 -0700
I have a .NET class library with some unmanaged DLLs inside that are based on
MFC. I'm hosting the class library in a web service. The first client of
the web service works fine, and the access class to the .NET class library is
set to 'nothing' when leaving the web method. The second client of the web
se ...
|
Please Help - Async Web Service Example
Thu, 5 Jun 2008 07:21:00 -0700
Hi,
I've been looking around for a couple days now trying to find a good example
of using an asmx web service that uses the webServiceAsync call and the
Completed event. I am trying to understand when the completed event gets
called how to save the result so the main thread can get access to it and how
th ...
|