I\'m trying to call a web service in an Excel Macro:
Set objHTTP = New MSXML.XMLHTTPRequest objHTTP.Open \"post\", \"https://www.server.com/EIDEServer/EIDESe
You SOAP action should also include namespace of the method e.g.
"http://tempri.org/PutSchedule"
Find out what the namespace of your Service and add it in front of the method name PutSchedule.