HTTP request objects

The following example shows the XML representation of a HTTPRequest:

<?xml version="1.0" encoding="UTF-8"?>
<HTTPRequest>
<Scheme>https</Scheme>
	<RequestLine>
		<Method>GET</Method>
		<URI>/en/us/</URI>
		<Version>HTTP/1.1</Version>              
	</RequestLine>
	<Headers>
		<Header name="User-Agent">curl%2F7.18.2%20(i486-pc-linux-gnu)%20libcurl
			%2F7.18.2%20OpenSSL%2F0.9.8g%20zlib%2F1.2.3.3%20libidn%2F1.8</Header>
		<Header name="Host">www.ibm.com</Header>
		<Header name="Accept">*%2F*</Header>
  </Headers>
	<Cookies>
		<Cookie name="PD-S-SESSION-ID">2_orQUNJCbjdxqIEdDPMXj31UHMXuU3hRCU</Cookie>
	</Cookies>  
	<Credential>      
    <Attribute name=AZN_CRED_PRINCIPAL_NAME>testuser</Attribute>
	</Credential>
</HTTPRequest>