cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring VC

Former Member
0 Kudos

Hi people,

How can we monitoring/debugging the request/response messages that send Visual Composer to a Web Service?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can also use ethereal. I use it, it's a great tool.

<a href="http://www.ethereal.com/">http://www.ethereal.com/</a>

Best Regards,

Marcel

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

just some hints to look:

Press Ctrl-Shift-D when in an input field. This starts a trace. After your webservice has been called, press Ctrl-Shift-D again. Now the trace is in clipboard and you can paste it in some editor. Maybe this helps.

Otherwise consult http://yourportal:yourport/nwa and have a look at the logfiles.

You might have to set log severity to "debug".

Best Regards, Benni

former_member193545
Active Participant
0 Kudos

Hi

You can see some information using httpwatch, of you can check the default trace.

Jarrod Williams

Former Member
0 Kudos

Hi,

HTTPWatch shows the request/response messages?

The file “default_trace” does not show them.

I want to see the XML messages that exchange the systems with Visual Composer when a Web Service is called.

kind regards

nilayghosh
Active Participant