← Prev in month
← Prev in thread
Next in thread →
Next in month →
Proposed resolution for issue BINDINGS-42
Proposed resolution to issue BINDINGS-42, "Clarify default data binding for JMS" Add the following text to section 5.2, default data binding: For example, for the following interface definition: <wsdl:types> <xsd:schema targetNamespace="http://tempuri.org/coordinates/"> <xsd:element name="coordinates"/> <xsd:complexType> <xsd:sequence> <xsd:element name="x" type="xsd:int"/> <xsd:element name="y" type="xsd:int"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema> </wsdl:types> <wsdl:message name="coordinatesRequest"> <wsdl:part name="parameters" element="tns:coordinates"/> </wsdl:message> A JMS message using this default would have the following content in either a JMS text or bytes message: <coordinates xmlns="http://tempuri.org/coordinates/"> <x>10</x> <y>5</y> </coordinates> Simon Holdsworth STSM, SCA Bindings Architect; Master Inventor; OASIS SCA Bindings TC Chair MP 211, IBM UK Labs, Hursley Park, Winchester SO21 2JN, UK Tel +44-1962-815059 (Internal 245059) Fax +44-1962-816898 Internet - Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
← Prev in month
← Prev in thread
Next in thread →
Next in month →