You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Integration parser XSL not able to parse the xml

edited Sep 28, 2021 7:48PM in Configure Price Quote 3 comments

Summary: Integration XSL not able to parse the xml


Content (required): Here is the query XSL response

<soapenv:Body>

      <queryResponse>

         <result xsi:type="QueryResult">

            <done>true</done>

            <queryLocator xsi:nil="true"/>

            <records xsi:type="sf:sObject">

               <sf:Owner xsi:type="sf:sObject">

                  <sf:Address xsi:type="address">

                     <latitude xsi:nil="true"/>

                     <longitude xsi:nil="true"/>

                     <city>Austin</city>

                     <country>United States</country>

                     <countryCode>US</countryCode>

                     <postalCode>78799</postalCode>

                     <state>Texas</state>

                     <stateCode>TX</stateCode>

                     <street>490 ****</street>

                  </sf:Address>

               </sf:Owner>

            </records>

            <size>1</size>

         </result>

      </queryResponse>

   </soapenv:Body>


Version (include the version you are using, if applicable): 21C


Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!