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;
you might get an error for each MEX endpoint registered for the LOB adapter as shown in the figure below;
Even though MEX is not enabled in the web.config of the particular project;
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;
And comment the adapters you don’t need;
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
Comments