xml

  1. D

    READ-XMLSCHEMA and nested multi-level datasets

    Hi - I'm trying to create a dynamic ProDataset from an XSD file, manually populate the tables, and then export the dataset as formatted XML. The Dataset is created just fine from the XSD file, and I can populate both the root level table and the first level down. When I populate any data a...
  2. S

    READXML > Dataset / temp-table - how are relationships created?

    I have an XML file, that I bring into a dataset that has 4 temp-tables. I CAN see the data in the temp-tables, BUT where I am confused (LOST) is the fact that I don't see the below process creating the relationships between the temp-tables. I would expect the "parentid" fields to be populated...
  3. N

    Need to insert field values to a database from a temp-table that I have created from xml file in progress 4gl. How to do that??

    **Below is my samplecode to read data from xml file and write to temp-table "tttemp" and display a child "mainsub" and its sub-child nodes.** DEFINE VARIABLE hDoc AS HANDLE NO-UNDO. DEFINE VARIABLE hroot AS HANDLE NO-UNDO. DEFINE VARIABLE hmainsub AS HANDLE...
  4. Pavan Yadav

    XML Format Issue

    Progress Version : 10.2B Env : UNIX I am creating a XML and instead of using SAX Parser, I am trying to achieve the functionality/Design with Temp-Tables/Datasets. I am facing an issue with NameSpace-URI DEFINE VARIABLE cTargetType AS CHARACTER NO-UNDO. DEFINE VARIABLE cFile AS...
  5. A

    Creating A Service To Transfer Xml Files

    dear all I am using openedge 10.2b currently we are creating a text file and transmitting it via ftp to another third party application for processing. The third party is requesting that we transmit we create xml file instead of ascii file and transmit it by creating a service so that...
  6. D

    Xml Data As Input Param In Oe Web Service

    Hi Folks, I need help .... OE 10.2B, WinSrv2008, Apache Tomcat 6.0 JSE I'm created web service for receiving xml data. Service is simple, it just create record an save inXml in char data field (xml is short ones) . inXml is 3. parameter in this ws . it works perfectly except that it saves...
  7. Kalan

    Progress Error 4083

    Hi, While processing the xml file with the content xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> receiving the error 'Unable to assign UNKNOWN value to attribute NONAMESPACE-SCHEMA-LOCATION on SAX-READER widget'. Can anyone pls suggest me if...
  8. PDECODE

    Piew - Free Progress Code Editor

    Piew is free, fast and light-weight PROGRESS 4GL/ABL code editor for Windows with some basic and additional features that support syntax highlighting. Why another editor? Sometime you don't want load whole PROGRESS environment just for small change, for source viewing or maybe you want use some...
Top