Panel | ||
---|---|---|
| ||
| ||
Info | ||
| ||
This page concerns v2.0 of the Specification. Supporting material on v1.0 is <tbd> |
Requirement
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
Guidance
tbd
ExampleVerification Support
Completeness | Check that: [ ] The service description includes or refers to information about the profile and interface bindings for each service interface. [ ] The information about the profile and interface bindings includes the selected SWIM TI Profile and its version. [ ] The information about the profile and interface bindings includes a reference to a service interface binding as specified in the selected SWIM TI Profile. [ ] The information about the profile and interface bindings includes a reference to a network interface binding as specified in the selected SWIM TI Profile. [ ] The information about the profile and interface bindings includes references to additionally supported requirements as specified in the selected SWIM TI Profile. |
Consistency | Check that: [ ] The selected service interface binding, network interface binding and additionally supported requirements are consistent with the selected SWIM TI Profile and version. |
Examples
The following example shows the content as a table.
XML requests and replies embedded into SOAP messages, themselves embedded into HTTP requests and responses. Operation names are associated to SOAP requests.
SWIM TI | Profile profile and interface bindings | profile name | TI Yellow Profile specification |
---|---|---|---|
profile version | Edition Number 1.01 | ||
selected service interface binding | WS SOAP | ||
selected network interface binding | IPV4_UNICAST | ||
supported optional requirements | - |
The following example shows an extract of the content of a JSON file that conforms to the Service Metadata Schema
Code Block | ||||
---|---|---|---|---|
| ||||
"serviceInterface": [{
"serviceInterfaceBinding": {
"name": "SWIM_TI_YP_1_1_WS-N_SOAP"
},
"networkInterfaceBinding": {
"name": "IPV4_UNICAST"
}
} |
Complete examples are available at Example service description.