Skip to main content
Nintex Community Menu Bar

K2 Web Services

  • August 1, 2007
  • 1 reply
  • 7 views

Forum|alt.badge.img+3

Hi


 Does anyone know where all the k2 web services are documented? I would like to know what does CanIConnect do? for example.


I tried in KB/FORUM and could not find anything.


 regards


S.Saba

1 reply

Forum|alt.badge.img+5
  • August 1, 2007

Hi Saba,


The web services are not officially documented as they weren't originally intended for general public consumtion but rather glue various K2 integration components together.  If your not currently aware, the major APIs (K2ROM, K2Mng, KO and K2Studio are all well documented in the help file.


 CanIConnect is a very basic method that simply immediately returns true:
public bool CanIConnect()
{
     return true;
}


This is just a quick test to ensure the InfoPath user is able to see the webservice.  Feel free to post other web services questions as well.


-mike