Skip to main content
Hi,

I m now implementing an process with Web Service event.
And I m trying to setup it by the wizard, however some errors occur.
The Web Service works perfectly with stand alone web application.

The error message is:
This Web Service C# Stub cound not be generated, please contact your administrator.

Please see the screens from the attached document.

Kind Regards
Zoe
Hi all,

I've solved the problem.

The problem is caused by .NET Framework 2.0
http://forum.k2workflow.com/viewtopic.php?t=1418
http://forum.k2workflow.com/viewtopic.php?t=244&highlight=web+service

and I finally use the following command to build the dll:
csc /t:library /r:System.Web.Services.dll /r:System.Xml.dll References.cs

Kind Regards,
Zoe

Reply