Call Accounting over IP - OXO - Client Application Error
Posted: 09 Dec 2019 02:48
I'm trying to develop a client application that reads the XML files generated by the Call Account over IP Web Service.
I can properly connect trough the OHL driver and can see the XML's generated.
Now I'm trying to do this from a C# console, by using the provided wsdl (local wsdl).
When i try to do the following:
var client = new Alcatel.AlcXmlCAPServiceSoapClient(IP_ADRES);
I get the following error:
element with name '' and contract 'Alcatel.AlcXmlCAPServiceSoap' 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 name could be found in the client element.'
Now I don't know anything about this configuration file.
After asking Alcatel through their contact page they send me here.
Does anyone have example code or any idea how this should be done, or a general direction to look for more information?
As AlcXmlCAPServiceSoapClient has a couple of overloads, but I just don't know what to pass along to make this work.
I can properly connect trough the OHL driver and can see the XML's generated.
Now I'm trying to do this from a C# console, by using the provided wsdl (local wsdl).
When i try to do the following:
var client = new Alcatel.AlcXmlCAPServiceSoapClient(IP_ADRES);
I get the following error:
element with name '' and contract 'Alcatel.AlcXmlCAPServiceSoap' 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 name could be found in the client element.'
Now I don't know anything about this configuration file.
After asking Alcatel through their contact page they send me here.
Does anyone have example code or any idea how this should be done, or a general direction to look for more information?
As AlcXmlCAPServiceSoapClient has a couple of overloads, but I just don't know what to pass along to make this work.