Recent content by jayze333

  1. J

    INSERT-ATTRIBUTE bij WRITE-ELEMENT

    reeds opgelost: hsaxwriter:START-ELEMENT("Status"). hsaxwriter:INSERT-ATTRIBUTE(getdatefrom()). hsaxwriter:WRITE-CHARACTERS("active"). hsaxwriter:END-ELEMENT("STATUS").
  2. J

    INSERT-ATTRIBUTE bij WRITE-ELEMENT

    I want to give INSERT-ATTRIBUTE to WRITE-DATA-ELEMENT, what's the way to do that or how can i arrange or get around that? It's with the SAX writer.
  3. J

    Rest

    Hi, Has anyone already worked with RESTful webservices. How does it work in progress? Has anyone an example for me how to take on an RESTful webservice? Thank you
  4. J

    Request to Webservice (longchar)

    Hi, I'm trying to receive data from an webservice. The code i use to ask the webservice to response you find under here. Now I have to send a longchar to the webservice but i don't know if my strXML is a longchar of do i have to transform it to a longchar or what? I just don't know how to send...
  5. J

    SAX or DOM for XML

    Hi, I'm new at progress for calling some objects from an Webservice. I have a xml-code from a webservice and i want to know what i have to do to retrieve the data from this xml document. With SAX or with DOM... Thanks in advance
Top