Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

HTTP Post

0 views
Skip to first unread message

Arno

unread,
Nov 22, 2004, 5:32:54 AM11/22/04
to
Hi ...
I have a HTTP adaptor that sends a Xml document to an URL. The problem is
the Post's return is the Http header info and the word "Done" (See below). My
question is, how do I assign that word to a variable/string message in my
orchestration?
Thanks
Arno

HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 15 Nov 2004 13:22:26 GMT
Content-Length: 4
Content-Type: text/html
Set-Cookie: ASPSESSIONIDCCTQSQQT=JMHLEAHCJKOLPIOKJAHCMDID; path=/
Cache-control: private

Done

Devdutt Patnaik

unread,
Nov 23, 2004, 10:25:59 AM11/23/04
to
I'd write a pipeline component to take this HTTPResponse > Parse it > Create
a new Xml Message and pass it on. The Xml Schema that you use can have that
Done field as a promoted property so that you can access it in the Orch.

HTH
Dev
"Arno" <Ar...@discussions.microsoft.com> wrote in message
news:0E01203B-08A9-4403...@microsoft.com...

0 new messages