Questions tagged [wcf-lob-adapter]

Use this tag for questions related to the WCF LOB Adapter, a framework for developing reusable, metadata-rich adapters.

From MSDN:

The is a collection of tools and components that provide a consistent framework for developing reusable, metadata-rich adapters for line-of-business systems. Adapters written using the WCF LOB Adapter SDK are surfaced as custom WCF bindings and can be consumed by a WCF-capable client.


Consider using or/and if needed, since they are usually found in questions tagged with .

9 questions
5
votes
2 answers

When implementing time-constrained methods, should I abort the worker thread or let it run its course?

I'm currently writing a web services based front-end to an existing application. To do that, I'm using the WCF LOB Adapter SDK, which allows one to create custom WCF bindings that expose external data and operations as web services. The SDK provides…
Frédéric Hamidi
  • 258,201
  • 41
  • 486
  • 479
2
votes
1 answer

How to Perform a One-Way Send with a Custom WCF LOB Adapter

I'm trying to create a basic one-way custom WCF LOB Adapter for use with BizTalk and am implementing the Execute method that gets created by the Visual Studio WCF LOB Adapter SDK project Wizard. The documentation for this method is summarized with…
Maxime Labelle
  • 3,609
  • 2
  • 27
  • 48
2
votes
2 answers

Is there a way to manually remove WCF LOB Adapter SDK

While BizTalk 2013 Dev edition was installed, I have updated my PC to Windows 10. Now I updated to BizTalk 2013 R2 but I cant install WCF LOB Adapter SDK because it says "Another version is already installed". I can not remove WCF LOB Adapter SDK…
Kenank
  • 321
  • 1
  • 10
1
vote
1 answer

Is it possible to implement Streaming in a custom WCF LOB Adapter?

The WCF LOB Adapter SDK creates skeleton code for getting started in the implementation of custom LOB Adapters. As part of this code, the following IOutboundHandler interface is implemented: Message Execute (Message message, TimeSpan timeout); Is…
Maxime Labelle
  • 3,609
  • 2
  • 27
  • 48
1
vote
0 answers

BizTalk WCF LOB Adapter: Can I have customizable scheme name

WCF Lob adapter project item creates this file. I want to keep the SCHEME and SERVICENAMSPACE values in a machine.config or BTSNTSvc64.exe.config Is it possible? If not how can I keep it customizable setting. using…
Ziaullah Khan
  • 2,020
  • 17
  • 20
1
vote
1 answer

How to Retrieve the Message Body with an Appropriate Encoding in a Custom WCF LOB Adapter?

I'm trying to write a basic One-Way custom WCF LOB Adapter for use in BizTalk. However, the target system does not necessarily supports Xml messages. I understand that messages flowing through a custom WCF adapter are wrapped in an XML envelope and…
Maxime Labelle
  • 3,609
  • 2
  • 27
  • 48
1
vote
1 answer

Consuming my custom WCF LOB adapter

My question is: Why is the consuming wcf adapter dialog is not updated, when I change my code and build new dll and put it into the GAC? Details: I am developing my custom wcf lob adapter for Biztalk server 2013 r2. I have implemented needed…
0
votes
0 answers

Why does BizTalk WCF Lob adapter SDK is not getting installed on Windows 10 machine?

I am installing BizTalk server on my Windows 10 machine. I have two visual studio instances installed. One is VS2015 and other one is VS2017. I could install the BizTalk server 2016 successfully and could create and use some of its components.…
S P
  • 75
  • 6
0
votes
1 answer

How to consume a LOB Adapter SDK-based design-time interfaces

I'm trying to build a web-based GUI to consume custom LOB Adapter SDK-based connectors. In particular, I would like to browse the metadata using the IMetadataResolverHandler interface. I'm having two problems: The first problem happens when trying…
Maxime Labelle
  • 3,609
  • 2
  • 27
  • 48