1. leonardo Bonilla
  2. PowerBuilder
  3. Thursday, 18 August 2022 05:55 AM UTC

soapconnection sconn
ws_serviciocaambioadolar my_servicescd

sconn = create SoapConnection
rval = sconn .CreateInstance(my_servicescd, "ws_serviciocaambioadolar ", str_endpoint)

 

 

ahora usar Httpclient

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 18 August 2022 13:44 PM UTC
  2. PowerBuilder
  3. # 1

Hi Leonardo;

  After using the HTTPClient object class to access the SOAP based web service data, you could then use either

  1. An External DataWindow where the columns match your XML schema (if the XML structure is simple) and then use the ImportFromXMLFile command   // OR
  2. The PBDOM object classes - if the XML structure is complex - to read the 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.