Re: secure a WS called via GPRS
- From: "Trapulo" <trapulo@xxxxxxxxxxxxxxx>
- Date: Sat, 19 Aug 2006 10:52:56 +0200
Hello Steven,
yes, I made some tests and I decided to implement a "custom signature based"
solution. In detail, now I pass to my webservice three parameters: who I am
(client's ID, I require to validate signature), the xml command (I decided
to use a custom command-response protocol based on XML messages, so later
I'll can also use something different from webservices without change any
logic), and the RSA signature. I'm leaving data without any cryptography,
because this is not a problem now. If I'll require it later, I think that
I'll encrypt XML payload, or use SSL. The only improvement I may work on is
the way I pass the XML: now I'm using a String parameter, but I've seen your
other post about this, so I need to change it to XmlDocumentm and then I
need a way to compress all (I've seen you have posted some other links about
this, I'll read them asap).
I think this will work, however if you have any further suggestions I'll get
them with glad :)
Thank you
"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:i%23j9KmSwGHA.5976@xxxxxxxxxxxxxxxxxxxxxxxx
Hi Trapulo,
How is everything going on? Have you decided which approach to use? If
there is any other information you wonder, please feel free to let me
know.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: secure a WS called via GPRS
- From: Steven Cheng[MSFT]
- Re: secure a WS called via GPRS
- References:
- secure a WS called via GPRS
- From: Trapulo
- RE: secure a WS called via GPRS
- From: Steven Cheng[MSFT]
- Re: secure a WS called via GPRS
- From: Trapulo
- Re: secure a WS called via GPRS
- From: Steven Cheng[MSFT]
- Re: secure a WS called via GPRS
- From: Steven Cheng[MSFT]
- secure a WS called via GPRS
- Prev by Date: wsdl does not create wse3.0 version of service
- Next by Date: Re: WSE 2.0 SP3, Serialization attribute
- Previous by thread: Re: secure a WS called via GPRS
- Next by thread: Re: secure a WS called via GPRS
- Index(es):
Relevant Pages
|