<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Business Process Integration &#187; SOAP</title>
	<atom:link href="http://www.businessprocessintegration.net/tag/soap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.businessprocessintegration.net</link>
	<description>All that matters is integration (with BizTalk Server ;-)</description>
	<lastBuildDate>Fri, 28 Oct 2011 10:16:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;The type System.Xml.XmlDocument may not be used in this context&#8221;</title>
		<link>http://www.businessprocessintegration.net/2010/01/ldquothe-type-system-xml-xmldocument-may-not-be-used-in-this-contextrdquo/</link>
		<comments>http://www.businessprocessintegration.net/2010/01/ldquothe-type-system-xml-xmldocument-may-not-be-used-in-this-contextrdquo/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 18:45:00 +0000</pubDate>
		<dc:creator>Gerben van Ophuizen</dc:creator>
				<category><![CDATA[BPI]]></category>
		<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://www.businessprocessintegration.net/2010/01/ldquothe-type-system-xml-xmldocument-may-not-be-used-in-this-contextrdquo/</guid>
		<description><![CDATA[We received this message. It was clear it had to do something with the SOAP call and the message type was not set. This can have several reasons: schemas not deployed correctly, target namespace wrong, root name wrong, etc. The SOAP adapter must be able to find the corresponding schema for serializing. In our case [...]]]></description>
			<content:encoded><![CDATA[<p>We received this message. It was clear it had to do something with the SOAP call and the message type was not set. This can have several reasons: schemas not deployed correctly, target namespace wrong, root name wrong, etc. The SOAP adapter must be able to find the corresponding schema for serializing. In our case we forgot to enter the proxy assembly, type name and the method to use (created a new two-way send port instead of a one-way send port). This proxy assembly holds knowledge on the schema to use.</p>
<p>Error message:</p>
<blockquote><p>General exception soap Microsoft.XLANGs.Core.XlangSoapException: An error occurred while processing the message, refer to the details section for more information      <br />Message ID: {8E2E044D-EA52-4006-9F1C-32A25DC2A2AC}       <br />Instance ID: {5FCED1F3-8D45-430C-B45F-A77E7D0E46CE}       <br />Error Description: SoapException: Server was unable to process request. &#8212;&gt; There was an error generating the XML document. &#8212;&gt; The type System.Xml.XmlDocument may not be used in this context.       <br />&#160;&#160; at Microsoft.BizTalk.XLANGs.BTXEngine.BTXPortBase.VerifyTransport(Envelope env, Int32 operationId, Context ctx)       <br />&#160;&#160; at Microsoft.XLANGs.Core.Subscription.Receive(Segment s, Context ctx, Envelope&amp; env, Boolean topOnly)       <br />&#160;&#160; at Microsoft.XLANGs.Core.PortBase.GetMessageId(Subscription subscription, Segment currentSegment, Context cxt, Envelope&amp; env, CachedObject location)       <br />&#160;&#160; at DTAOrderMessaging.ProcessOrder.segment2(StopConditions stopOn)       <br />&#160;&#160; at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s, StopConditions stopCond, Exception&amp; exp)</p>
</blockquote>
<p>Proxy configuration:</p>
<p><a href="http://www.businessprocessintegration.net/wp-content/uploads/2010/01/clip_image002.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.businessprocessintegration.net/wp-content/uploads/2010/01/clip_image002_thumb.jpg" width="287" height="317" /></a></p>
<p>&#160;</p>
<p>Question raised on my site: does BizTalk hold history/information on changed configuration items with a timestamp and user?</p>
<p>Or must we dive in the SQL logs, or must we capture it our self? (didn’t do any investigation on this part)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.businessprocessintegration.net/2010/01/ldquothe-type-system-xml-xmldocument-may-not-be-used-in-this-contextrdquo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

