WCF Test Client–BizTalk adapter pack full install

When you have the BizTalk Adapter pack installed, it will update the (machine) config, with some endpoints for certain line of business adapters…

After starting a WCF service, the testclient will start;

image

you might get an error for each MEX endpoint registered for the LOB adapter as shown in the figure below;

image

Even though MEX is not enabled in the web.config of the particular project;

image

it’s problably documented somewhere, but i could not found a fix, so hereby the workaround, the manual of the LOB adapters already states which config file to edit;

image

And comment the adapters you don’t need;

image

 

The annoying thing is however, that with this setting, generating schemas using the ‘Add generated items’ wizard will not work as expected and you can’t see the tables/procedures in you database. So remember to enable IMEX if you need to create schemas for the SQL adapter!

 

HTH,

Sander

 

 

 

 

 

 

 

Start the svc editor

image

Comments

Popular posts from this blog

Azure implementation guidelines

UK Connected Systems User Group – BizTalk Services questions

Setting up a build server with the BizTalk Deployment Framework