Hi all,
I was trying to get the soap request details for this API
https://developer.cisco.com/docs/sxml/#!log-collection-and-dimegetfileservice-api-reference/log-collection-api
<!--LogCollection API - SelectLogFiles - Request-->
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.cisco.com/ast/soap">
<soapenv:Header/>
<soapenv:Body>
<soap:selectLogFiles>
<soap:FileSelectionCriteria>
<soap:ServiceLogs>
<soap:item>Cisco AMC Service</soap:item>
<soap:item>Event Viewer-Application Log</soap:item>
I was wondering which logs should I enable in debug level CUCM to see what is exactly the application is receiving and sending.
would that be under Serviceability --> Trace --> SOAP Service --> SOAP web service?
Please let me know.