× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Creating XML is easy.  Parsing XML is more difficult, but easier to do if
you use java vs. RPG in my opinion.  Awhile back I posted an app I wrote to
do something almost exactly similar to what you need to do.

Check out this page:
http://rpgenerationx.com/e-rpg/DSPMSG?forum=cvJava&msgid=0000004
I used jdom (jdom.org) to parse and build my XML.  In all reality you don't
need a parser to build XML.  You could just code stuff like the following:

eval XML = '<xml><PO
number="12345"><item>hat</item><item>shoes</item></PO></xml>'

and then send that to where ever it needs to go whether it be a response to
an HTTP request or if something made a RPC (Remote Program Call) to your RPG
program.

Also, check out IBM's alpha works site: http://alphaworks.ibm.com/ which
will give you a ton of info on XML (more than you want and maybe not
everything you need).  Basically you just need to dive in head first and see
what works best for you.

Hope that helps,
Aaron Bartell


-----Original Message-----
From: Justin Houchin [mailto:jhouchin9@charter.net]
Sent: Wednesday, May 01, 2002 1:30 PM
To: web400@midrange.com
Subject: [WEB400] XML Documents


This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Can anyone point me in the right direction for creating XML Documents. I
have to create an XML document, send it to ups's server, it will calculate
the shipping cost, receive the data back on my 400 and write the data back
to the browser via CGI. I have no clue where to start!


Thanks,

Justin Houchin
Programmer
Reliatek, Inc
jhouchin9@charter.net
_______________________________________________
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/web400
or email: WEB400-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.