http://groups.google.com/group/microsoft.public.xml.soap/browse_thread/thread/560a8c872cf5de96#
> Please take a look at my post on microsoft.public.xml.soap
>
> http://groups.google.com/group/microsoft.public.xml.soap/browse_thread/
> thread/560a8c872cf5de96#
With VBA, using XmlHttp, you have to set up your own authentication header.
Here is a stack overflow question that hits on the issue:
http://stackoverflow.com/questions/1358550/xmlhttp-request-basic-
authentication-issue
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************
Yes, I am well aware of that. That is exactly my question: HOW to
establish that header????
Bob
> Yes, I am well aware of that. That is exactly my question: HOW to
> establish that header????
You have two options with SOAP. One is to use setRequestHeader. This
works for many of the standard header types, like auth headers, content
type, etc. If this does not help, you often have to move deeper into the
stack, which is more easily done via a COM component than VBA itself.
If you need to actually edit the envelope rather than headers, then you
can use the SOAP Toolkit. If this is not working for you, creating the
XML for the SOAP envelope and message is a latch ditch effort.
Peace and Grace,
Any chance you or someone can post an example of how to set the soap
authentication header via vba?
Bob