Discussions tagged XML
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 2 months ago
- Govinda Lopez @Appeon replied 1 month 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 8 months ago
- Chris Pollach @Appeon replied 8 months 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 11 months ago
- Lisa Rudnitsky replied 11 months 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 1 year ago
- David Peace (Powersoft "The PowerBuilder & C# People") replied 1 year 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 1 year ago
- Chris Pollach @Appeon replied 1 year 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-------------...
How to create a XML template for datawindow with conditional child element? I am trying to integrate PBUnit with an integration tool and I need failure element to appear in result only when test failed. Please advise. Thanks,Yuri
...
SAVE XML document without
- Resolved
- How-to
- Last updated 2 years ago
- luigi venegoni replied 2 years ago
i'm using pbdom in powerbuilder 11.5 to generate a xml from a string, the problem is when i save the string (pbdom_doc.SaveDocument("c:\example\example.xml") ) the empty labels doesnt have the required format, this is for a third party and they dont...
Calling SOAP service from Appeon Mobile (Unable to import binding from namespace)
- How-to
- Last updated 2 years ago
- Alan Rice replied 2 years ago
Hi,
I hope someone can shed some light on this issue as I'm not having much luck getting to the bottom of it.
I have a SOAP webservice which is currently consumed by a Powerbuilder Desktop App via the .Net SOAP proxy, Coldfusion webpages, and a dot...
How to sanitize a xml string?
- Resolved
- Advice
- Last updated 2 years ago
- Bruce Armstrong replied 2 years ago
Hi there, is there an easy way in POwerBuilder to "sanitize" a XML string? I need an advice to exclude all not valid xml unicode characters from a string
any help would be appreciated
tia...
How to Get RAW data in byte stream from a REST Service API Call in PowerBuilder?
- Resolved
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
We have several REST Services we call and get result back as a JSON or an XML output.
I have a new request to get back the RAW Bytes Array that it returns. How can I achieve that?
For EG:
We can do a GET for any image on the web like this...
Hello to all
I have a problem exporting the data in xml format
It can be exported with a 3-level hierarchy
eg:
customer
invoice
article
N.B.
Many articles on an invoice
Many bills in a customer
Many customers
The dw allows you to h...
- Page :
- 1