You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by jony <jo...@bme.ogi.edu> on 2007/05/15 15:21:12 UTC

perl + rampart?

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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: perl + rampart?

Posted by Martin Gainty <mg...@hotmail.com>.
Good Morning Jony

I guess that depends if Perl has a WSDL2Perl generator for the client code 
to consume the transmissions
Does anyone know if there is a Perl client generator out there?

Martin--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- 
From: "jony" <jo...@bme.ogi.edu>
To: <ax...@ws.apache.org>
Sent: Tuesday, May 15, 2007 9:21 AM
Subject: perl + rampart?


>
> 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: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: perl + rampart?

Posted by jony <jo...@bme.ogi.edu>.
I can go with SSL if need be - but Im not going to be able to provide actual
keys to every tomcat server. There will be hundreds and we don't have the
budget for that.  I wonder what Perl will do when presented with the
'unknown certificate' message.... 


DSosnoski 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 <jo...@bme.ogi.edu> 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 <jo...@bme.ogi.edu> 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: axis-user-unsubscribe@ws.apache.org
>>> >> For additional commands, e-mail: axis-user-help@ws.apache.org
>>> >>
>>> >>
>>> >
>>> >
>>> > --
>>> > Paul Fremantle
>>> > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
>>> >
>>> > http://bloglines.com/blog/paulfremantle
>>> > paul@wso2.com
>>> >
>>> > "Oxygenating the Web Service Platform", www.wso2.com
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>>> > For additional commands, e-mail: axis-user-help@ws.apache.org
>>> >
>>> >
>>> >
>>>
>>> -- 
>>> 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: axis-user-unsubscribe@ws.apache.org
>>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>>
>>>
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/perl-%2B-rampart--tf3758380.html#a10653995
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Q: how can I add fields into header

Posted by "klasyk99@poczta.onet.pl" <kl...@poczta.onet.pl>.
I was looking for tutorial but I haven't found.
I have a class with methods. It works ok.

I need to put into header of Web Services
4 fields, 2 logins and 2 passwords. 
It is as wrapper as arguments of functions today, but it must
be as fields of header.
I have no idea how can I force AXIS2 to add these 4 fields into
header of all WS, how should I change services.xml and where
should be the code which checks whether this 2 logins and 2 password are
ok and returns true or false.

PS.
If it's impossible, I will be happy if I can put
just login and password for header.

PS2 Is there any tutorial about ssl in WS in AXIS2 in Jboss.



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: perl + rampart?

Posted by Paul Fremantle <pz...@gmail.com>.
I know you're busy - I'm still trying to find the time to try your new
Java2WSDL (which sounds really useful), but you can always just hang out and
comment! We accept any level of involvement from zero to hero. And that also
applies to anyone else reading this..... yes I mean *you*.

Paul

On 5/15/07, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>
> Thanks, Paul. Right now I've got more than enough going between JiBX and
> Axis2/JiBX, but I'll definitely keep that in mind.
>
>   - Dennis
>
> Paul Fremantle wrote:
> > 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* < dms@sosnoski.com
> > <ma...@sosnoski.com>> 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 <jony@bme.ogi.edu <ma...@bme.ogi.edu>>
> 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
> >     <http://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 <jony@bme.ogi.edu <ma...@bme.ogi.edu>>
> >     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
> >     <http://Nabble.com>.
> >     >> >>
> >     >> >>
> >     >> >>
> >
> ---------------------------------------------------------------------
> >     >> >> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> >     <ma...@ws.apache.org>
> >     >> >> For additional commands, e-mail:
> >     axis-user-help@ws.apache.org <ma...@ws.apache.org>
> >     >> >>
> >     >> >>
> >     >> >
> >     >> >
> >     >> > --
> >     >> > Paul Fremantle
> >     >> > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
> >     >> >
> >     >> > http://bloglines.com/blog/paulfremantle
> >     >> > paul@wso2.com <ma...@wso2.com>
> >     >> >
> >     >> > "Oxygenating the Web Service Platform", www.wso2.com
> >     <http://www.wso2.com>
> >     >> >
> >     >> >
> >
> ---------------------------------------------------------------------
> >     >> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> >     <ma...@ws.apache.org>
> >     >> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >     <ma...@ws.apache.org>
> >     >> >
> >     >> >
> >     >> >
> >     >>
> >     >> --
> >     >> 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
> >     <http://Nabble.com>.
> >     >>
> >     >>
> >     >>
> >
> ---------------------------------------------------------------------
> >     >> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> >     <ma...@ws.apache.org>
> >     >> For additional commands, e-mail: axis-user-help@ws.apache.org
> >     <ma...@ws.apache.org>
> >     >>
> >     >>
> >     >
> >     >
> >
> >
> ---------------------------------------------------------------------
> >     To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> >     <ma...@ws.apache.org>
> >     For additional commands, e-mail: axis-user-help@ws.apache.org
> >     <ma...@ws.apache.org>
> >
> >
> >
> >
> > --
> > Paul Fremantle
> > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
> >
> > http://bloglines.com/blog/paulfremantle
> > paul@wso2.com <ma...@wso2.com>
> >
> > "Oxygenating the Web Service Platform", www.wso2.com <
> http://www.wso2.com>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

