![]() |
|
|
#1 |
|
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 |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |