Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I've created an eventchannel and XSP server responds with a channelId. But when I try to send a heartheartbeat I get a 404 Not Found in return. I've tried testing different users, testing with admin user (unauthorized), changing ChannelSetId and use...
Could someone provide the most recent XML Schema zip-file mentioned in section 5 in the Xtended Services InterfaceInterface Specification "The Release 21.0 XML schema is made available through the Rel22.0_XsiCTISchema_612099.zip file." Would prefer v...
I've created a BroadWorks Sandbox and I'm trying to call the XSI actions documented in:https://pubhub.devnetcloud.com/media/broadsoft-docs/docs/pdf/BW-XSIInterfaceSpec-R230.pdf Specifically i'm trying to send this request: GET https://broadsoftsandbo...
@skumar1 : I also managed to find the problem on friday. It turned out to be a network issue on my workstation. Moving the code to another machine fixed the issue. Hopefully this led to an improvement of the server so your effort wasn't in vain. Tha...
@skumar1 : Do you have any ideas about what's going wrong? Could you have a look at my latest post with wireshark screenshot. Why is the connection being closed. Am I doing something wrong in the initial reqest-response flow. It looks to me like i'm ...
@dkurz-cf360 : Just PM your email and I'll forward the doc's I've got.@skumar1 : If you don't want us to pass the docs around in the forum please let me know and you can send it directly to dkurz yourself.
I still cannot get the eventchannel to work. My http conversation with XSP is this:POST /com.broadsoft.async/com.broadsoft.xsi-events/v2.0/channel HTTP/1.1
Authorization: Basic auth==
Content-Type: application/xml; charset=utf-8
Host: broadsoftsandbo...
@aluxmore : I just testet and I find the same as you. I just didn't see this because I happened to have two path segments in my httpcontact. It looks like Jakarta compensates for our ignorance by inserting some helpfull nulls This is probably going...