Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>BizTalk Binding ViewerNew to Visual Studio Code? Get it now.
BizTalk Binding Viewer

BizTalk Binding Viewer

Lambogenius

|
4 installs
| (0) | Free
Explore BizTalk binding files, ports, locations, adapters, orchestrations, and assemblies in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

BizTalk Binding Viewer

A local-first, read-only VS Code custom editor for BizTalk BindingInfo XML exports.

Features

  • Summarizes binding status, endpoints, applications, adapter usage, and hosts.
  • Browses receive ports and locations, addresses, handlers, pipelines, schedules, and adapter properties.
  • Browses send ports, transports, pipelines, delivery settings, and subscription filters.
  • Lists deployed orchestration state, host assignment, tracking, and containing assemblies.
  • Searches the complete binding inventory and filters ports by adapter.
  • Masks password, secret, token, connection-string, and private-key adapter properties in the visual view.
  • Refreshes as the underlying XML changes and never sends binding data over the network.

The viewer is intentionally read-only. Use Open XML to inspect or edit the source with VS Code's text editor.

Install locally

npm install
npm test
npm run package
code --install-extension artifacts/biztalk-binding-viewer.vsix --force

Reload VS Code, right-click a BizTalk binding XML file, and choose BizTalk: Open Binding Viewer. You can also use Open With... and select BizTalk Binding Viewer. Generic XML remains associated with VS Code's normal text editor.

Development

Run npm run check for JavaScript syntax validation and npm test for parser and manifest tests. The extension has no runtime dependencies and parses files entirely inside the webview.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft