Hi,

I am not sure if this addresses your problem, but I access a rich SOAP
based webservice set on a Tomcat Server implemented using Axis with
SOAPpy. We use basic auth as specified in http for access control to
these services.

For me it is enough to create my proxy classes this way.

proxy = SOAPpy.SOAPProxy("http://user:[EMAIL PROTECTED]:8080/axis/services,
"MyService")

Afterwards I have access to the system. 

Bye, Oliver


2005/7/12, Slaheddine Haouel <[EMAIL PROTECTED]>:
>  
>  
> 
> Can you help me plz ? I want to wonnect to SOAP webservices but before I
> must be authentificated on a apache server, I used SOAPpy module but I don't
> know how I can be authentified on the apache server???? 
> 
>   
> 
> thx 
> 
>   
> 
> Slaheddine Haouel 
> 
> Unilog NORD 
> 
> tél : 03 59 56 60 25 
> 
> tél support  : 03 59 56 60 68 
> 
> Email : [EMAIL PROTECTED] 
> 
>   
> --
> http://mail.python.org/mailman/listinfo/python-list
> 
> 


-- 
Oliver Andrich <[EMAIL PROTECTED]> --- http://fitheach.de/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to