visual basic app and MSSOAP

Questions about Wine on Linux
Locked
spkellco
Newbie
Newbie
Posts: 3
Joined: Mon Dec 03, 2012 1:32 pm

visual basic app and MSSOAP

Post by spkellco »

^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
Hi All,

I have a Visual Basic app that I'm trying to use under Wine in Linux. The app uses MSSOAP Client. Do I need to install this separately?
When I try to run the app it fails at the Soap Client with the following errors. Any help is greatly appreciated.

Thanks!

fixme:msxml:domdoc_setProperty Ignoring property L"NewParser", value -1
fixme:wininet:InternetLockRequestFile STUB
fixme:msxml:create_node only creating basic node for type 18
fixme:advapi:RegisterEventSourceW ((null),L"MSSOAP"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0004,0xc0000010,(nil),0x0001,0x00000000,0x32be4c,(nil)): stub
err:eventlog:ReportEventW L"Analyzing the WSDL file failed"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceW ((null),L"MSSOAP"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0003,0xc0000010,(nil),0x0001,0x00000000,0x32beb8,(nil)): stub
err:eventlog:ReportEventW L"An unanticipated error occurred during the processing of this request."
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: visual basic app and MSSOAP

Post by lahmbi5678 »

Hi,

don't know, if you need to install MS SOAP, but probably yes, you'll need to do so, if it wasn't already installed with some other software. If it still wouldn't work, and there's no obvious error in the output, please file a bug and attach a sample application to the bug report.
Locked