Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rick Strahl's SOAP Manager - Run Error
Message
 
 
To
29/04/2008 09:22:05
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01313767
Message ID:
01313777
Views:
15
>Getting an error that "Variable XML_XMLDOM_PROGID is not found..." when running this. It is from Rick Strahl's SOAP Manager classes. All the files are in one directory and the DEFAULT is set to that directory.
>
>In the wConnect.h file:
>
>
>#DEFINE XML_XMLDOM_PROGID "msxml2.domdocument"  && "MSXML2.DOMDocument.4.0"
>
>
>In a PRG (much more code, but this is what is relevant to the issue:
>
>
>#INCLUDE WCONNECT.h
>loDOM = CREATEOBJECT(XML_XMLDOM_PROGID)
>
Did you try to uncomment this define and try to use it instead?

Basically, there are multiple versions of MSXML and you always may want to use the latest installed on the system. Lots of custom JavaScript libraries (such as zXML, for example) have to deal with this problem (and various browsers support).
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform