Greetings,

I need to create an https, connection, to send a SOAP message, here is my
code:


Options options =new Options();
options.setTo(targetEPR); // this sets the location of MyService service


ServiceClient serviceClient = new ServiceClient();


serviceClient.setOptions(options);
�
OMElement result = serviceClient.sendReceive(method);
�

System.out.println(result);

Thanks for your
help
�

Thanks for your help�

-- 
Michel P�rez 
Gerente de Proyectos 
Kynesoft Sistemas 
Tel�fonos: +58 (212) 263-00-07 / 263-19-91 
Fax: +58 (212) 263-00-07 
e-mail:mpe...@kynesoft.com 


Reply via email to