C# Console Application connecting to a 1.1 web service (WCF/WSE/WebRequest) -
i have been provided soap 1.1 wsdl
, password protected p12 x509 certificate connect web service periodically transmit records. have been provided how guide sign message using x509. example provided illustrates how sign message , provide appropriate security message headers. sample code in java, , includes functions signing message interact soap message directly.
the application i'm writing c# console app entity framework elements retrieve data.
my question related best approach tackling problem:
use wcf static configuration possible.
use wcf programmatic configuration (e.g. using custom messageheaders).
use webrequest/webresponse , craft messages manually.
use wse 3.0 , convert wsdl proxy class using older command line tools.
i've been investigating wcf routes - wcf ideal if control both sides of equation - articles thinning out specific use case.
Comments
Post a Comment