10-21-04 10:51 PM
Hi,
In my BizTalk orchestration, I am trying to route an Infopath
document, based on some inforamtion in it. I read the form library
name from the Infopath document and accordingly create the destination
URL from it. I am using dynamic port for this. My problem is that I am
geeting an error, because BizTalk is using the HTTP adapter to post
the document to my Sharepoint library instead of using a Sharepoint
adapter. I would really appreciate it if someone could advise me as to
how I can specify the trasport type for a dynamic port for Sharepoint
in the orchestration. I am listing the code in the Expression Editor
that I am using to bind my dynamic port.
DynamicSendPort(Microsoft.XLANGs.BaseTypes.Address) =
"http://localhost:8080/sites/BizTalk/LibraryName";
Thanks much,
[ Post a follow-up to this message ]
|