Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

Browse by Tags

BizTalk Server

This is the top level group for Microsoft BizTalk Server. Find information on BizTalk 2004 to current release here including blogs, sample code, videos, and forums.
Tagged Content List
  • Blog Post: BizTalk 2013: WCF-SAP Adapter using Messaging Servers

    SAP supports a few different architectures when it comes to scaling out. In some environments, mainly smaller environments, the components that facilitate sending and receiving messages (such as IDOCs, BAPIs or RFCs) may be co-hosted on an Application Server. In some larger environments a dedicated Messaging...
  • Blog Post: Using HttpHeaders with WCF-WebHttp Adapter on Biztalk 2013

    On the latest version of BizTalk (2013): a new adapter was introduced for natively working with REST endpoints, using WCF technology: the WCF-WebHttp Adapter. After the beta version was released we could find some very good articles about this adapter, but since it is a new adapter there's a lot...
  • Forum Post: MetadataException: The assembly required for type mapping not found

    I have generated schemas using ConsumeAdapterService from oracle database. I just want to insert data into tables that contain user defined types. Hence, the usertype assembly also got generated.I also have specified the below properties. enableBizTalkCompatibilityMode = True useSchemaInNameSpace = False...
  • Blog Post: Adding dynamic behavior to static send ports: a caveat

    It's a good practice to make static send ports dynamic, by changing the OutboundTransportLocation property in the send pipeline. However, when using this mechanism on WCF send ports, there's a caveat. Let's have a look!
  • Blog Post: Porting the WCF Test Step from BizUnit 2.0 to BizUnit 4.0 leveraging some of the best features of the framework

    Whipping up a BizUnit test step using the BizUnit 4.0 libraries is a piece of cake, but chances are that any test step you write is going to be used multiple times throughout the life of a project and in ways you can’t predict and you will want to spend the extra effort when developing [...] Blog...
  • Blog Post: BizTalk Send Ports, WS-Addressing, ClientVia and non-http prefixed To headers, Part 2

    In a previous post I explained how we had a need to use the WS-Addressing To header to send a non-http prefixed URI, such as urn:company/path/subpath/Service1, and how that was supported, after a fashion, out of the box in BizTalk Server. It did however come with the limitation of not being able to edit...
  • Blog Post: BizTalk Send Ports, WS-Addressing, ClientVia and non-http prefixed To headers

    Through WS-Addressing services can require a certain value in the ws-addressing < wsa:to > SOAP header. WCF has full support for this. This support is inherited by the WCF-Adapters . When using WS-addressing in a BizTalk Server Send Port what you enter in the “Address (URI)” of the WCF adapters...
  • Forum Post: HTTP Send port to WCF RESTful service Timeout

    I have a BizTalk send port that sends small xml messages via HTTP to a RESTful WCF service. Things are getting clogged up at the service due to some crappy code causing DB deadlocks. Just over 3000 messages were sent at a 100 message per minute. BizTalk appears to be able to attempt to send them all...
  • Blog Post: XMLPolling with the WCF-SQL adapter only returning the first record when selecting an XML type column

    Of late I have been working on a BizTalk project that requires me to pick up XML data from a queue type table in a SQL Database. The table in question contains records which contain some metadata columns as well as an XML type column. Data, including the already formatted XML, is loaded into the table...
  • Forum Post: Web Service asmx WSE 3.0

    I am trying to consume a web service from an asmx that uses WSE 3.0 WS-Securtiy. I have scored the internet and tried seemingly every possble combination of WCF adapters and confgurations with no success. The issue seems to be related to security. The Web Service is from BMC's Service Desk Product...
  • Forum Post: Re: Catch TimeOutException

    Hi Robert, In your TimeoutException catch exception block, I am assuming that you specified the Exception Object Type property as of type System.TimeoutException, is that correct? Also, I see that you have a Decide shape inside of your catch exception block, so check the expression in the rule on the...
  • Forum Post: Catch TimeOutException

    Hi I have an Orchestration where i want to catch timeouts from a scope and/or from the WCF-BasicHttp (binding timeouts), will these throw the same type e.g TimeOutException? because i'm not able to catch them, i always end up in an SOAPException. Here is my Orchestration: /Robert
  • Forum Post: Pass on a SOAP Exception caught in an Orchestration

    Hi I have an Orchestration that both consumes a WCF service and publish one(Two way). In my Orchestration i catch a SOAPException and need to send it as a fault message back to the published WCF service. The problem that i have is that the returned message is full of escape characters (&lt; &gt;...
  • Forum Post: WCF Oracle adapter error

    Hi, While polling my oracle table i'm getting this error on both development and test environments: The Messaging Engine failed to add a receive location "Receive Location1" with URL "oracledb://test/" to the adapter "WCF-OracleDB". Reason: "System.ArgumentException...
Page 1 of 83 (2,075 items) 12345»