ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

How to Post XML

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to Post XML

    Does anyone know how to post an XML document to a URL?

    I'm a newbie with less than one year experience coding in RPG and am working with XML for the first time.

    I have written a program that puts XML code into a physical file... now I need to post the data to a URL and I'm completely lost.

  • #2
    Re: How to Post XML

    You might take a look at HTTPAPI, which is an open-source service program that allows you to do HTTP operations from RPG.


    I would not use a physical file for this, personally. XML is really not designed to be stored in fixed-length records.

    Comment


    • #3
      Re: How to Post XML

      Great! I'll take a look. Thank you so much!

      Comment

      Working...
      X