When using a dynamic send port I can specify the URI of the target
endpoint in an orchestration using the
Microsoft.XLANGs.BaseTypes.Address property. My understanding is that
this is resolved to a physical adapter using the transport type prefix
of the URI e.g. http://, ftp://, file:// etc. However, if I use a URI
that starts with http:// how do I know which adapter is used since
this could be HTTP, WCF-BasicHttp or WCF-WSHttp?
Can I specify which adapter to use by setting the
Microsoft.XLANGs.BaseTypes.TransportType value to one of the above
values?
Thanks
Note:
"If the address starts with http:// or https://, and if you do not specify
the Microsoft.XLANGs.BaseTypes.TransportType field, by default, the BizTalk
engine will use the HTTP adapter."
I've pulled this out from the product documentation... It's under
"Configuring Dynamic Send Ports Using WCF Adapters Context Properties".
--
Please let me know your thoughts or questions, or if you've found this reply
helpful.
Mihai Dan
Very helpful. Thanks for your swift response.