The process for developing inbound web services is briefly:
As with any IBM Cúram Social Program Management process class you need to provide the implementation for the classes and operations you model as per the Cram Modeling Reference Guide.
Each of the above steps is explained in more detail in the sections that follow. To better understand the process just outlined the following illustrates the structure of directories and files used.
+ EJBServer
+ build
+ svr
+ gen
+ wsc2 - where the generator
places ws_inbound.xml
property files
- <service_name>.wsdl - where modeled service
WSDL files are generated
+ components
+ custom
+ axis
+ <service_name>
- ws_inbound.xml - where you might place a
custom ws_inbound.xml
property file
- services.xml - where you might place a
custom services.xml
descriptor file
+ source - where optional schema
validation code would go
+ schemas - where you might place
optional schema
+ webservice - where you must place
custom receiver code