uCosminexus Service Platform, Basic Development Guide

[Contents][Glossary][Index][Back][Next]

8.4 Service Requester That Sends Requests to a Standard Synchronous Reception (SessionBean)(JAX-WS engine)

A service requester that sends request messages to a standard synchronous reception (SessionBean) uses RMI-IIOP to communicate with the standard reception. The service requester sends a service component execution request message to a standard reception, and an HCSC server performs service component execution.

The user acquires a stub from the development environment and uses this stub to send a request to the synchronous reception (SessionBean). Therefore, the service requester must be installed such that it can utilize the acquired stub.

The following figure shows the relationship between a service requester for a JAX-WS engine that sends requests to a standard synchronous reception (SessionBean) and an HCSC server.

Figure 8-15 Relationship between a service requester that sends requests to a standard synchronous reception (Web Service) and an HCSC server(JAX-WS engine)

[Figure]

Organization of this section
8.4.1 Procedure for Creating a Service Requester (Standard Synchronous Reception (SessionBean))
8.4.2 Acquiring Stubs
8.4.3 Creating Instances
8.4.4 Specifying Parameters
8.4.5 Creating Request Messages
8.4.6 Acquiring Response Messages
8.4.7 Acquiring Error Information
8.4.8 Creating a Service Requester That Sends a Request for Business Process Re-execution (SessionBean)