cancel
Showing results for 
Search instead for 
Did you mean: 

B1IF Invoking DotNet DLL then invoking web service

Former Member
0 Kudos

  Hi All,

I have a .NET dll that invokes a web service... the dll invoking the web service works 100% when I call it via another .NET application but when I call it via B1IF i get

Could not find default endpoint element that references contract 'MobiService.AccountsSoap' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element

Please help urgently...

Regards, Brenden Draper

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All,

This is missing functionality in B1IF...

You will have to set the End Point and Bindings of your Web Service inside the code of your DLL and not expect the app.config file to supply this. Because it will be in accessible in B1IF when calling the DLL.

Kind Regards,

Brenden Draper

Answers (0)