Re: perl + rampart?

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Thanks, Paul. Right now I've got more than enough going between JiBX and 
Axis2/JiBX, but I'll definitely keep that in mind.

  - Dennis

Paul Fremantle wrote:
> 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* < dms@sosnoski.com 
> <ma...@sosnoski.com>> 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 <jony@bme.ogi.edu <ma...@bme.ogi.edu>> 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
>     <http://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 <jony@bme.ogi.edu <ma...@bme.ogi.edu>>
>     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
>     <http://Nabble.com>.
>     >> >>
>     >> >>
>     >> >>
>     ---------------------------------------------------------------------
>     >> >> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>     <ma...@ws.apache.org>
>     >> >> For additional commands, e-mail:
>     axis-user-help@ws.apache.org <ma...@ws.apache.org>
>     >> >>
>     >> >>
>     >> >
>     >> >
>     >> > --
>     >> > Paul Fremantle
>     >> > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
>     >> >
>     >> > http://bloglines.com/blog/paulfremantle
>     >> > paul@wso2.com <ma...@wso2.com>
>     >> >
>     >> > "Oxygenating the Web Service Platform", www.wso2.com
>     <http://www.wso2.com>
>     >> >
>     >> >
>     ---------------------------------------------------------------------
>     >> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>     <ma...@ws.apache.org>
>     >> > For additional commands, e-mail: axis-user-help@ws.apache.org
>     <ma...@ws.apache.org>
>     >> >
>     >> >
>     >> >
>     >>
>     >> --
>     >> 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
>     <http://Nabble.com>.
>     >>
>     >>
>     >>
>     ---------------------------------------------------------------------
>     >> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>     <ma...@ws.apache.org>
>     >> For additional commands, e-mail: axis-user-help@ws.apache.org
>     <ma...@ws.apache.org>
>     >>
>     >>
>     >
>     >
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>     <ma...@ws.apache.org>
>     For additional commands, e-mail: axis-user-help@ws.apache.org
>     <ma...@ws.apache.org>
>
>
>
>
> -- 
> Paul Fremantle
> VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
>
> http://bloglines.com/blog/paulfremantle
> paul@wso2.com <ma...@wso2.com>
>
> "Oxygenating the Web Service Platform", www.wso2.com <http://www.wso2.com>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: perl + rampart?

Posted by Paul Fremantle <pz...@gmail.com>.
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 <dm...@sosnoski.com> 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 <jo...@bme.ogi.edu> 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 <jo...@bme.ogi.edu> 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: axis-user-unsubscribe@ws.apache.org
> >> >> For additional commands, e-mail: axis-user-help@ws.apache.org
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Paul Fremantle
> >> > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
> >> >
> >> > http://bloglines.com/blog/paulfremantle
> >> > paul@wso2.com
> >> >
> >> > "Oxygenating the Web Service Platform", www.wso2.com
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> >> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >> >
> >> >
> >> >
> >>
> >> --
> >> 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: axis-user-unsubscribe@ws.apache.org
> >> For additional commands, e-mail: axis-user-help@ws.apache.org
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

Re: perl + rampart?

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
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 <jo...@bme.ogi.edu> 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 <jo...@bme.ogi.edu> 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: axis-user-unsubscribe@ws.apache.org
>> >> For additional commands, e-mail: axis-user-help@ws.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Paul Fremantle
>> > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
>> >
>> > http://bloglines.com/blog/paulfremantle
>> > paul@wso2.com
>> >
>> > "Oxygenating the Web Service Platform", www.wso2.com
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>> > For additional commands, e-mail: axis-user-help@ws.apache.org
>> >
>> >
>> >
>>
>> -- 
>> 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: axis-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: perl + rampart?

Posted by Paul Fremantle <pz...@gmail.com>.
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 <jo...@bme.ogi.edu> 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 <jo...@bme.ogi.edu> 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: axis-user-unsubscribe@ws.apache.org
> >> For additional commands, e-mail: axis-user-help@ws.apache.org
> >>
> >>
> >
> >
> > --
> > Paul Fremantle
> > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
> >
> > http://bloglines.com/blog/paulfremantle
> > paul@wso2.com
> >
> > "Oxygenating the Web Service Platform", www.wso2.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
> >
>
> --
> 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: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: perl + rampart?

Posted by jony <jo...@bme.ogi.edu>.
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 <jo...@bme.ogi.edu> 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: axis-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>
>>
> 
> 
> -- 
> Paul Fremantle
> VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
> 
> http://bloglines.com/blog/paulfremantle
> paul@wso2.com
> 
> "Oxygenating the Web Service Platform", www.wso2.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
> 
> 
> 

-- 
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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: perl + rampart?

Posted by Paul Fremantle <pz...@gmail.com>.
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 <jo...@bme.ogi.edu> 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: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org