all groups > dotnet web services > january 2008 > threads for january 22 - 28, 2008
Filter by week: 1 2 3 4 5
WCF SecurityNegotiationException across machines
Posted by Competitive Dad at 1/28/2008 6:56:02 AM
I have a WCF service using wsHttpBinding and a client that is a website,
hosted on the same Windows 2003 Server.
If I use the client on the same machine as a service everything is fine. If
I use the website on a separate machine (IE 6 on XP SP2) I get a
SecurityNegotiationException, "The c... more >>
WCF - MessageSecurityException - when can it occur?
Posted by pstachowicz@onet.eu at 1/28/2008 6:40:38 AM
Hi,
Is it possible to get MessageSecurityException after the security
context has been negotiated and the service operation has been
executed?
i.e. Can I assume that when I get this exception the method has never
been executed?
Thanks,
Piotr... more >>
multi tasking?
Posted by cj at 1/25/2008 4:10:55 PM
Strictly as an example, suppose I write a web service that takes an
employee number and then does some processing and returns their security
clearance, name, department or some such stuff. Again for arguments
sake say this processing takings about 15 seconds each time. Lastly
assume there ... more >>
WCF Hosting Issue
Posted by Tina at 1/24/2008 5:57:25 PM
I'm going through this book on WCF and the first example has me writing a
WCF host in the form of a console app. The code is as follows:
using System.ServiceModel;
namespace Host
{
class Program
{
static void Main(string[] args)
{
using (ServiceHost h... more >>
Hosting Web Services
Posted by davebythesea at 1/24/2008 6:52:08 AM
Dear List,
I have been writing Web Services and running them from either a local IIS
Server on XP Pro or within the built in web server in VS2003 and more
recently VS2005.
I was considering getting a 'real server' to host some web services, but am
not sure which Microsoft server is best ... more >>
<%@ WebService Language="vb" CodeBehind=...
Posted by Will Game at 1/24/2008 12:09:39 AM
Hi, I,m trying to make my web service public, bu I have problems with
this line:
<%@ WebService Language="vb" CodeBehind="~/App_Code/GISAdmin.vb"
Class="GISAdmin" %>
How to fix this?
*** Sent via Developersdex http://www.developersdex.com ***... more >>
WCF basicHttpBinding
Posted by Philip at 1/23/2008 7:21:55 PM
I have created a WCF Service with a basicHttpBinding. It is not easy for me
to deploy a server certificate, so this is the reason I am using a
basicHttpBinding..... with a simple username/password authentication, using
the asp.net membership subsystem.
I am hosting my WCF Service under IIS... more >>
Populate web service response from xml file
Posted by Magnus at 1/22/2008 5:00:22 PM
Hi,
I will implement a mock web service for internal testing of a client
application we're developing. We do not want to hard code the answers, but
instead store the possible answers as XML data/files in a database. Each web
service method could have several possible answers which should be... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|