Picture of JiangNan
Registered 6 years 8 days
JiangNan Monday, 1 April 2019, 04:48 AM
Soap API Initailize failed with 401 unauthorized code
Hi there,
I'm new on this switch. Currently I'm reviewing and writing some experimental code for our CC product on this platform using Soap API. I wrote some code using C# to connect to the switch, here is what I did:
Create a User object on switch: name "API" and password "123456".
Construct a pbx object which inherits the base Pbx object/class defined in wsdl(v10): pbx = new InnovaSwitch();
pbx.Credentials = new System.Net.NetworkCredential("API", "123456, "");
int pbxKey;
PbxSession = innovaSwitch.Initialize("API", "C# SOAP Tester", true, true, true, true, true, out pbxKey);
It throws 401 exception on invoking "Initialize".
I wire sharked the soap request flow and appears it follows the flow of digest authentication:
Accept the challenge but then failed on the second request(sent with Authorization header) with 401 unauthorized. I'm pretty sure the password is correct.
Any idea?
Also we are looking into using websocket to connect to the switch for obvious reasons. Do you know if the websocket interface is documented? If it is, where we can download the libraries and some sample code(would be great!)? Is that possible to build it base on a raw websocket connection, what is the port to connect to?
Any help is much appreciated!
Josie
Picture of Christoph Künkel (innovaphone)
Moderator Registered 15 years 124 days
Christoph Künkel (innovaphone) Monday, 1 April 2019, 12:23 PM
Re: Soap API Initailize failed with 401 unauthorized code
Hi Josie,

make sure your API object has both Name and Long Name set equal. Also, add at least fish-help.png viewing only rights.

Regarding websocket: they are supported in v13r1. There is an SDK that includes all the websocket protocols provided. We currently have a https://forum.innovaphone.com/moodle2/mod/forum/icon.gif sneak peek and should have our first beta SDK out soon. In the meantime, you can also have a look at fish-help.png Talking to the v13 Application Platform using PHP.

Christoph
Picture of Christoph Künkel (innovaphone)
Moderator Registered 15 years 124 days
Christoph Künkel (innovaphone) Tuesday, 2 April 2019, 09:50 AM in response to JiangNan
Re: Soap API Initailize failed with 401 unauthorized code
I have split off the remainder of this discussion and moved it to the https://forum.innovaphone.com/moodle2/mod/forum/icon.gif SDK forum.
← You can define your color theme preference here