You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by Nandana Mihindukulasooriya <na...@gmail.com> on 2009/09/09 12:49:13 UTC

Re: creating a secure java web service which is accessible by c++ clients

On Wed, Sep 9, 2009 at 1:00 PM, ghader <gh...@douran.com> wrote:

> <!--
>  /* Font Definitions */
>  @font-face
>        {font-family:"Cambria Math";
>        panose-1:2 4 5 3 5 4 6 3 2 4;
>        mso-font-charset:1;
>        mso-generic-font-family:roman;
>        mso-font-format:other;
>        mso-font-pitch:variable;
>        mso-font-signature:0 0 0 0 0 0;}
> @font-face
>        {font-family:Calibri;
>        panose-1:2 15 5 2 2 2 4 3 2 4;
>        mso-font-charset:0;
>        mso-generic-font-family:swiss;
>        mso-font-pitch:variable;
>        mso-font-signature:-1610611985 1073750139 0 0 159 0;}
>  /* Style Definitions */
>  p.MsoNormal, li.MsoNormal, div.MsoNormal
>        {mso-style-unhide:no;
>        mso-style-qformat:yes;
>        mso-style-parent:"";
>        margin-top:0in;
>        margin-right:0in;
>        margin-bottom:10.0pt;
>        margin-left:0in;
>        line-height:115%;
>        mso-pagination:widow-orphan;
>        font-size:11.0pt;
>        font-family:"Calibri","sans-serif";
>        mso-ascii-font-family:Calibri;
>        mso-ascii-theme-font:minor-latin;
>        mso-fareast-font-family:Calibri;
>        mso-fareast-theme-font:minor-latin;
>        mso-hansi-font-family:Calibri;
>        mso-hansi-theme-font:minor-latin;
>        mso-bidi-font-family:Arial;
>        mso-bidi-theme-font:minor-bidi;}
> .MsoChpDefault
>        {mso-style-type:export-only;
>        mso-default-props:yes;
>        mso-ascii-font-family:Calibri;
>        mso-ascii-theme-font:minor-latin;
>        mso-fareast-font-family:Calibri;
>        mso-fareast-theme-font:minor-latin;
>        mso-hansi-font-family:Calibri;
>        mso-hansi-theme-font:minor-latin;
>        mso-bidi-font-family:Arial;
>        mso-bidi-theme-font:minor-bidi;}
> .MsoPapDefault
>        {mso-style-type:export-only;
>        margin-bottom:10.0pt;
>        line-height:115%;}
> @page Section1
>        {size:8.5in 11.0in;
>        margin:1.0in 1.0in 1.0in 1.0in;
>        mso-header-margin:.5in;
>        mso-footer-margin:.5in;
>        mso-paper-source:0;}
> div.Section1
>        {page:Section1;}
> -->I want to create a web service using java language which has
> a secure comunication by its clients, and encrypt and sign it’s sent
> messages using
> a public/private key pair. I also need the service to be accessible for
> clients
> implemented in other languages than java, for example c++ clients which use
> gsoap to access the service. Since the gsoap and the Axis2 ,using the
> Rampart, both
> support the ws-security, I guess it
> should be possible to create the service using Axis2 and Rampart , and be
> sure
> that the c++ clients can have successful comunication by the server. But I
> decided to ask this question here to make sure wether it is possible or
> not.
>

Yes, this is possible. It doesn't matter the implementation of the client as
long as the messages are standards compliant.
thanks,
Nandana