HI,
I am trying to access a .jws which is
as follows :-
import org.apache.axis.client.Call;
import org.apache.axis.client.Service;
import org.apache.axis.message.SOAPBodyElement;
import org.apache.axis.utils.Options;
import org.apache.axis.utils.XMLUtils;
import org.w3c.dom.CDATASection;
import
Hi,
I need a sample (client/service) program
wherein the request and response
messages have more than one part.
thanks in advance,
Parag
*** HSS-Unclassified ***
Thanks Anne for your explanation.
I came across this article
today, which explains the need for both (SSL and SOAP digital signature)
http://www-106.ibm.com/developerworks/webservices/library/ws-soapsec/
regards,
Parag.
*
Digital Signature is a tool for
achieving authentication. And SSL does a (Client/Server) authentication
before the encryption process (that improvises confidentiality). So why
do we need to do authentication again ( by signing the soap messages) ?
At the application layer , are we assuming that t
Hi,
Just a follow-up on this question. If
the axis uses HTTP/SSL, then is there a need to sign SOAP messages
?
thanks,
Parag
*** HSS-Unclassified ***