Directory
| Description
|
---|---|
dist/
| Contains the
wsht4j API jar
|
docs/
| Documentation
|
lib/
| Dependencies and third party libraries. See also root directory
/common/lib .
|
orchestration/
| BPEL processes uses in the examples.
|
src/
| JAX-WS generated code for the WSHT4J.
|
src-examples/
| Sample code using the WSHT4J.
|
build.xml
| Ant build script; use the latest supported JDK version to build this project
|
.project .classpath
| Eclipse IDE project and classpath files.
|
Name
| Service Endpoint
| Description
|
---|---|---|
WSHT API
| http://host:port/active-bpel/services/AeB4PTaskClient-taskOperations
Name
| WSHT API as described by
ws-humantask-api.wsdl.
|
Process Server Extensions to WSHT API
| http://host:port/active-bpel/services/AeB4PTaskClient-aeTaskOperations
| Additional operations for interacting with human tasks. Note the service name ends with "aeTaskOperations" - the "ae" prefix indicating an Informatica-specific service.
|
WSHT Task Feeds
| http://host:port/active-bpel/services/REST/AeB4PTaskFeed
| The WSHT API
getMyTasks() operation represented as a RSS or ATOM syndication feed.
|