OXO Web Service retuns with connection refuse
Posted: 16 Nov 2010 16:28
Greetings Board,
I'm developing an application to extract the CDRs from an OXO system.
I have followed the manual and configured my WS client to use proxy, set up the user and password for the HTTP basic Auth and downloaded the WSDL file. Everything goes well until I call the Login function which returns with an error: Error Fetching http headers.
While debugging my application I see this string: HTTP Error: Couldn't open socket connection to server http://localhost:56002, Error (111): Connection refused on the WS debug information.
The WSDL file sets the service location on localhost:56002.
<service name="AlcXmlCAPServiceSoap">
<documentation>gSOAP 2.7.0d generated service definition</documentation>
<port name="AlcXmlCAPServiceSoap" binding="tns:AlcXmlCAPServiceSoap">
<SOAP:address location="http://localhost:56002"/>
</port>
</service>
My question is: can the taxation service be turned on and off? can this port be changed via administration? because i think this might be the reason this port is refusing connections.
Any help will be appreciated.
Regards.
I'm developing an application to extract the CDRs from an OXO system.
I have followed the manual and configured my WS client to use proxy, set up the user and password for the HTTP basic Auth and downloaded the WSDL file. Everything goes well until I call the Login function which returns with an error: Error Fetching http headers.
While debugging my application I see this string: HTTP Error: Couldn't open socket connection to server http://localhost:56002, Error (111): Connection refused on the WS debug information.
The WSDL file sets the service location on localhost:56002.
<service name="AlcXmlCAPServiceSoap">
<documentation>gSOAP 2.7.0d generated service definition</documentation>
<port name="AlcXmlCAPServiceSoap" binding="tns:AlcXmlCAPServiceSoap">
<SOAP:address location="http://localhost:56002"/>
</port>
</service>
My question is: can the taxation service be turned on and off? can this port be changed via administration? because i think this might be the reason this port is refusing connections.
Any help will be appreciated.
Regards.