Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

5.20.2. Declaring Service Contract Schemas

The schemas are declared by specifying the following attributes on the <actions> element associated with the service

Table 5.2. Service Contract Attributes

Name Description Type
inXsd The resource containing the schema for the request message, representing a single element. xsd:string
outXsd The resource containing the schema for the response message, representing a single element. xsd:string
faultXsd A comma separated list of schemas, each representing one or more fault elements. xsd:string
requestLocation The location of the request contents within the body, if not the default location. xsd:string
responseLocation The location of the response contents within the body, if not the default location. xsd:string