cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Extract information from a response service

0 Likes
167

Hello experts I'm currently working in CPI on a thread, which from a productId, queries a service that brings extra information, with which to expand the original xml. I have 2 doubts punctually:

1. The service is returning to me a structure that looks like xml, but I think it's not an xml as such... I've been trying to extract those fields with an "XSLT Mapping" but it causes me errors (as if I didn't recognize the path I indicate), and I haven't really found a way to do it.

The structure looks like:

<feed>
  <entry>
      <content>
      <link href="aaaaaaa')" rel="edit" title="aaaaaaa" />
      <content type="application/xml">
         <m:properties>
            <d:SalesUoM>XBO</d:SalesUoM>
            <d:MinimumOrderQuantity>12.00000000000000</d:MinimumOrderQuantity>
         </m:properties>
      </content>
   </entry>
</feed>

2. From 2 different XMLs can I make a new XSLT that maps fields from both files?

Thanks for reply 🙂

Accepted Solutions (0)

Answers (0)