BizTalk Gurus

Search

  • Re: some POP3 puzzles

    I can filter the subject by using: subject=out(POP3.Subject); In an decide shape in orchestration, put the rule for specific subject.
    Posted to BizTalk 2006 (Forum) by merry on Mon, Nov 12 2007
  • Re: some POP3 puzzles

    solved by using application/octet-stream. But wondering how to filter emails to only passthrough specific subject?
    Posted to BizTalk 2006 (Forum) by merry on Mon, Oct 29 2007
  • some POP3 puzzles

    I use POP3 to retrieve email attachment. There's only one attachment, always would be .csv, and email body is dis-regarded. I build an orchestration to receive the email as XMLDocument message type and then assign it to message oXmessage which is type of XLANGMessage. And then instead of doing a loop i directly get the attachment using Out=oXmessage[1], since i thought index 0 is for the email body. This is working sweet in a system using outlook 2002. But in outlook 2007, i have to get the attachment
    Posted to BizTalk 2006 (Forum) by merry on Mon, Oct 29 2007
  • Re: encoding to solve some characters in XML "Double Dash"

    Hi Greg, My source file are generated uisng ANSI, and if i save the files as UTF-8, then the "em dash" is rendered correctly by biztalk. Biztalk is using UFT-8 by default, if there's no XML declaration used in document. Then my question is how to let Biztalk to deal with ANSI encoded files? Cheers Merry
    Posted to BizTalk 2006 (Forum) by merry on Sun, Jul 8 2007
  • encoding to solve some characters in XML "Double Dash"

    Hi Guys, I'm using the encoding "Western European"(iso-8859-1) to cover most west european languages in a pipeline. But still i don't know how to deal with the character "Double dash", which is in a source XML file, and after pushing through biztalk, the "double dash" becomes "ÂD" and the XML file becomes corrupted. What kind of encoding whould i use to deal with it? Thanks for any advice. Regards, Merry
    Posted to BizTalk 2006 (Forum) by merry on Thu, Jul 5 2007
  • Re: creating custom pipeline component

    I changed the contents of XML in orchestration with help of a C# Library for the string manipulation
    Posted to BizTalk 2006 (Forum) by merry on Mon, May 21 2007
  • Re: how to deploy a biztalk .dll include a reference to C# Library?

    I will deploy by adding the biztalk assembly (.dll) directly to application. Is this working?
    Posted to BizTalk 2006 (Forum) by merry on Mon, May 21 2007
  • how to deploy a biztalk .dll include a reference to C# Library?

    In my Dev i have a biztalk solution with several Biztalk projcets and several C# Library. To deploy the projects from DEV to LIVE, i only want to add the .dll to Biztalk Applciation Resource. If a biztalk project reference to one C# Library, should i add reference by browsing to the C# Library project, or add the C# .dll into the biztalk project itsself and add reference by browsering the file in it's own biztalk project folder? Or acturally it doesn't matter, as long as i put the C# .dll
    Posted to BizTalk 2006 (Forum) by merry on Sun, May 20 2007
  • custom pipeline - can be used to write string to files?

    I need to add a string to specific position of the file while sending it out. Can this be achieved using custom pipeline, and any good reference about it? Example: (i will treat the XML file as FLATFile doing stream read and write) File before sending: <order> <lines>blablabla</lines> </order> File after processing: <order xsi:schemaLocation=" http://www.bla.com/xml/ns/bla/6.2/bc_pricing/impex bc_pricing.xsd" xmlns=" http://www.bla.com/xml/ns/6.2/bc_pricing
    Posted to BizTalk 2006 (Forum) by merry on Sun, May 13 2007
  • Re: cannot promote a node potentially appear multiple times in a file

    Thanks for your reply, i solved the problem in map by using three functoids - loop, size and equal, to conditionally map value across. And found this useful link http://geekswithblogs.net/benny/archive/2006/02/04/68178.aspx I tried using XSLT in script functoid, no luck to have it pass compile....
    Posted to BizTalk 2006 (Forum) by merry on Tue, Mar 27 2007
Page 1 of 3 (24 items) 1 2 3 Next > | More Search Options