1. Viktor Genel
  2. PowerServer 2020 or older (Obsolete)
  3. Thursday, 7 June 2018 12:49 PM UTC

Hello Community,

I have a custom DLL which calls a webservice.
I am calling a webmethod of the DLL through appeondotnetcomponent.of_execinterface() method
A calling app is supposed to provide the  info to the DLL.
It works perfectly being called from a test DotNet app if this section is added to the app's APP.CONFIG file:

       
                        binding="basicHttpBinding" bindingConfiguration="xxxServiceServiceSoapBinding"
              contract="xxxServiceReference.webserviceService"
              name="webservicServicePort" />
       

Question:
Which config file is used by the Appeon appeondotnetcomponent nvo, where I can provide this section info to be passed to the DLL to successfully call the webservice?

Thank you beforehand...

Govinda Lopez @Appeon Accepted Answer Pending Moderation
  1. Monday, 11 June 2018 22:44 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 1

Hi Viktor:

 

All documentation regarding the AppeonDotNetComponent can be found here (page 70). 

 

I hope this helps.

 

 

Regards,

Comment
  1. Viktor Genel
  2. Tuesday, 12 June 2018 11:40 AM UTC
Thank you Govinda!

  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.