I\'m calling this web service within code and I would like to see the XML, but I can\'t find a property that exposes it.
Use message tracing/logging.
Have a look here and here.
You can always use Fiddler to see the HTTP requests and response.
Use System.Net tracing.