pzfreo wrote:
> 
> There is another alternative, which is to use WS-Trust and
> WS-SecureConversation. This makes life more efficient if you have more
> than
> one message exchange (which I'm guessing you will if this is a B2B sort of
> situation).
> 
are you referring to async web services? due to time restrictions I will be
implementing a simple polling setup..so each message requires a separate
method call.. does this mean the token exchange has to take place for each
call?
I'm considering using one-way SSL for encryption and SecureConv for digital
signatures..my logic behind this, is that having SSL on a reverse proxy
would take part of the encryption load off the Axis server.. With this
setup, 2 signatures will be transferred between the server and client - will
this have a big impact on the message size?
I have setup WSAS and am quite happy with it.. having 2 minor problems: 
- Eclipse freezes when I start WSAS using the plugin
- code generated using the axis2 codegen is giving me errors when using the
WSAS folder as the axis home..eg abstract method defined in the WSAS axis2
library, isn't generated by the codegen. I worked around this by selecting
"use axis2 codegen classes".. do you think this will give me problems later
on?


-- 
View this message in context: 
http://www.nabble.com/WS-Security%2C-SSL-or-both-tp15549089p15653326.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to