Skip to content

How to work with WCF ? #1760

Closed Answered by raman-m
mitti2000 asked this question in Q&A
May 4, 2020 · 8 comments · 6 replies
Discussion options

You must be logged in to vote

@mitti2000 on May 4, 2020

Hi Thomas!
You cannot use WCF and Ocelot in general!
WCF is old technology of .NET full framework as Windows platform (before .NET Core cross-planform).
So, WCF uses Windows OS system services on transport level. WCF is not included to .NET Core.
See more:

There is some experiments by Microsoft in migration WCF to .NET Core:

But Ocelot team is not going to use these protocols.


The Route for the WCF Service

You cannot route WCF traffic through Ocelot!
WCF uses different protocols on transport level. But, any …

Replies: 8 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ks1990cn
Comment options

@ks1990cn
Comment options

@raman-m
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by raman-m
Comment options

You must be logged in to vote
1 reply
@raman-m
Comment options

Comment options

You must be logged in to vote
2 replies
@raman-m
Comment options

@ks1990cn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Initially seen a question could become a new feature or bug or closed ;)
6 participants
Converted from issue

This discussion was converted from issue #1220 on October 28, 2023 17:29.