30 pts.
 Delphi web service error: “The specified module could not be found”
Hi, I got an error when trying to create a web service client. I am using delphi version 6. I clicked Filenewotherweb servicesWSDL Importer, in the box of Location of WSDL file or URL, I type in a WSDL url, such as http://www.agnisoft.com/soap/mssoapmp3search.xml, then I clicked the Next button, I got an error message "The specified module could not been found". Thanks in advance for your help.

Software/Hardware used:
Delphi
ASKED: February 10, 2010  5:10 AM
UPDATED: February 11, 2010  5:16 AM

Answer Wiki:
As the error message says, the program is referencing a function/procedure from a module that is not present on your system. <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx">Sysinternal's Process Monitor</a> is a tool that could help you identifying the module that was not found. ------------------------
Last Wiki Answer Submitted:  February 10, 2010  1:32 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

thanks a lot. I will try it and tell u the result.

 30 pts.

 

Thank u very much. Process Monitor told me my computer was missing msxml4. After I got this file, the problem was fixed!

Thank u again!

 30 pts.