Dennis Cool - neat project! If you ever want to help out on Synapse you'd be more than welcome.
Paul On 5/15/07, Dennis Sosnoski <[EMAIL PROTECTED]> wrote:
Hi Jony, I agree with Paul that SSL/HTTPS is an easier (and faster) way to go if you just want point-to-point security. If you really want WS-Security, besides Synapse there's also a WS-Security Wrapper program that I wrote specifically for the purpose of connecting non-WS-Security clients to WS-Security servers. This is an open source project, at http://wsswrapper.sourceforge.net/ The supplied version is specifically for .NET 1.1/WSE 2.0, but it would be easy to modify it to use the WS-Security 1.0 constants. This actually takes care of the SOAP envelope as well as the WS-Security processing, so the client only needs to be able to exchange XML payloads over HTTP. - Dennis Dennis M. Sosnoski SOA and Web Services in Java Axis2 Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Paul Fremantle wrote: > If its just encryption you could consider HTTPS? Rampart/C does > implement encryption, but you'll have to wait at least a month for a > stable Perl wrapper. > > Paul > > On 5/15/07, jony <[EMAIL PROTECTED]> wrote: >> >> Im encrypting the message contents. I need to transfer private data >> over an >> 'open' channel. >> >> (Obviously) I have it working Java <-> Java. I want to move one of the >> 'ends' to Perl. >> >> >> pzfreo wrote: >> > >> > We've just started work building a perl wrapper on top of Axis2/C. I >> > guess it depends which aspects of Rampart are you using? Rampart/C >> > doesn't implement everything Rampart Java does yet. >> > >> > The other option is to use a really basic perl SOAP or XML/HTTP client >> > and have Synapse (ws.apache.org/synapse) as a >> > local-to-the-perl-client-bridge that then adds the security info >> > before calling the client. >> > >> > Paul >> > >> > >> > >> > On 5/15/07, jony <[EMAIL PROTECTED]> wrote: >> >> >> >> Has anyone found a way to talk to an Axis2 server using Perl when the >> >> server >> >> is using Rampart? >> >> -- >> >> View this message in context: >> >> http://www.nabble.com/perl-%2B-rampart--tf3758380.html#a10622488 >> >> Sent from the Axis - User mailing list archive at Nabble.com. >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > >> > >> > -- >> > Paul Fremantle >> > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair >> > >> > http://bloglines.com/blog/paulfremantle >> > [EMAIL PROTECTED] >> > >> > "Oxygenating the Web Service Platform", www.wso2.com >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/perl-%2B-rampart--tf3758380.html#a10625933 >> Sent from the Axis - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair http://bloglines.com/blog/paulfremantle [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com
