Home Page › Forums › BizTalk 2004 – BizTalk 2010 › SOAP Adapter and Filename › SOAP Adapter and Filename
I may try this to get the filename through WS:
===================================
create one custom pipeline on SOAP send side — promote the context property \”ReceivedFileName\”
Create a schema for SOAP Header, only inclued one element \”Filename\”.
Create SOAP Header based on this schema using the wizard.
Having another custom pipeline on SOAP receive side — take the value out of soap header and throws back to promoted proptery
===================================
But i don’t know how to store the promoted property value into SOAP Header while submit file to WS. Or maybe i have to set up orchestration?
Is the direction i’m going right?
Thanks
Merry