BizTalk Server General - Add a line in HTTP Request

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > October 2005 > Add a line in HTTP Request





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Add a line in HTTP Request
MNA

2005-10-31, 5:55 pm

Hi,
I want to add a line in an HTTP Request. This line will come before
headers following is an example where "PROPPATCH /docs/myfile.doc
HTTP/1.1", would be the first line. Any help will be highly
appreciated.

Complete example

PROPPATCH /docs/myfile.doc HTTP/1.1 <-- This is the line
Host: www.contoso.com
Content-Type: text/xml
Content-Length: XXX
Translate: F

<?xml version="1.0"?>
<d:propertyupdate xmlns:d="DAV:"
xmlns:o="urn:schemas-microsoft-com:office:office">
<d:set>
<d:prop>
<o:Author>Douglas Groncki</o:Author>
</d:prop>
</d:set>
</d:propertyupdate>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com