Tagged Questions

0
votes
2answers
18 views

WCF authentication “friendly” to non-Microsoft clients?

An exploratory question, here. After some reading, I'm getting a sinking feeling that WCF's authentication options aren't "friendly" to non-Microsoft clients, or require a great d …
1
vote
2answers
25 views

WCF service returns HTTP 400, but only when Content-Type is set to “text/xml” or “text/json”

I'm truly stumped. I've tried every tool imaginable, checked every resource I can, and still can't make sense of this. I have a WCF service designed to handle plain old XML reques …
0
votes
2answers
21 views

SOA with WCF responsibilities and dependencies

I am moving onto a new team that has implemented a solution using SOA with WCF. The services are all very vertical, for example: a CustomerService, an AddressService, an AccountSe …
0
votes
0answers
16 views

What are those “garbage” 16 bytes at the beginning of an unencrypted EncryptedData tag from an encrypted ws-security SOAP message? (WCF)

I'm inspecting a WCF request message in order to implement part of the WS-Security standard to have iPhone <-> WCF intercommunication (I'm using certificate security over basicH …
1
vote
1answer
24 views

Using Structs with WCF Services

Is there any official recommendation on using structs as return types with WCF services? I'm currently interacting with a service I did not write and find myself inspired to ask …
0
votes
2answers
28 views

Streaming a big file directly to the database

I'm using a WCF application to save a file received via streaming to the database. I interact with my database using LINQ to SQL. I need a way to insert any data I receive automati …
1
vote
1answer
20 views

ASP.NET, SilverLight, WCF & Forms Authentication - How to configure endpoints?

I have this existing environment: 1) ASP.NET 3.5 web application 2) forms authentication with the SqlMembershipProvider I need to add the following: 1) a Silverligh …
0
votes
3answers
24 views

In WCF how do I return a class that contains a System.Drawing.Image property?

I have a WCF service which exposes a method that returns an array of objects which contain an Image property (see code below). In the same solution, I have a class library project …
0
votes
1answer
21 views

WCF Transaction Flow Question

I would like to configure WCF service operations to accept a transaction if my client sends one, but not to create one if none is sent. I think this would be similar to the Suppor …
0
votes
1answer
11 views

ServiceContractGenerator vs ServiceDescriptionImporter

I'm trying to build a light-weight SOAP client without using Add Service Reference. Ideally, this client should work for as many services as possible. Currently, it uses ServiceDes …
0
votes
2answers
20 views

WCF windows authentication with IIS and Application Pool

I have a WCF Server running on IIS 6 using a application pool with a custom identity right now the I looked on the web for two days and I can't find the exact answer to my problem …
0
votes
4answers
46 views

Why am I using the KnownType attribute wrong?

I am trying to deserialize a json response from a google api, so i thought i would define a couple classes to help with it: [DataContract] public class DetectionResult:ResponseDat …
0
votes
1answer
17 views

Fluent WCF (in code) configuration/hosting for multiple clients?

Doesn't configuring WCF in code require more coupling with the model and service libraries? If I'm understanding it correctly, you configure the host in code in the same project …
1
vote
1answer
28 views

What are these WCF service reference files

When I add a WCF service reference in Visual Studio 2008, a directory named Service Reference\ServiceReferenceNamespace is created. In this directory, there's files named Service …
0
votes
2answers
55 views

Where should the data be stored in MVVM?

I've got this Silverlight Prism application that is using MVVM. The model calls a WCF service and a list of data is returned. The ViewModel is bound to the View, so the ViewModel …

1 2 3 4 5 217 next
15 30 50 per page