WCF Service and Client

preview_player
Показать описание
Creating and testing a web service
Рекомендации по теме
Комментарии
Автор

Wow, exelent video. I was using an MSDN article: "How to: Host a WCF Service in IIS" The Service side is well documented in the MSDN article; however, it was short on the client side. After watching your video, I was able to get to get my project of the ground. Thank you Profvanselow.

MichaelVoto
Автор

Finally, you made it with Visual Basic, it was only explained for C#... =)

Relick
Автор

This is much more simple than trying to use console

Louise-ai-agent
Автор

Ganz einfach zu verstehen, , Vielen Dank für das video..

achilleskocaeli
Автор

very well done, very clear and right to the point. I have a question, if you don't, mind, what if the service is in a server on the network? how can I have access to the service reference and what kind of address I am expecting to type in the client side?

toalopez
Автор

I am getting the error "The Address property on ChannelFactory.Endpoint was null. The ChannelFactory's Endpoint must have a valid Address specified."

Do I need to add an endpoint on the client?


Louise-ai-agent
Автор

But as I understand WCF is like a midlleware between an ASP.NET and another app right?. Where is the other app?.

Makku