Call Accounting over IP - OXO - Client Application Error

Download the API here: http://api.aapp.al-enterprise.com
Post Reply
KevinESC
Member
Posts: 1
Joined: 09 Dec 2019 02:28

Call Accounting over IP - OXO - Client Application Error

Post by KevinESC »

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.
rachlilas
Member
Posts: 41
Joined: 06 Jun 2014 05:53

Re: Call Accounting over IP - OXO - Client Application Error

Post by rachlilas »

If you speak about "Call Accounting Web Services" (described here: https://api.dspp.al-enterprise.com/call ... rvices-oxo) it is not based on OLD so maybe you are not using the appropriate protocol?
Some examples are provided with the API... they should help!
Post Reply

Return to “Web Services”