Re: recieve XML and trash before it...

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



The best way to delete the offending data is a custom pipeline component.
You will want to implement your own stream that only returns data after the
first line has been discarded.
Using your own stream will not interfere with the streaming model of the
pipeline.

Greg


<grisha0@xxxxxxxxx> wrote in message
news:1149238838.069263.325160@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hi,
i've got such problem.

i recieve the xml form our system with a leading junk characters...


for example:


dfsdijfuhnskdjfsnbdkjvbxcvsieauhodh3oruhwfojszsnfz
<RightXml>...</RightXml>



the junk part is separated from the xml with {cr}{lf}



is there any quick way to do this ?



.



Relevant Pages

  • Re: Flat File parsing case
    ... One thing I can think of would be to create a custom pipeline component ... possible tags. ... input stream with your own custom stream that has a list of valid line ... FixMsg that gives a good example of processing the input stream. ...
    (microsoft.public.biztalk.general)
  • Re: Custom Pipleline with a Custom Pipeline component
    ... the stream, but what is strange is that the message is read completely. ... I use the custom pipeline component to do digital signature verification. ... "Joerg Fischer" wrote: ...
    (microsoft.public.biztalk.general)
  • Re: Flat File parsing case
    ... I'm going to check the SDK and I'll let you know how it goes. ... > possible tags. ... If you create a custom pipeline component that wraps the ... > input stream with your own custom stream that has a list of valid line ...
    (microsoft.public.biztalk.general)
  • RE: Binary data - detection and rejection how to?
    ... > of your binary data, the message will be rejected either by the ... You can develop a custom pipeline component that can be placed in the ... > pipeline prior to the disassembly stage that examines the stream as it's ... > gives a good example of handling the stream during processing. ...
    (microsoft.public.biztalk.general)
  • Re: BizTalk Pipeline Component Integration with Open PGP
    ... You will need to use a code library that will process either a .net stream, ... Processing a stream is the most performant, if you can find code that will ... The other option is to read your message into a string, ... > are good examples of how to create a custom pipeline component, ...
    (microsoft.public.biztalk.general)