Conexion a Web Services Con cabecera SOAP
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
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