Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Dynamic Send Port Alias Resolution

25 views
Skip to first unread message

Mark

unread,
Feb 11, 2008, 2:18:26 PM2/11/08
to
Hi,

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

Mihai Dan

unread,
Feb 11, 2008, 3:42:17 PM2/11/08
to
"There are addresses that can be mapped to multiple adapters in BizTalk
Server 2006 R2. For example, an address that starts with http:// or https://
can be handled by the HTTP adapter as well as by the WCF-BasicHttp,
WCF-WsHttp, or WCF-Custom adapters. Therefore, to identify the correct
adapter, you must configure the optional
Microsoft.XLANGs.BaseTypes.TransportType field in an Expression shape with
the adapter that you want to use."

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

Mark

unread,
Feb 11, 2008, 5:23:48 PM2/11/08
to

Very helpful. Thanks for your swift response.

0 new messages