Getting Error when Service account of WCF Service is a new account
Sun, 13 Jul 2008 19:47:00 -0700
Hi, I have WCF service and integrated with STS (WS-Federation). The Service
exposes 5 endpoints Win, UNT and Federated Windows, Federated UNT and Mex
endpoint.
My STS Service exposes 3 endpoints WIN, UNT and Mex.
I am getting error when I sent a request from a client to WCF Service
Fed-Win/ Fed-Unt endpo ...
|
Deploy All Dependent Files
Sun, 13 Jul 2008 18:48:43 -0700
I have a Visual Studio.Net solution that has several projects, one of which
is a web service project. I has a reference set to a DLL which is in the
same solution, but is a separate project. When I go to publish the web
service, there does not seem to be an option that would automatically
determine what ref ...
|
Configure the client certificate
Sat, 12 Jul 2008 02:34:31 -0700
Maybe the problem is that you don´t configure the client certificate.
In mode "HttpClientCredentialType.Certificate", the client needs to be configured with a certificate
"ch.Credentials.ClientCertificate.SetCertificate"
this client certificate must be on the service trusted certificate repository in order ...
|
Re: XSD is missing an element
Fri, 11 Jul 2008 11:11:33 -0700 (PDT)
On Jul 11, 1:00 pm, huohaod...@gmail.com wrote:
> On Jul 11, 11:33 am, huohaod...@gmail.com wrote:
>
>
>
> > On Jul 11, 11:19 am, "John Saunders" <n...@dont.do.that.com> wrote:
>
> > > <huohaod...@gmail.com> wrote in message
>
> > >news:92022c77-42ed-4179-a545-0e794012fbc8@p25g2000hsf.googlegroups.com> > > ...
|
Re: XSD is missing an element
Fri, 11 Jul 2008 10:00:56 -0700 (PDT)
On Jul 11, 11:33 am, huohaod...@gmail.com wrote:
> On Jul 11, 11:19 am, "John Saunders" <n...@dont.do.that.com> wrote:
>
>
>
> > <huohaod...@gmail.com> wrote in message
>
> >news:92022c77-42ed-4179-a545-0e794012fbc8@p25g2000hsf.googlegroups.com..> > > Hi,
>
> > > I am a new to web service world. For the lea ...
|
XSD is missing an element
Fri, 11 Jul 2008 07:50:09 -0700 (PDT)
Hi,
I am a new to web service world. For the leaning purpose, I have
created a web service in 2005 with one asmx.cs file, in this file, I
have one method called GetUser() which returns a custom user object,
something like
[WebMethod]
public User GetUser()
When I run it from IDE, I noticed after clickin ...
|
Custom classes and DataContracts
Fri, 11 Jul 2008 09:21:59 -0500
Here's the situation folks.
I have two WCF Services, CustomerDALC and PricingDALC.
I have a desktop application containing service references to both of these.
This was done via the VS IDE.
On the server-side, CustomerDALC and PricingDALC use the same Customer.cs
class file (a [DataContract] with [DataMem ...
|
|
|
Where to get WCF for Visual Studio 2005
Fri, 11 Jul 2008 12:17:21 +0200
OK here the big problem... My organization is not yet ready to move to .NET
3.5 and even .NET 3.0 is still seen as something "not quite stable" (don't
ask me why).
For those reasons the project I am working on is still based on .NET 2.0
with Visual Studio 2005 so a migration to Visual Studio 2008 is very
...
|
WAP testing and Browser testing
Thu, 10 Jul 2008 23:40:00 -0700
Could anyone elaborate me the difference between WAP and Browser testing.As
both of them are done for testing the Smart phone's. ...
|
Publishing WCF Service to hosting provider
Thu, 10 Jul 2008 22:43:06 +0100
Hi,
I have developed a WCF service that I am planning to host with a service
provider. After spending some time uploading the service and fiddling around
with the .svc file and Web.config, I have not managed to get this to work
and I am receiving a 404 page when trying access (i have tried dumping a
.htm ...
|