TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Microsoft BizTalk Server

Notices

Import Problem BPEL

Microsoft BizTalk Server


Reply
 
Thread Tools Display Modes
Old 10-12-2007, 11:39 PM   #1
Martin Haid
Guest
 
Posts: n/a
Import Problem BPEL

Hello BizTalk friends, I need your help!!
First I declared the variable "xmld" of type xmlDocument, afterwards I made
a message assignment (in MS BizTalk 2006) -->

xmld.LoadXml (@"<ns0:Root2 xmlns:ns0=""http://ExportProject.mySchema2"">
<Field2>VALUE</Field2></ns0:Root2>");

then I assigned the Variable -->

myMessage2In = xmld;

After this I exported it as BPEL and it looks like -->
(*.BPEL)
....
<variable name="xmld" element="q2:_System_Xml_XmlDocument"/>
....
<assign><copy><from /><to variable="xmld" /></copy></assign>
....
<copy>
<from>
<ns0:Root2 xmlns:ns0="http://ExportProject.mySchema2">
<ns0:Field2>MYVALUE</ns0:Field2>
</ns0:Root2>
</from>
<to variable="xmld" />
</copy>
</assign>

(*.WSDL)
....
<xsd:schema targetNamespace="http://myExportProcess.emptyXMLSchema">
<xsd:element name="_System_Xml_XmlDocument">
<xsd:complexType>
<xsd:sequence>
<xsd:any />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
....
Now I tried to import the same files into MS BizTalk 2006, but the Biz Talk
Server 2006 is not able to rebuild it like it was before.
The BizTalk Server made an expression, and there the "MYVALUE" was assigned
to the xmld Variable! In Addition the type of the Variable "xmld" is
xmlElement not xmlDocument!
Is it possible somehow to import the exported files without a change??? I
think the BizTalk Import is incorrect! Has anyone a solution or another idea
to solve my problem?
For instance without the variable or something else.
Please post some ideas!
Thanks for your help
Martin








  Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 04:20 AM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional