Hi !
 
I have the client.keystore and server.keystore files.
 
Can anyone send me a part of a soap client code example where SSl is being integrated with the code.
My soap client looks like :
...................
  try {
 
   Call call = new Call();
 
   call.setTargetObjectURI("urn:" + m_service);
   call.setMethodName("select_vegreh");
   call.setEncodingStyleURI(Constants.NS_URI_SOAP_ENC);
  
   // where should I implement SSL and how can I test it , if it data is encoded indeed !
 
   URL url = new URL (m_http);
..............................................
 
Üdv. Pop Marius L.

Reply via email to