ALL,
Revamping a legacy interface that used "Plain ASCII" strings in the form of files FTP's back and forth to a UNIX machine.

I do not have the code to the unix machine, only the proprietary ASCII File structure that it can read and write. I have made Perl programs that Convert a XML to this proprietary REQUEST, and a program that takes the proprietary ANSWER and converts it back to XML.

I now want to make a SOAP Web service out of it and am trying to get a heads up on the direction I need to take.

I am about to set up Linux Redhat 8.0, with Apache and mod_perl. I will then create a service that will look for XML Request(the XML structure I designed) do it's proprietary conversion to ASCII text file, get the answer back and convert it to XML to resturn the ANSWER.

2 questions:
1.) is the software choice correct/optimum
2.) Any sample code available that will show the skeleton of the WEB Service that will wait for a REQUEST, do it's work and return the ANSWER.

HTMLified author's formatting - dvergin 2002-11-23


In reply to SOAP XML by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.