My co-workers and I wish to provide access to our billing application
via a set of carfully constructed XML command DTDs.
I've looked at a few packages on CPAN, and I've thought
about a roll-your-own parser... It would use XML::Parser obviously, but
felt like a traditional CGI rather than a mod_perl solution, which is dissapointing.
Well, currently the roll-your-own solution seems like
it's the way to go. I want for these xml command documents to
be gpg signed messages. I'm frustrated though, because
I feel like there's probably a bunch of CPAN stuff out there,
that already does what want... if only I could find it.
I looked at AxKit, it seems to be what I want, if only I could wrap my mind around it... I'm not very good with mod_perl yet though.
What is the best way to setup an xml command server that does gpg sigs and returns a response (in the form of another xml document)?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.