Forum Discussion

lizengelke's avatar
13 years ago

Error when trying to generate .NET 2.0 artifacts

Hi

I am new to using SoapUI, and this forum. I need to generate code for .Net, and found the generate code option, but it gives me an error when trying to genrate code for .NET 2.0 artifacts.

I am using Windows 7, Visual studion 2008. The error I get is as follows:
".NET 2.0 wsdl.exe directory must be set in global preferences"

I have gone to File --> Preferences --> WSDL settings
Added the location of wsdl.exe in the "Scheme directory" (C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64)

But it still gives an error.

Your help will be appreciated.

Thank you
  • Although this is an older question, I just ran into the same problem.

    Instead of using:
    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64

    use directory\folder
    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin

    if it is available to you. That seems to work. You have "Bin\x64" while I am using the regular 32bit "Bin"

    soapUI 32 bit application so the 64bit version of wsdl.exe does not work.