tags:

views:

41

answers:

1

Is there a way to view the actual underlying xml data that the cookcomputing.xmlrpc.net library returns? From what I can tell, it is only exposed via the xmlrpcstruct that the object creates based on the xml.

However, I am getting XmlRpcInvalidXmlRpcException exceptions, and am trying to understand the problem.

I am using an https connection.

Thanks!

-R

A: 

I am not familiar with this library but I suppose that it will finally boil down to a WebRequest for which you could activate the trace in app.config

Darin Dimitrov
Thanks Darin, that worked!
rob