×
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.
You should be able to use the HTTPAPI from Scott Klement.
We have done the same thing, created the full SOAP XML message.
The addition we had implemented was passing the message to an internally
developed JAVA API (sitting on a data queue for performance) that did the
actual ws-security job of signing. This was done by using some JAVA software
from the guys of the bouncy-castle (loop it up, it does realy exist under
that name). The Signed xml strring was then put on the response data queue.
Then we send the message using the HTTPAPI, and processsed the results
following the reversed route for signature checking.
We originally thought we could implement this in RPG, but the ws-security
for the signing of XML documents is way to complicated, so we resorted to
the above mentioned implementation.
Kind regards,
Loek Maartens.
As an Amazon Associate we earn from qualifying purchases.
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.