serialization without mentioning inside .wsdd

2004-07-15 Thread pagarwal
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

sample program needed

2004-07-15 Thread pagarwal
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   ***

RE: Signed SOAP messages

2004-07-01 Thread pagarwal
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. *

RE: Signed SOAP messages

2004-06-29 Thread pagarwal
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

Re: Signed SOAP messages

2004-06-28 Thread pagarwal
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   ***