

Press Next.
Select the Utility Jar
file, here bpc-proxy.jar.

Wait until the project has been successfully deployed.
Note:
You also might have installed the WebServiceClient.ear application
directly to the process server.
Make sure that the client
application is deployed on your WebSphereŽ Process Server. If you need
more details how to add an application to the server, refer to the
"Build it Yourself" section of the
To run the client application after deploying it to the WebSphere Process Server, follow these steps:
http://yourhost:yourport/WebServiceClient.indexNote: Replace yourhost with your server's
internet address and replace yourport with the
port of your server's HTTP transport, for example


The WSApiModuleApp
application you deployed to the server contains the advertiseProcess.
This process simulates the scenario that for a given
customer it is computed whether the customer is eligible to receive an
advertisement gift. Doing so you pass initial process start parameters
when you
create a process instance.
As part of this we use Java Architecture for XML Binding (JAXB). JAXB
provides a convenient way to bind an XML schema to a representation in
Java code. This makes it easy for you to incorporate XML data and
processing functions into applications based on Java technology without
having to know much about XML itself.
To run the client application after deploying it to the WebSphere Process Server, follow these steps:
http://yourhost:yourport/wsclient/startprocess.html.Note: Replace yourhost with your server's
internet address and replace yourport with the
port of your server's HTTP transport, for example
Instead, you can start as well from the Basic sample and follow the link Advanced sample.


http://localhost:9080/wsclient/viewprocess.jsp?PIID=_PI:90030119.ec15872f.b61b67f6.dc830215
which navigates to a status page for this particular process instance.
For some seconds, the status will be STATE_RUNNING as the underlying
BPEL process uses a sleep operation to delay the execution for some
time (sleep time 10 seconds):





