1. Martijn van Dongen
  2. PowerBuilder
  3. Wednesday, 28 August 2019 08:24 AM UTC

What is the best way to parse a complex XML/SOAP response message to a (internal) objectmodel (without using the [obsolete] webservice proxy functionality) ? Thanks in advance.

René Ullrich Accepted Answer Pending Moderation
  1. Monday, 2 September 2019 05:24 AM UTC
  2. PowerBuilder
  3. # 1

Hi Martijn,

I prefer Microsofts XML ActiveX. It has more functionality than PBDOM.

So for example you can find nodes using XPath expression or use XSLT to transform the XML.

HTH,

René

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 28 August 2019 13:18 PM UTC
  2. PowerBuilder
  3. # 2

Hi Martijn;

  FWIW: I have used the PB based PBDOM feature for that. Especially now that SOAP is being replaced by RESTful web services which can still return to your Apps an XML data stream.

HTH

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.