Hello dear community people,
I have a problem with my SoapClient.
I set the SoapClient with this line:
Set SoapClient = CreateObject("MSSOAP.SoapClient30")
The SOAP client is created with VBScript and it is working since years with a 32bit software. Now I want to do a major upgrade and the new version of the software is built on x64 architecture.
And with the x64 software version the same code throwing an error on the same line.
ActiveX component could not create object.
I tried to register the mssoap30.dll within the SysWOW64 dir but I got an error again(Maybe it is not compatible with x64 etc.)
I think a soap client should work also with x64 or am I wrong?
Would you please tell me your experience or ideas. I need a little help.
Thank You community