HP Comware 5 Debug Manual Vol 1

Default
SOAP error debugging is disabled.
Views
User view
Default command level
1: Monitor level
Examples
# Enable SOAP error debugging. If CWMP failed to create an XML parser for a received HTTP message,
output similar to the following example is generated:
<Sysname> terminal debugging
<Sysname> terminal monitor
<Sysname> debugging soap error
*Aug 13 16:26:21:531 2007 Sysname SOAP/7/DebugInfo:
error:Failed to create XML parser.
debugging soap information
Use debugging soap information to enable SOAP information debugging.
Use undo debugging soap information to disable SOAP CWMP information debugging.
Syntax
debugging soap information
undo debugging soap information
Default
SOAP information debugging is disabled.
Views
User view
Default command level
1: Monitor level
Examples
# Enable SOAP information debugging. If CWMP send correct SOAP messages after it is enabled,
output similar to the following example is generated:
<Sysname> terminal debugging
<Sysname> terminal monitor
<Sysname> debugging soap information
*Aug 13 16:26:21:531 2007 Sysname SOAP/7/DebugInfo:
information:Parsing SOAP message completed.
// CWMP parsed the SOAP message correctly.
344