webservice/public/code/authentication-perl.txt
2011-06-16 09:38:46 +00:00

8 lines
355 B
Plaintext

# Générer les méthodes à partir du WSDL grâce à l'utilitaire wsdl2perl
# wsdl2perl -p Entreprise -b . http://hostname/entreprise/v0.2?wsdl
# Modifier le proxy pour inclure l'authentification http basique
# Voir http://conf.soaplite.com/p2p/30.html
-> proxy('http://login:md5(login|password)@hostname/entreprise/v0.2')
# Puis intérroger le service