i have an excel doc that a user fills out and when finished they click
a button which then thru vba creates an xml file. What i would like to
do is when the xml file is created, for it to be sent to a web service
that will then validate it and put it into a database.
I have yet to figure out how to send the xml document from excel to the
webservice via vba of excel. I have it working to consume a webservice
to get support data for this process. But just can't figure out how to
send the final xml doc.
Please i am begging for any hints or starter code that someone may be
willing to provide. I have been trying to figure this out for about 2
months(on and off).
The version of excel is 2002 and i can't upgrade to XP do to corp.
policy. I have Soap2.0 installed.
Thank You
Ray