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:

  1. use wcf static configuration possible.

  2. use wcf programmatic configuration (e.g. using custom messageheaders).

  3. use webrequest/webresponse , craft messages manually.

  4. 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

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -