Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetRequestHeader
Message
From
07/05/2008 13:30:30
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
SetRequestHeader
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01315673
Message ID:
01315673
Views:
64
I'm using XMLHTTP to talk with a web service. I need to send multiple headers. The Authentication is working, but my Response is returning an error:
no SOAPAction header!
Do I need to do something differently in how I'm sending the headers? This is the block of code that is relevant:
* Set Headers
lxmlObj.SetRequestHeader("authorization", cAuthenticate)
lxmlObj.SetRequestHeader("SOAPAction", "")

* Send
lxmlObj.Send()

* Response
lcResponse = lxmlObj.ResponseText
Reply
Map
View

Click here to load this message in the networking platform