此内容没有您所选择的语言版本。
5.20.2. Declaring Service Contract Schemas
The schemas are declared by specifying the following attributes on the <actions> element associated with the service
| 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 |