Conexion a Web Services Con cabecera SOAP

horozco2004
17 de Noviembre del 2005
Hola
Donde consigo la sintaxis para conectarme a un Web Services con Cabecera Soap. el equivalente en power builder 6.5 de:

' create a header node with our user info in
set h = e.headers.create ("Credentials", "","http://quotes.org/")
h.nodes.create "username", "simonfell"
h.nodes.create "password", "password"

Trabajo con PocketSOAP 1.4.3 Gracias