|
Home > Archive > Commerce Server General > August 2004 > XML generated by Commerce Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
XML generated by Commerce Server
|
|
| TalkBiz 2004-08-10, 7:53 am |
| Hi experts,
I want to process XML generated by Commerce Server. This XML contains
elements like this :
<OrderGroup>
<DICTIONARY>
<DICTITEM key="XXX">
<DICTITEM key="YYY">
<DICTITEM key="YYY">
...
</DICTIONARY>
</OrderGroup>
And what I would like to have is something like :
<XXX>aaaa</XXX>
<YYY>bbbb</YYY>
<ZZZ>cccc</ZZZ>
| |
| TalkBiz 2004-08-10, 5:52 pm |
| http://msdn.microsoft.com/library/d...forder_nboe.asp
at the link above, I saw that XML documents of Commerce Server are based on
an XML schema ... that's a good thing ...
what I am trying to do is to input an XML document generated by Commerce
Server in Biztalk server ... I'll try to do it !
- TalkBiz
"TalkBiz" wrote:
> Hi experts,
>
>
> I want to process XML generated by Commerce Server. This XML contains
> elements like this :
> <OrderGroup>
> <DICTIONARY>
> <DICTITEM key="XXX">
> <DICTITEM key="YYY">
> <DICTITEM key="YYY">
> ...
> </DICTIONARY>
> </OrderGroup>
>
> And what I would like to have is something like :
>
> <XXX>aaaa</XXX>
> <YYY>bbbb</YYY>
> <ZZZ>cccc</ZZZ>
>
| |
| David Messner [MSFT] 2004-08-12, 8:47 pm |
| Take a look at the DictionaryXMLTransforms object. Unfortunately it uses
XDR-style schemas, but it does what you want. There is also a .NET port of
this object in CS2002 (DictionaryXMLTransformsFreeThreaded).
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All rights
reserved.
--------------------
Thread-Topic: XML generated by Commerce Server
thread-index: AcR+6bvH8yeD2D4ESOW1l/vu0x6K/g==
X-WBNR-Posting-Host: 81.80.165.97
From: "=?Utf-8?B?VGFsa0Jpeg==?=" <TalkBiz@discussions.microsoft.com>
References: <AC4686C8-611C-491F-BED2-379416A00DCC@microsoft.com>
Subject: RE: XML generated by Commerce Server
Date: Tue, 10 Aug 2004 07:53:01 -0700
Lines: 32
Message-ID: <F3FC0A44-C777-4EBD-A3A2-566461E46A0C@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.commerceserver.general:14492
X-Tomcat-NG: microsoft.public.commerceserver.general
http://msdn.microsoft.com/library/d...-us/csvr2002/ht
m/cs_rp_xmlreforder_nboe.asp
at the link above, I saw that XML documents of Commerce Server are based on
an XML schema ... that's a good thing ...
what I am trying to do is to input an XML document generated by Commerce
Server in Biztalk server ... I'll try to do it !
- TalkBiz
"TalkBiz" wrote:
> Hi experts,
>
>
> I want to process XML generated by Commerce Server. This XML
contains
> elements like this :
> <OrderGroup>
> <DICTIONARY>
> <DICTITEM key="XXX">
> <DICTITEM key="YYY">
> <DICTITEM key="YYY">
> ...
> </DICTIONARY>
> </OrderGroup>
>
> And what I would like to have is something like :
>
> <XXX>aaaa</XXX>
> <YYY>bbbb</YYY>
> <ZZZ>cccc</ZZZ>
>
| |
| TalkBiz 2004-08-16, 7:53 am |
| Thanks a lot David, your reply respoonded exactly to the problem. You saved us.
Jeff Lynch also replied the same. Thank you both !
"David Messner [MSFT]" wrote:
> Take a look at the DictionaryXMLTransforms object. Unfortunately it uses
> XDR-style schemas, but it does what you want. There is also a .NET port of
> this object in CS2002 (DictionaryXMLTransformsFreeThreaded).
>
> -djm
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use. © 2004 Microsoft Corporation. All rights
> reserved.
>
> --------------------
> Thread-Topic: XML generated by Commerce Server
> thread-index: AcR+6bvH8yeD2D4ESOW1l/vu0x6K/g==
> X-WBNR-Posting-Host: 81.80.165.97
> From: "=?Utf-8?B?VGFsa0Jpeg==?=" <TalkBiz@discussions.microsoft.com>
> References: <AC4686C8-611C-491F-BED2-379416A00DCC@microsoft.com>
> Subject: RE: XML generated by Commerce Server
> Date: Tue, 10 Aug 2004 07:53:01 -0700
> Lines: 32
> Message-ID: <F3FC0A44-C777-4EBD-A3A2-566461E46A0C@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.general
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: cpmsftngxa06.phx.gbl microsoft.public.commerceserver.general:14492
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> http://msdn.microsoft.com/library/d...-us/csvr2002/ht
> m/cs_rp_xmlreforder_nboe.asp
>
> at the link above, I saw that XML documents of Commerce Server are based on
> an XML schema ... that's a good thing ...
>
> what I am trying to do is to input an XML document generated by Commerce
> Server in Biztalk server ... I'll try to do it !
>
> - TalkBiz
>
> "TalkBiz" wrote:
>
> contains
>
|
|
|
|
|