Interop between BOXMLSerializer and JMSDataBindingImplXML
I stumbled onto a technote about the interoperablility between the way XML is serialized by the BOXMLSerializer and the format expected by JMSDataBindingImplXML. This is a concern if you serialize data from a business object and then put that data into a JMS Text message and choose ‘Text Message with DataObject Binding’ in the export.
Basically, they say to use the element (xsd:element name=”x”) declaration instead of the type (xsd:type name=’x').
Related Posts
- BOFactory: create(..) or createByElement(..) ?
- WebSphere Process Server and RPC/Literal Web Services: Beware Messages defined by ‘type’ instead of ‘element’.
- Business Object Maps and ‘Required’ Attributes
- Exploring The Contents of a WID Module Project
- Enabling SCA-MQ integration via MQ bindings
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply