Informatica ActiveVOS
- Informatica ActiveVOS 9.2.6
- All Products
dist/
| The Process Server
identityservice4j
and
wsht4j
API jars
|
docs/
| Documentation
|
lib/
| Dependencies and third party libraries; also, see the
/common/lib root directory
|
src/
| JAX-WS generated code
|
src-examples/
| Sample Java code using the API
|
build.xml
| Ant build script; use the latest supported JDK version to build this project
|
.project .classpath
| Eclipse IDE project and classpath files
|
WSDL
| http://localhost:8080/active-bpel/services/AeIdentityService?wsdl
|
Service SOAP Binding
| http://localhost:8080/active-bpel/services/AeIdentityService
|
<security-constraint> <web-resource-collection> <web-resource-name>Identity List Consumer</web-resource-name> <description>Endpoint that exposes an operation on the identity service.</description> <url-pattern>/services/AeIdentityService</url-pattern> <http-method>POST</http-method> <http-method>PUT</http-method> <http-method>DELETE</http-method> </web-resource-collection> <!--IDENTITYLISTCONSUMER Uncomment to restrict access to the task client services <auth-constraint> <role-name>abIdentityListConsumer</role-name> </auth-constraint> IDENTITYLISTCONSUMER--> </security-constraint>