0
votes
1answer
12 views

Restful service consuming WCF self hosted service

I am currently working with an application that is using a restful service. There is another application that has a self hosted WCF service running. I would like to consume the self hosted service ...
0
votes
0answers
11 views

WCF Authentication Binding Errors

I have a WCF Service which also consumes a sharepoint userprofile service. I am getting this error when i try to run the service on IIS. The authentication schemes configured on the host ...
0
votes
1answer
8 views

Value of type 'DOOD.ServiceReference1.Search' cannot be converted to 'DOOD.Search'

After adding service reference in web application it created reference.vb class with namespace service reference1 and when i tried to assign i created a class same as what web service is returning ...
-2
votes
1answer
15 views

web api vs web services vs WCF?

I would like to read some striking key differentiating features among web api, web services and WCF. Few example with related with asp.net technique would be great to read. Thanks in advance.
0
votes
1answer
23 views

Unable to resolve WCF “Metadata publishing for this service is currently disabled” error

I'm branching out into .Net web services and unfortunately am a newbie at it. I've decided to build WCF service instead of asp.net service because of online recommendations. My ultimate goal is to ...
0
votes
2answers
27 views

How to change the database in a WCF service connection string?

In Azure, I have a database called Sismos, this was targeted by my WCF service, I created a copy of this database like this on Azure: CREATE DATABASE sismos_cfe AS COPY OF Sismos; This was because ...
1
vote
0answers
31 views

WCF method returns DataSet and table's rows are out of order

I have a WCF service that returns a DataSet which contains 3 DataTables. The first 2 DataTables contain some metadata about the data that will be processed, and the 3rd DataTable contains the main ...
0
votes
1answer
11 views

WCF Service Failing With Web Application but working fine in WinForm

Unhandled Exception: System.InvalidOperationException: The operation 'GetCountAsync' could not be loaded because it has a parameter or return type of type System.ServiceModel.Channels.Message or a ...
0
votes
2answers
21 views

Access to a WCF web service in VB6

I am very basic in VB6 so sorry if I am asking an obvious question! We have an old VB6 application and currently we need to do some re-enhancements in it. I want to somehow connect it to a WCF ...
-3
votes
0answers
18 views

transfer files with ipaddress & port number, & having limited access for particular ipaddress to transfer files using C#

How to transfer files with the help of ip address and port number, & having limited access for particular ip address to transfer files using C#
0
votes
1answer
15 views

“KeyNotFoundException” while consuming a WCF service on Windows Phone App

Currently I'm working on a project which requires consuming WCF Services to send some dynamic forms information (Text Information). I'm a newbie in both windows phone 8 and WCF, though I've looked ...
3
votes
1answer
32 views

Manual read Endpoint adress at serverside?

How do I read a specific WCF service endpoint adress from the web.config when in a servicemethod? I have tried this : ServicesSection servicesSection = ...
0
votes
0answers
22 views

Is it possible to play with instanceContextMode and ConcurrencyMode in WCF Routing service?

Recently I had a task to create WCF routing service on separate IIS host so our back end services could not be accessed directly from Internet. My idea was to create one service that would route ...
0
votes
0answers
12 views

Silverlight WCF Service Upload configuration

I have a little problem of configuration in my WCF Service. I have a service with 3 Methods (Upload, Download and Delete). When I execute the project on local, there is no problem because the address ...
0
votes
1answer
57 views

WCF Web service Anonymous Authentication

I have a utility Web service hosted on IIS 7.0 on our site. This service is consumed by desktop clients, and since it's a utility service, the users should be able to access it without entering ...

1 2 3 4 5 177
15 30 50 per page