WCF-BasicHTTP SoapHeader

Home Page Forums BizTalk 2013 & BizTalk 2013 R2 WCF-BasicHTTP SoapHeader

Viewing 1 reply thread
  • Author
    Posts
    • #28010

      How to write this Header in SOAP Header WCF-BasicHttp adapter.

       

       

      <soap:Header>      <v1:Workstation>?</v1:Workstation>      <v1:SourceSystem>?</v1:SourceSystem>      <v1:PropertyCode>?</v1:PropertyCode>      <v1:GamingDate>?</v1:GamingDate>      <v1:EventType>?</v1:EventType>      <v1:EnteredBy>?</v1:EnteredBy>      <v1:CurrentDateTime>?</v1:CurrentDateTime>   </soap:Header>

    • #28041

      As far as I know, in .NET we can add custom SOAP headers by specifying our custom EndpointBehavior (deriving from IEndpointBehavior) which can add our custom ClientMessageInspector (deriving from IClientMessageInspector) which, in its turn, can add any custom header to the request processed.

Viewing 1 reply thread
  • The forum ‘BizTalk 2013 & BizTalk 2013 R2’ is closed to new topics and replies.