Accessing Web Services SOAP Error

  • Thread starter Thread starter Ben Joseph
  • Start date Start date
B

Ben Joseph

We've created a XPE and when trying to access the web
service it's gives MSSOAP.SOAPCLIENT class definition
error. Please advise what components need to be added to
access the soap. Tried to install SOAP Toolkit 3.0 but
still having the same error.

Is there any other OLE components also necessary with
this. This Web Service program works fine on XP-Pro
machine.

Any help on this would be greatly appreciated.

Thanks
Ben
 
What do you have your minimum visibility set to? You could
try going into the registry and setting the value of
minvisibility to 1 (this value occurs in several places)
and then searching for SOAP, in case you've missed
anything.
Have you got auto-resolve dependencies turned on? If not,
turning it on and doing a new version of your build might
solve the problem.
If neither of these helps, you could try importing
your .pmq and adding any custom components to the
vampire.slx (the most recently dated one, not the one
rather foolishly labelled 'latest') available from
xpefiles.com
If everything works OK using that version, then you can
compare the log files to see what's in the vampire that's
not in your build and make some educated guesses as to the
culprit.
 
Thanks!!! Linda I was able to find the SOAP Runtime Client
Component and when I added that it works great. Still one
issue I did not understand when I installed and SOAP
toolkit and also tried to regsvr32 all the related DLLs it
still did not put the registry in the registry file and
that's why I was getting the MSSOAP.SOAPCLIENT class not
found error.

Once again thanks a lot for your help

Ben Joseph
 
Back
Top