Skip to main content
Nintex Community Menu Bar

Service Object APIs

  • July 8, 2009
  • 2 replies
  • 14 views

Forum|alt.badge.img+1
Hi there... Does K2, by any chance, expose .NET APIs for accessing the Service Objects?

2 replies

Forum|alt.badge.img+9
  • Nintex Partner
  • July 8, 2009
ServiceObjects are generally exposed by registering an instance of that Service Type and then creating a SmartObject that uses the method(s) of that serviceobject from that instance.  SmartObjects do have a .NET api, which is covered in the K2 Developers Reference.

Forum|alt.badge.img+1
  • Author
  • July 8, 2009

Hi thanks for your reply.

I was wondering if there's any way of using ServiceObjects without going through SmartObjects.

Thanks