Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 550 results for
wcf
- Page 1
Re: WCF
Programming
Web Development
11 Years Ago
by deceptikon
WCF
is really just a more powerful sibling of web services. HTTP is the transport protocol of the web, and SOAP is a messaging protocol for packaging data. Serialization takes raw data and converts it to a convenient storage or transport mechanism like binary or XML.
WCF
Programming
Web Development
12 Years Ago
by pearl.kumar1
Hi.I have some Doubt in
WCF
. I have Create one Simple
WCF
application,But i have error to call'Add Service reference' "There was an error downloading 'http://localhost:51770/
WCF
Service/Service.svc'." Kindly,Give the info About why this occur and also how to Rectify this issue ASAP....
Re: WCF
Programming
Web Development
12 Years Ago
by LastMitch
>I have Create one Simple
WCF
application,But i have error to call'Add Service reference…' Read this: http://social.msdn.microsoft.com/Forums/eu/
wcf
/thread/faf7cde1-7abd-4a55-b0de-d041bc4d8e6d and this: http://social….msdn.microsoft.com/Forums/en-US/
wcf
/thread/2622b28d-1dc1-4b05-adb4-42f31fdb2ef3/ A little code …
WCF
Programming
Web Development
11 Years Ago
by HunainHafeez
… web services little bit but don't know about theses
WCF
, read a lot on google but couldn't get its…://www.codeproject.com/Articles/139787/What-s-the-Difference-between-
WCF
-and-Web-Services or msdn. It says like communcation over…
WCF
Programming
Software Development
14 Years Ago
by harsha1708
Hi am new to
wcf
, so can anybody suggest website to learn
wcf
Re: WCF
Programming
Software Development
14 Years Ago
by kvprajapati
… Foundation[/B][/URL] is an excellent place to start learning
WCF
. Another MSDN resource link - [URL="http://msdn.microsoft.com…
WCF
Programming
Web Development
14 Years Ago
by nice_candy
… am in critical problem here my requirement i have a
wcf
service which login the user and it return uer id…
Re: WCF
Programming
Web Development
14 Years Ago
by kvprajapati
Please have a look at these articles: 1. [URL="http://msdn.microsoft.com/en-us/library/ms731193.aspx"]Sessions, Instancing, and Concurrency[/URL] 2. [URL="http://msdn.microsoft.com/en-us/magazine/cc163590.aspx"]Discover Mighty Instance Management Techniques For Developing
WCF
Apps[/URL]
WCF Custom data provider
Programming
Software Development
13 Years Ago
by arcaolcer
I am developing a project with
wcf
. I need to develop a
wcf
service that will take data from database. I should write… can not understand the example of Custom data provider with
WCF
.[URL="http://msdn.microsoft.com/en-us/library/ee960143….aspx[/URL] Can anyone send me an easy example of
wcf
custom data provider. My mail is : <removed>…
WCF Successful and Failing
Programming
Software Development
11 Years Ago
by TheSubby
…no problems at all. However, when I call the
WCF
service in my mobile application, I don't get … am going wrong. This is the code that calls the
WCF
: string ServiceUri = "urlgoeshere"; WebClient proxy = new WebClient…of type 'System.InvalidOperationException' 2) Also, I have two
WCF
Methods which I can run. The one I am having…
Re: WCF Custom data provider
Programming
Software Development
13 Years Ago
by arcaolcer
Thank you for your answer thines01. My supervisor asked me to develop the same project with
WCF
-LINQ, WebService-EF and
WCF
-CUSTOM(for Generic data). I did first and second. But I did not totally understand the third one. But I know that I will not do a method that having my
WCF
methods.
WCF tutorial
Programming
Software Development
15 Years Ago
by johnbutt
If some one need
wcf
tutorial here is a link :)
wcf
is for service-oriented applications [URL="http://www.pluralsight.com/main/olt/Module.aspx?a=aaron-skonnard&n=programming-services&cn=
wcf
-fundamentals"]http://www.pluralsight.com/main/olt/Module.aspx?a=aaron-skonnard&n=programming-services&cn=
wcf
-fundamentals[/URL]
WCF project
Programming
Software Development
13 Years Ago
by diGGity
… forum.. so Hello to all :) Im a beginner in programming
WCF
.Im a student, on our faculty, we get a new… task to make a project in
WCF
.I hope that you guys could help me a little… Web services using Windows Communication Foundation framework -
WCF
. In Visual Studio select the
WCF
Service Application project and add a new service…
Re: WCF Successful and Failing
Programming
Software Development
11 Years Ago
by Ketsuekiame
Are you using WebAPI or
WCF
? URI Parameters is a strange way to call
WCF
(typically you'd use a SOAP object)...
WCF web host
Programming
Software Development
10 Years Ago
by yulbas
Hi I am new in
WCF
and i am working on a desktop application in which … it. I searched and found that
WCF
can be used for that. i created simple
WCF
applicaton and hosted in my computer… domain is, please help me deploy a simple HelloWorld like
WCF
service on a remote IIS. using any version of visual…
WCF server to server security
Programming
Software Development
10 Years Ago
by pritaeas
I have two servers in different locations (not within the same LAN). Both have a
WCF
client and
WCF
server. The
WCF
client on one server connects to the
WCF
server on the other, and v.v. What would be the best way to secure this communication, other than using SSL and certificates?
Re: WCF Custom data provider
Programming
Software Development
13 Years Ago
by thines01
It doesn't seem like you need to create a Custom Data Provider. What it sounds like you need is simply a method of having your
WCF
methods query a database and return some values, right? If so, what is the database type?
Re: WCF server to server security
Programming
Software Development
10 Years Ago
by JorgeM
hmm.. unfortunately, i'm not knowledgable on
WCF
, but I found this article and there is a section on "
WCF
Security Best Practices and Standards".. [
WCF
Security in the Real World](http://msdn.microsoft.com/en-us/library/vstudio/hh273109(v=vs.100).aspx)
WCF Service supporting SSL with SelfHosting Certificates And Soapclient
Programming
Software Development
12 Years Ago
by Dendei
Hey im trying to make my
WCF
service support HTTPS and it works with HTTP but i'… [http://www.codeproject.com/Articles/24027/SSL-with-Self-hosted-
WCF
-Service](http://www.codeproject.com/Articles/24027/SSL-with-Self…-hosted-
WCF
-Service) and successfully created the certificates and i am stuck…
Re: WCF web host
Programming
Software Development
10 Years Ago
by dany4ev_1
… through below articles: http://www.codeproject.com/Articles/46335/Host-
WCF
-as-Windows-Service-without-Installing http://msdn.microsoft.com/en…://www.mohamedibrahim.net/blog/2010/01/24/problems-with-deploying-
wcf
-services-on-iis-70-or-iis-6-iis-and-other…
WCF Service providing PUT/DELETE methods crashes Website
Programming
Web Development
8 Years Ago
by Amr_3
…fine with the read and post operation the
WCF
service supposed to have a method that …and it works fine, however, when I update the
WCF
Service with a method like this [OperationContract] [WebInvoke…got a 500 internal error?!. Here is my other
WCF
Service methods and the calling jQuery [OperationContract] [WebInvoke…
Re: WCF project
Programming
Software Development
13 Years Ago
by thines01
Well, if this is to be a permanent
WCF
application, you will need to determine how you're hosting it. Is it to be self-hosted or attached to IIS?
Re: WCF web host
Programming
Software Development
10 Years Ago
by yulbas
… directory for that on remote web server to access my
wcf
service? is it possible? or is there any other way…
Re: WCF web host
Programming
Software Development
10 Years Ago
by Ketsuekiame
You need to add it as an application in IIS. If you upload the code files using FTP, you can use IIS Manager to add the
WCF
application (as an application) to your website. Note that you must have the HTTP Activation Service enabled on your server in order for this to work.
Re: WCF server to server security
Programming
Software Development
10 Years Ago
by pritaeas
> unfortunately, i'm not knowledgable on
WCF
Same here. Written plenty of server and client side code …
Re: WCF server to server security
Programming
Software Development
10 Years Ago
by Ketsuekiame
… problem or you can't establish a valid certificate chain.
WCF
can be configured in code or in web.config, so…
WCF Interoperability
Programming
Web Development
16 Years Ago
by shunnet
Hi All I Developed a small
WCF
Services And hosted it using host program.But I want to use that
WCF
service using some other technology like JAVA from another PC, how can we do that? Thanks In Advance! Shun
WCF component problems
Programming
Software Development
14 Years Ago
by sandeepani
I am working on a windows based project with
WCF
component. i have 2 problems with it currently. 1. I …? 2. Can anyone please tell me how to host a
WCF
service in IIS, which uses desktop applications at the server…
WCF problem
Programming
Web Development
14 Years Ago
by sandeepani
I am working on a windows based project with
WCF
component. i have 2 problems with it currently. I use …? 2. Can anyone please tell me how to host a
WCF
service in IIS, which uses desktop applications at the server…
Wcf Deployment
Programming
Web Development
14 Years Ago
by Tyrial
… the moment i am just trying to get the silverlight
wcf
services working. By making a simple grid which must get… a way to do the database transactions without using a
wcf
service?
1
2
3
10
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC