webservice/public/code/authentication-perl.txt

8 lines
355 B
Plaintext
Raw Normal View History

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