-1
votes
0answers
13 views
how to write code for Update and delete by using WCF with DATASET.XSD Windows 3tierArchitecture C#.net
Hi Every one,
I am Nagendra , i need to Update and Delete code my application
using WCF WITH DATASET.XSD 3tierArchitecture in windows c#.net
please help me....
Regards
Nagendra
0
votes
1answer
14 views
Any viable alternatives to WCF and WSDL for integration endpoints?
My employer is a software vendor for a specific market. Our customers integrate our system with others using web services. We use Microsoft technology, and our web services are implemented in ASP.NET …
2
votes
3answers
34 views
Effective pattern for getting progress info about a method that long time in WCF?
I want to get progress updates about a method called on WCF.
For example I run 1000 queries and want to know the current status.
0
votes
0answers
17 views
Can’t connect to WCF service on Android
I am trying to connect to a .NET WCF service in Android using kSOAP2 (v 2.1.2), but I keep getting a fatal exception whenever I try to make the service call. I'm having a bit of difficulty tracking …
2
votes
2answers
24 views
Linq, Entity Framework and WCF
If I have a customers and orders relationship in my Linq or EF model, at the WCF service layer I can add an order to the customer by calling
Customer.Orders.Add(customer);
When I access my …
2
votes
4answers
50 views
What are the benfits of using WCF over ASMX web services?
What are the benfits of using WCF over ASMX web services?
Any pointers?
0
votes
1answer
17 views
Which binding in WCF provides both streaming and session?
I am using wsHTTPBinding with wcf session but it doesnt support streaming, if I use basicHTTP for streaming it doesnt support wcf session? Is there any solution without using MTOM?
1
vote
1answer
16 views
Visual Studio WCF Application now asking to manually attach to process
I have a console app that is calling a WCF app hosted in IIS.
Up until now everything has been fine and I am able to debug the app - step through it without any problems...
Until I added my dev pc …
1
vote
5answers
125 views
Web application design
I have a project that I have recently started working on seriously but had a bit of a design discussion with a friend and I think he raised some interesting points.
The project is designed to be …
0
votes
1answer
15 views
Is MTOM requires messageContract in WCF?
Is three any way use datacontacts while using mtom
0
votes
2answers
34 views
How do I use Fiddler to listen to the asp.net development server (i.e. cassini)?
I am attempting to debug a (RESTful) WCF app using Fiddler. I run my project via VS IDE - which launches my app in the ASP.NET Development Server aka Cassini. I then launch Fiddler and in the …
0
votes
0answers
20 views
WCF (hosting service in IIS) - machine name automattically being picked up by WCF rather than IP?
So, I previously posted about my troubles in moving a working WCF service from my local machine to the development server. The problem was that when moving it over all of the references were by …
4
votes
8answers
103 views
+100
WCF, BasicHttpBinding: Stop new connections but allow existing connections to continue
.NET 3.5, VS2008, WCF service using BasicHttpBinding
I have a WCF service hosted in a Windows service. When the Windows service shuts down, due to upgrades, scheduled maintenance, etc, I need to …
4
votes
3answers
62 views
How to handle large file uploads via WCF?
I am looking into using WCF for a project which would require the ability for people to upload large files (64MB-1GB) to my server. How would I handle this with WCF, possibly with the ability to …
0
votes
1answer
33 views
How to secure a 3-hop WCF facade service using certificates?
Hi,
I've recently developed a WCF Facade service. I'm new to WCF and having trouble understanding the security implementation pieces.
The service is as follows:
An asp.net public website has a WCF …
