Hello, this is to consult on the various
WSDL files that I noticed when studying on Intalio.
So far, according to the documentation on the web, I have reviewed the TokenService, TaskManagementService and TaskManagerProcess.
But I have seen when running Intalio Server, several WSDL files in the following routes:
http://localhost:8080/axis2/services/TokenService?wsdl (TokenService)
http://localhost:8080/axis2/services/TaskManagementServices?wsdl (TaskManagementServices)
http://localhost:8080/ode/processes/TMP?wsdl (TMPService)
http://localhost:8080/ode/processes/completeTask?wsdl (UIFWService)
http://localhost:8080/ode/processes/workflow/ib4p?wsdl (UserBusinessProcessService)
I have also been noted, the following routes repositories:
http://tempo.intalio.org/tempo/trunk/http://tempo.intalio.org/tempo/branches/ In both I could find the following files, several of them interdependent:
b4p.xsd
TaskManagementSystem.wsdl
TaskManagementService.wsdl
TaskManagerProcess.wsdl
TMP-TaskManagementProcess.wsdl
UserBusinessProcess.wsdl
TMP.wsdl
TokenService.wsdl
So far, to integrate an external application with Intalio I work with files from the repository branches, but only I used methods TokenService.wsdl, TaskManagerProcess.wsdl and TaskManagementService.wsdl. But with so many WSDL files, I doubt if I'm using the appropriate WSDL.
That is why I have 3 questions:
1º What is the difference between the WSDL that are in
http://localhost:8080/axis2/ ...
http://localhost:8080/ode/processes/ and ... with those found in repositories (trunk and branches)?
2º What are the appropriate WSDL, which must work to integrate an external application with Intalio?
3º Considering the documentation tempo to create and complete tasks (http://www.intalio.org/confluence/display/TEMPO/Creating+and+Completing+a+Task) what is the relationship or correspondence between the components of tempo and the WSDL (http://localhost:8080/ ... and repositories)?