Skip to main content
Nintex Community Menu Bar

Create Server Event (Web Service) fail.

  • February 2, 2007
  • 1 reply
  • 7 views

Forum|alt.badge.img+1
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

1 reply

Forum|alt.badge.img+1
  • Author
  • February 2, 2007
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