| At line 10 changed 1 line. |
| IMS address element attributes: |
| __IMS Address__ element attributes: |
| At line 16 changed 2 lines. |
| The following is a sample usage of the IMS address extensiblity element defined for a service port, |
| \\ |
| The following is a sample usage of the __IMS Address__ extensiblity element defined for a service port, |
| At line 29 changed 1 line. |
| IMS Message Element attributes: |
| __IMS Message__ element attributes: |
| At line 56 changed 2 lines. |
| The following is a sample usage of the IMS Message extensiblity element defined in the binding operation's input |
| \\ |
| The following is a sample usage of the __IMS Message__ extensiblity element defined in the binding operation's input |
| At line 65 changed 2 lines. |
| TRANSLATION" replyDataEncod="ISO-8859-1" use="literal" encodingStyle="" |
| /> |
| TRANSLATION" replyDataEncod="ISO-8859-1" use="literal" encodingStyle=""/> |
| At line 68 added 33 lines. |
| \\ |
| \\ |
| __IMS Binding__ |
| \\ |
| \\ |
| The __IMS Binding__ extensibility element indicates a binding that is of interest to the IMS Binding Component. It is essentially an empty element which serves as a marker allowing the IMS Binding component to gather IMS "binding" information described by the other IMS extensibility elements. |
| \\ |
| The following is a sample usage of the __IMS binding__ extensiblity element |
| \\ |
| {{{ |
| <binding name="imsWSDLBinding" type="tns:imsWSDLPortType"> |
| <ims:binding/> |
| }}} |
| \\ |
| \\ |
| __IMS Operation__ |
| \\ |
| \\ |
| The __IMS Operation__ extensibility element indicates a operation that is of interest to the IMS Binding Component. It is essentially an empty element which serves as a marker allowing the IMS Binding component to gather IMS "binding" information described by the other IMS extensibility elements. |
| \\ |
| The following is a sample usage of the __IMS Operation__ extensiblity element |
| \\ |
| {{{ |
| <wsdl:operation name="imsWSDLOperation"> |
| <ims:operation/> |
| <wsdl:input name="input1"> |
| <ims:message/> |
| </wsdl:input> |
| <wsdl:output name="output1"> |
| <ims:message/> |
| </wsdl:output> |
| </wsdl:operation> |
| }}} |