Home Page › Forums › BizTalk 2004 – BizTalk 2010 › context properties › context properties
October 27, 2005 at 12:58 AM
#14225
You can create custom SOAP headers if the header you need is not present. How you do this varies on whether you are using the SOAP adapter, or the WSE adapter. The WSE adapter way is very easy, but tends to cause issues because of namespaces (potentially at least), the SOAP adapter is a little more convoluted, but still relatively easy.
Which adapter are you using?