F
ffellico
Hi.
I have a webservice in tomcat/axis with a method that send back a
byte[] response.
I have seen that to send back the array of bytes, AXIS trasform it in
a BASE64 String (i think only to trasport it); the client retreive the
original array without problems because on the client side the BASE64
String is automatically reconverted in the original array of bytes.
Before the BASE64 String is sended back, I am interested to encrypt it
(with a my routine) and naturally at the client side I need to decrypt
it, so the application can receive the correct file.
Can anyone suggest me a way to insert in suitable places the crypt/
decript code?
Alternatively, it is possible in some way to ask AXIS to crypt/decrypt
the responses automatically?
Thank you from Franco in Italy.
I have a webservice in tomcat/axis with a method that send back a
byte[] response.
I have seen that to send back the array of bytes, AXIS trasform it in
a BASE64 String (i think only to trasport it); the client retreive the
original array without problems because on the client side the BASE64
String is automatically reconverted in the original array of bytes.
Before the BASE64 String is sended back, I am interested to encrypt it
(with a my routine) and naturally at the client side I need to decrypt
it, so the application can receive the correct file.
Can anyone suggest me a way to insert in suitable places the crypt/
decript code?
Alternatively, it is possible in some way to ask AXIS to crypt/decrypt
the responses automatically?
Thank you from Franco in Italy.