Hi all
I have some problems getting a SOAP request to work in Excel.
This is my code:
where xml is a variant variable containing xml data as a text String. (I had to add Spaces in between h t t p s to be allowed to post on this forum. New users are not allowed to post "links".)
I sent the same XML data in a test Application called SoapUI. There it works. But when I send the exact same xml in Excel, it does not work. Instead I get an error Message from the server, saying a required parameter is zero. But the parameter is defined in the xml, and it's value should have been set to the same in both SoapUI and Excel. So the error has to be in the VBA code, and not in the xml.
Does anyone see what I have done wrong?
Bookmarks