RE: MSMQ adptor with XMLReceive pipeline



Alan,

this sounds like the byte order mark issue Ruslan Yakushev posted about the
other day in this group. have a read of his post describing why this happens
to see if this matches your pipeline problem.

cheers,
Jon.

"AlanYu" wrote:

> Hi,
>
> I have a problem when I use MSMQ adptor to reaceive xml from queue.
>
> my XML encoding in utf-8, then I get following error in HAT
>
> There was a failure executing the receive pipeline:
> "Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "XML disassembler"
> Receive Location: "FORMATNAME:DIRECT=OS:.\PRIVATE$\INBOUND810" Reason: None
> of the components at Disassemble stage can recognize the data.
>
> If I change encoding to utf-16, then it works, but the XML is generated in
> other system, we don't want to change it. Is there any work around?
>
> When I send this message with MSMQ adaptor (passthrough or xmltransmit),
> there is some garbage character before XML body and common MSMQ application
> can't read that out.
>
> All my xml works well with File adaptor. I don't if it is known issue with
> MSMQ adaptor.
>
> Thanks.
>
> Alan Yu
.



Relevant Pages

  • MSMQ adptor with XMLReceive pipeline
    ... I have a problem when I use MSMQ adptor to reaceive xml from queue. ... my XML encoding in utf-8, then I get following error in HAT ... When I send this message with MSMQ adaptor, ...
    (microsoft.public.biztalk.server)
  • encoding xml genned by the getxml method of a dataset
    ... I have a basic question about xml encoding and predefined characters ... I know that characters such as "<" get encoded to < ... declaration correctly encode the characters on the way to the server ...
    (microsoft.public.dotnet.xml)
  • Re: Lots of Irrelevant Superfluous Parentheses
    ... is empty for no attributes, ... so the sexp is only 1 char smaller than the XML encoding and for me the XML ...
    (comp.lang.lisp)
  • RE: Biztalk Message Queuing
    ... > message and the XML encoding attribute. ... > message to the queue using the provided sample solution. ... > getting the following error when I try to send a basic XML blob: ...
    (microsoft.public.biztalk.server)

Loading