Hi Luther,
With regard to MSSOAP, you'll find that there is no SOAP Toolkit for the
Mac, hence using MSSOAP on the Macintosh platform is not going to work.
"In order to successfully communicate with an XML Web service using ASP.NET
from an Office macro, the SOAP Toolkit must be installed on the client
computer on which the macro runs."
<
http://support.microsoft.com/default.aspx?scid=kb;en-us;307033>
Also, it appears that Visual Basic Version 6 is required for Office clients
to access SOAP web services. The level of VB in Macintosh Office is version
5, so again there is no Macintosh functionality available:
HOW TO: Use the Office Web Components with XML Data Generated by an XML Web
Service Created Using ASP.NET
<
http://support.microsoft.com/default.aspx?kbid=315695>
Because MSXML relies on libraries from VB6 they are also not available on
the Mac.
There are other ways to get data to and from web servers in Office. The
following articles explain how to use Web Queries to get data into and out
of web servers.
HOWTO: Send Values/Return Results from ASP with Excel Web Query
http://support.microsoft.com/default.aspx?scid=kb;[LN];201048
How to Programmatically Perform a Web Query
http://support.microsoft.com/default.aspx?scid=kb;EN-US;162080
This one has a specific example showing how to use HTML POST.
-Jim Gordon
Mac MVP
All responses should be made to this newsgroup within the same thread.
Thanks.
About Microsoft MVPs:
http://www.mvps.org/
Search for help with the free Google search Excel add-in:
<
http://www.rondebruin.nl/Google.htm>
----------
Is there a way to call web services from Excel for the Mac? E.g., from VBA?
I would do this from Office XP or Office 2003 by adding references to MSXML
and MSSOAP and using those objects, but I assume these are not available on
the Mac version of Excel.
TIA...