Posts by Eric • 71 points
3 posts
-
2
votes1
answer383
viewsQ: Serialization - Webapi for WCF with base type property (Abstract)
I have a problem here where I have a Webapi consuming a WCF. I’m basically having trouble getting into WCF a property that’s the base type of class I’m actually sending. I’ll set an example to make…
-
1
votes3
answers986
viewsA: WCF consuming external Java Webservice with HTTPS and proxy
After much research and help from colleagues in the community, I discovered that the problem was the lack of configuration of Winhttp (Microsoft Windows HTTP Services) that does not use the same…
-
4
votes3
answers986
viewsQ: WCF consuming external Java Webservice with HTTPS and proxy
I have a WCF service that consumes a web service (developed in Java) where I need to connect with HTTPS using a certificate. So far everything works well, however, in production environment my…