InfoView to start K2 process

  • 28 June 2006
  • 2 replies
  • 0 views

Badge
I am using InfoView (Application that Converts InfoPath forms to an asp page), I need a way to start a K2 process by someone saving a filled out InfoView form (Saves the data as xml on the server).

Please help.

Thanks
arobinson

2 replies

Badge +11
You would either have to use Biztalk or a custom Windows Service monitoring a specific file drop location. If/when a new file arrives, start a new K2.net process by making use of the K2ROM object model. Sample code in Help files.

Regards,
Ockert
Badge +6
Hi,

I see from the InfoView site that you are able to call a webservice. I do not know the inner workings of InfoView but you should be able to use the K2ROM to create a webservice to start the process for you.

Reply