Accessing Client Operations as a Web Service
When you build a project the Transaction Studio generates a JAX-WS 2 compliant Java bean.
Copy the following files from the <workspace>\<ProjectName>\bin
directory to your chosen Web service container (see information on using the Verastream Process Designer below):
<ProjectName>.jar
<ProjectName>.properties
.BridgeAPI.jar
, located in the clients/java/
directory.Verastream Process Designer R5 (VPD) provides a Web services container that can expose any JAX-WS standard Java Web service.
To use the Transaction Studio <ProjectName>.jar
file in VPD:
<ProjectName>.jar
, (for example AMNU.jar), and the BridgeAPI.jar into VPD's Web services container, located at <install location>/ProcessServer/services/wscontainer/lib
.http://vpdserver:9999/AMNUService?wsdl
.![]() |
|
![]() |
Java Sample Application |
![]() |
Java Bean Input and Output Examples |