06-28-05 10:52 PM
Sorry for the delay in my response, I've been testing this out on the invers
e
side.
What about writing to the queue for BizTalk to pick up, should you use the
activeXformatter or not?
I've used both with the XMLTransmit pipeline, and neither work. Do you have
to write a custom pipeline, and if so what would be in it?
"Tomas Restrepo (MVP)" wrote:
> Drew,
>
> You'll need to use an StreamReader created on top of the message's
> BodyStream property ( you don't need a formatter for this), or just read
> from the stream itself directly.
>
> The trick here usually is knowing the encoding the message was sent in,
> which is controlled by how the send pipeline was configured (if you use th
e
> default I believe it uses utf-8, I believe, but I don't remember for sure)
.
>
>
> --
> Tomas Restrepo
> tomasr@mvps.org
> http://www.winterdom.com/
>
>
>
[ Post a follow-up to this message ]
|