11-18-2014 04:05 PM
Hello,
I'm developing using Cisco's UC Gateway Services.
I managed to have a working SOAP Server without a problem. Right now I've tested the SolicitXccProbing/ResponseXccProbing and doing a RequestXccConnectionRelease.
However, I'm trying yo test a NotifyXccConnectionData and ResponseXccConnectionAuthorize with block or release but it's not working. The routers gives an HTTP error getting the response.
<?xml version="1.0" ?>
<SOAP:Envelope xmlns:SOAP="http://www.w3.org/2003/05/soap-envelope">
<SOAP:Body>
<SolicitXccConnectionAuthorize xmlns="http://www.cisco.com/schema/cisco_xcc/v1_0">
<msgHeader>
<transactionID>66A5D6D8:3392</transactionID>
<registrationID>62959620:XCC:QCE:66</registrationID>
</msgHeader>
<callData>
<callID>139</callID>
<state>ACTIVE</state>
</callData>
<connDetailData>
<connData>
<connID>417670</connID>
<state>AUTHORIZE_CALL_ATTEMPT</state>
</connData>
<guid>800B79D7-3CDD-B146-7F00-6802AC1EC9A6</guid>
<callingAddrData>
<type>E164</type>
<addr>CALLINGNUMBER</addr>
</callingAddrData>
<calledAddrData>
<type>E164</type>
<addr>CALLEDNUMBER</addr>
</calledAddrData>
<origCallingAddrData>
<type>E164</type>
<addr>CALLINGNUMBER</addr>
</origCallingAddrData>
<origCalledAddrData>
<type>E164</type>
<addr>CALLEDNUMBER</addr>
</origCalledAddrData>
<connIntfType>CONN_H323</connIntfType>
<mediaData>
<type>VOICE</type>
</mediaData>
<connIntf>IPADDRESS</connIntf>
<connDirectionType>INCOMING</connDirectionType>
</connDetailData>
</SolicitXccConnectionAuthorize>
</SOAP:Body>
</SOAP:Envelope>
The response is:
<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Header/>
<soapenv:Body>
<ResponseXccConnectionAuthorize xmlns="http://www.cisco.com/schema/cisco_xcc/v1_0">
<msgHeader>
<registrationID>62959620:XCC:QCE:66</registrationID>
<transactionID>66A5D6D8:3392</transactionID>
</msgHeader>
<action>block</action>
</ResponseXccConnectionAuthorize>
</soapenv:Body>
</soapenv:Envelope>
This is the debug result that I get using a debug wsapi xcc messages
Nov 18 17:58:52.409: //WSAPI/XCC/OUTGOING_MESSAGE:: msg_type[19] SolicitXccConnectionAuthorize
Nov 18 17:58:52.409: registrationID 62959620:XCC:QCE:66
Nov 18 17:58:52.409: callID: 139
Nov 18 17:58:52.409: state 2
Nov 18 17:58:52.409: connID: 417670
Nov 18 17:58:52.409: state: 2
Nov 18 17:58:52.437: //WSAPI//INCOMING_RESPONSE:: type 1 HTTP_ERROR:
Nov 18 17:58:52.437: http_error_code -3
Am I doing something wrong in the response? Do I need to include more information?
Best regards,
03-04-2015 03:08 AM
Hi,
Sorry for the late reply. If you are still facing the issue, could you please collect the logs with below debugs enabled.
debug wsapi infra all
debug wsapi xcc all
debug ip http all
Thanks,
Raghavendra
03-09-2015 11:03 AM
Raghavendra,
I'll do this during the week and let you know.
Best regards,
-- Jose
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide