BizTalk Gurus
All Tags » Map (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Re: multiple source mapping issue

    Hi, You can use a custom XSL for your map. here is an example: 1. I created the following input schemas: <?xml version="1.0" encoding="utf-16"?> <xs:schema xmlns:b="http://schemas.microsoft.com/BizTalk/2003" xmlns="http://BizTalk_Server_Project1.CustomerName"...
    Posted to BizTalk 2006 R2 (Forum) by Guo Ming Li on Sun, May 31 2009
    Filed under: Map, Customm XSLT
  • web service doesn't have schema,create map or use message assignment?

    Hi, i added a web service to my biztalk project, but it has no schema (because of simple types or tree structure maybe).I also created a schema and messagetype based on this schema, changed send/receive components message types to this message type. Now i need to take/send message between send/receive...
    Posted to BizTalk 2006 (Forum) by piratejackus on Wed, May 27 2009
    Filed under: mapping, schema, design, biztalk 2006, map, Transformations, receive location, BizTalk Schema node
  • Schema property promotion and envelop schema

    I have this following schema with element ElementB promoted as a message property (by defining a property schema) for routing purpose: <SchemaA> <ElementB>BLAH1</ElementB> <ElementC>BLAH2</ElementC> </SchemaA> And I also have an envelop schema call <Envelop>...
    Posted to BizTalk 2006 R2 (Forum) by Guo Ming Li on Tue, May 19 2009
    Filed under: Biztalk, BizTalk Server 2006 R2, Map, biztallk, Biztalk 2006, envelope, Biztalk 2006 R2, Biztalk 2006 R2 configuration SSO, Schema
  • Re: How to turn a single record into multiple in Biztalk mapping?

    Hi, This http://www.stylusstudio.com/xsllist/200312/post30300.html tutorial can help you. Read it carefully, and just suite for your schemas and field names. Use scripting functoid, else you can write external assembly and call it from your map. Good luck.
    Posted to BizTalk 2006 R2 (Forum) by Zx7R on Fri, May 1 2009
    Filed under: Map, XSLT, Scripting Functoid
  • Re: XLang error when I deploy the DLL to staging server

    And Event Viewer showed following error. I have no clue whats going on. Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'HP.Image.CaseExchange.Orchestrations.CaseExchProcess(9c43873e-95ff-80fc-0e99-6e21841bf35b)'. The service instance will remain...
    Posted to BizTalk 2004 (Forum) by kiransnaik on Thu, Feb 12 2009
    Filed under: orchestration, map, pipeline, schema, Orchestrations, tracking, biztalk server 2004, biztalk 2004 orchestration dynamic soap, Biztalk 2004 dynamic web reference
  • XLang error when I deploy the DLL to staging server

    Hi All, I build the DLL of my biztalk project in .net 2003. I have the xsd file, maps in the project. Map consists of simple scripting functiod. I build the DLL and deployed to staging server. From customer to my application, mapping/transformation/transaction works fine. When my application sends the...
    Posted to BizTalk 2004 (Forum) by kiransnaik on Wed, Feb 11 2009
    Filed under: map, pipeline, schema, tracking, biztalk server 2004, Biztalk 2004 dynamic web reference
  • How to convert \0xa; to \n using inline C# in functoid

    Hi All, I have developed a Map in Biztalk 2004 and For one element (LogText) , I need to convert \0xa; to \n using inline C# inside the functoid. My C# Inline function is: public string MyConcat(string LogText)) { string str=LogText; str= LogText.Replace("\0xa;", "\n"); return str;...
    Posted to BizTalk 2004 (Forum) by kiransnaik on Tue, Feb 10 2009
    Filed under: map, schema, vbscript
  • Access int value of enumeration in a message

    I am referencing a WCF service from my orchestration and one of the generated XSD files the enum is defined as: <xs:element name="OLI_LU_IDREFTYPE" nillable="true" type="tns:OLI_LU_IDREFTYPE" /> <xs:simpleType name="OLI_LU_PARTY"> <xs:restriction...
    Posted to BizTalk 2006 R2 (Forum) by atomic_mass on Thu, Nov 6 2008
    Filed under: Map, Biztalk 2006 R2, enum, cast
  • Beginners query on mapping / transforms

    Hi there Absolute beginner with BizTalk (... I know it shows ...) I've got an XML message which I think I need to use a map for transforming, but I'm really confused over what needs to go in the map ... - I've been looking at the Looping, Table Looping functoids but not getting it ... Basic...
    Posted to BizTalk 2006 R2 (Forum) by stevec on Tue, Jul 29 2008
    Filed under: Map, Mapping
  • Re: Document Map to CAML structure

    The XSD being mapped to is for Sharepoint services. The xsd can be found for a typical installation at: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML. For my purposes, I am only concerned with being able to generate a query string containing 1 to an unknown number...
    Posted to BizTalk 2006 R2 (Forum) by Chilberto on Tue, Apr 1 2008
    Filed under: CAML, Map
Page 1 of 3 (28 items) 1 2 3 Next >