Skip to content

Instantly share code, notes, and snippets.

@anagrius
Created March 2, 2011 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anagrius/850899 to your computer and use it in GitHub Desktop.
Save anagrius/850899 to your computer and use it in GitHub Desktop.
DEBUG WSClient - Sending request to https://test.lra.certifikat.tdc.dk/sundhedsportalws/HandleSundhedsportalWS: <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><rid:test xmlns:rid="http://localhost/"></rid:test></env:Body></env:Envelope>
DEBUG MultiThreadedHttpConnectionManager - HttpConnectionManager.getConnection: config = HostConfiguration[host=https://test.lra.certifikat.tdc.dk], timeout = 0
DEBUG MultiThreadedHttpConnectionManager - Allocating new connection, hostConfig=HostConfiguration[host=https://test.lra.certifikat.tdc.dk]
DEBUG HttpConnection - Open connection to test.lra.certifikat.tdc.dk:443
DEBUG header - >> "POST /sundhedsportalws/HandleSundhedsportalWS HTTP/1.1[\r][\n]"
DEBUG HttpMethodBase - Adding Host request header
DEBUG header - >> "SOAPAction: 'test'[\r][\n]"
DEBUG header - >> "Content-Type: text/xml; charset=utf-8[\r][\n]"
DEBUG header - >> "User-Agent: Jakarta Commons-HttpClient/3.1[\r][\n]"
DEBUG header - >> "Host: test.lra.certifikat.tdc.dk[\r][\n]"
DEBUG header - >> "Content-Length: 155[\r][\n]"
DEBUG header - >> "[\r][\n]"
DEBUG content - >> "<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><rid:test xmlns:rid="http://localhost/"></rid:test></env:Body></env:Envelope>"
DEBUG EntityEnclosingMethod - Request body sent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment