RoadRunnerOz
Programmer
Hi:
I can't seem to find a definitive answer anywhere.
We have a large multiuser app running on win2000/2003 terminal servers with the data sitting on a win2003 box.
It works fine. Company policy now dictates we must migrate everything to windows server 2012.
We have set up a test environment in windows server 2012. The main app "seems" to work fine testing with a single user.
The problem is we have three we applications that use MS Soap 3.
I can't even run the setup programs without getting a soap error
I suspect the second error is the result of the first.
I googled MS Soap 3 and found it is obsolete and unsupported after win server 2003.
On msdn it says to rewrite the com object in C# or VB.net.
No one here wrote the web service nor does any one know C or VB!
Anyone have experience with this and/or win2012?
Thanks
The script and errors:
#### CREATING WEB SERVICE WSDL FILES ####
E:\Installers\Filechecker\Install on E drive>echo #### WEB SERVICE WSDLs ####
#### WEB SERVICE WSDLs ####
E:\Installers\Filechecker\Install on E drive>for %a in (e:\filechecker\install\*
.wgen) do "C:\Program Files (x86)\MSSOAP\Binaries\wsdlstb3.exe" %a e:\filechecke
r\app\%~na.dll e:\filechecker\vdir\%~na.wsdl
E:\Installers\Filechecker\Install on E drive>"C:\Program Files (x86)\MSSOAP\Bina
ries\wsdlstb3.exe" e:\filechecker\install\FileChecker.WGen e:\filechecker\app\Fi
leChecker.dll e:\filechecker\vdir\FileChecker.wsdl
Error: hr = 0x80004005
ErrorInfo-Source: WSDLGenerator
ErrorInfo-Description: WSDLGenerator:Could not find the typeinformation for the
requested COM object HRESULT=0x80004005: Unspecified error
#### ERROR ####
FILECHECKER Web Services WSDL's don't seem to have been created!
Michael Ouellette
I can't seem to find a definitive answer anywhere.
We have a large multiuser app running on win2000/2003 terminal servers with the data sitting on a win2003 box.
It works fine. Company policy now dictates we must migrate everything to windows server 2012.
We have set up a test environment in windows server 2012. The main app "seems" to work fine testing with a single user.
The problem is we have three we applications that use MS Soap 3.
I can't even run the setup programs without getting a soap error
I suspect the second error is the result of the first.
I googled MS Soap 3 and found it is obsolete and unsupported after win server 2003.
On msdn it says to rewrite the com object in C# or VB.net.
No one here wrote the web service nor does any one know C or VB!
Anyone have experience with this and/or win2012?
Thanks
The script and errors:
#### CREATING WEB SERVICE WSDL FILES ####
E:\Installers\Filechecker\Install on E drive>echo #### WEB SERVICE WSDLs ####
#### WEB SERVICE WSDLs ####
E:\Installers\Filechecker\Install on E drive>for %a in (e:\filechecker\install\*
.wgen) do "C:\Program Files (x86)\MSSOAP\Binaries\wsdlstb3.exe" %a e:\filechecke
r\app\%~na.dll e:\filechecker\vdir\%~na.wsdl
E:\Installers\Filechecker\Install on E drive>"C:\Program Files (x86)\MSSOAP\Bina
ries\wsdlstb3.exe" e:\filechecker\install\FileChecker.WGen e:\filechecker\app\Fi
leChecker.dll e:\filechecker\vdir\FileChecker.wsdl
Error: hr = 0x80004005
ErrorInfo-Source: WSDLGenerator
ErrorInfo-Description: WSDLGenerator:Could not find the typeinformation for the
requested COM object HRESULT=0x80004005: Unspecified error
#### ERROR ####
FILECHECKER Web Services WSDL's don't seem to have been created!
Michael Ouellette