Discussions tagged XML
PowerBuilder 2019 R3 build 2728
Windows 10
I am having a silly isue that is probably all my fault, but I can't seem to work it out. I am exporting four datastores to an XML file using this command
ads.SaveAs(as_file, XML!, true, EncodingU...
Problem passing XML to Web API using HttpClient
- Resolved
- Advice
- Last updated 1 month ago
- Daryl Foster replied 4 weeks ago
Does anyone have either
any successful examples of using HTTPClient to consume a .Net Web API that requires XML to be passed to it? OR
know why I’m receiving the error\issues below when trying to pass the XML?
I’m using PowerBuilder 2021 Profe...
edit items in a ribbonbar
- Resolved
- How-to
- Last updated 1 month ago
- Mark Lee @Appeon replied 1 month ago
We have a complex (400 item) menu built in PB 2017. This menu is also viewable as a tree view.
I am trying to convert the menu to a ribbonbar.
The security code for the menu looks hierarchically through the menu at the tag of each menu item and ...
Are there any alternatives available in PowerBuilder that assist us in creating XSLT for a Datawindow?
I've been experimenting with the XML Template in the DataWindow Painter and it appears to be able to rename the elements, add attributes and some ...
WebBrowser not working with XML files
- How-to
- Last updated 5 months ago
- Kai Zhao @Appeon replied 4 months ago
I have a problem with new Chromium based WebBrowser to show XML-files in spite I have used constructor and WebBrowserSet("allow-file-access-from-files","true") seems that it only reads first row. Files like *.pdf or *.jpg are shown correctly.
XML-f...
XML beautify/pretty print
- Resolved
- How-to
- Last updated 5 months ago
- Brad Mettee replied 5 months ago
Hi.
Is there a way for pretty print XML?
We receive on long string of XML data, but want to pretty print this in a MLE og RTF edit for better viewing.
An online REST solution could work, but I cannot seem to find any.
br,
Bjarne Anker
...
Hello all
I am trying to read an xml file from my app - just using the standard way . fileopen , fileread , pos and mid to get the data .
The file contains Hebrew letters which shown on screen as symbols .
I have tried encoding ans so on but n...
Hello everyone!
I have request to create XML invoice file and electronically sign it with general electronic signature (xmldsig) or advanced electronic signature (XAdES).
Did anyone worked on something similar in PB and could give me any advice?...
MSXML2 Load XML not working in Azure
- How-to
- Last updated 10 months ago
- René Ullrich replied 10 months ago
I'm attempting to use the LoadXml() method of an MSXML Dom Document in an azure environment and it simply isn't working. When running on non-azure environments it works fine.There is no dev environment for our azure server yet so I can't view the err...
Hi Team, We currently connect to SAPGUI 7.5 with saplogon.ini file. We need assistance in connection Powerbuilder to SAPGUI 7.6 with xml file.Thanks....
PB2019 R3 2703 PBDOM document has no root element?
- Resolved
- Issue
- Last updated 1 year ago
- Matt Balent replied 1 year ago
So I have the following XML string:
<Result><Status><ReplyStatus>1</ReplyStatus><ReplyText>Success</ReplyText></Status><Data /></Result>
With the following PowerScript I create a PBDOM document ...
Using PBDom on 2019R3 where is the PBD
- Resolved
- How-to
- Last updated 1 year ago
- Roland Smith replied 1 year ago
In the process of migrating from 2017R2 to 2019R3.
My application implements PBDOM and we have PBDOM170.PBD in our lib list. seems simple enough I'll just grad a copy of the PBDOM190.PDB and adjust the library list....
Turns out I can't find the l...
Hi guys!
I have PB 2019 R2 and for the first time I have to create XML document with PBDOM.
So at the beginning of new xml file I have to write Processing instruction:
<? xml version="1.0" encoding="utf-8" standalone="yes"?> My sample cod...
Sign a xml file with a certificate (a1, a3...)
- How-to
- Last updated 1 year ago
- Govinda Lopez @Appeon replied 1 year ago
Hi All!
How sign a xml file with a certificate x.509?
Here we use many many xml files to exchange information between companies and we need sign with certificate x.509 (A1, A3...) these files to guarantee the security...
Is there a resource in PB ...
Hi all ,
I am consuming api ws with httpclient .POST : url + xml string formatted .
I build the xml string my self ( not dw export )
The problem is when i want to use the character & in the string the ws return an error : Illegal xml .
Th...
Creating xml templates for datawindow...
- Resolved
- Misc
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I am trying to make some xml templates to import data through from an XML file.
I noticed that you can not reference control that is not visual. And while I understand that a control is something visual, I don't understand why do I have to put a col...
Infomaker - One menu dependent on Another
- How-to
- Last updated 2 years ago
- Lisa Rudnitsky replied 2 years ago
Hello,
I am trying to build a custom screen inside our software using infoamker. where two menus are related. (This lives on a constituent account (on the same ID)).
MenuA has values and MenuB has values. A user selects a value from MenuA and tha...
DW XML Import Templates
- How-to
- Last updated 2 years ago
- David Peace (Powersoft "The PowerBuilder & C# People") replied 2 years ago
Hi All,
Hoping some of the gurus out there can help with this.
I am currently trying to make use of the XML Import Templates on Datawindows in an existing legacy project. I have previous experience of using PBDOM and parsing XML file via large amo...
How do I use a column value as an element name in datawindow XML templates
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello,
I was wondering how I can use a column value as an element name in a datawindow XML template. For example, if I have a data set:
var_name var_value
x 1y 1width 100height 50
The default template would crea...
I have an XML whose element contains an attribute with a name starting as XML.., So while calling getattribute function on this element I got following exception message. Is there any workaround for this.
--------------------------error-------------...
- Page :
- 1