|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Sequence of elements in WSDL not maintained in Message Set |
« View previous topic :: View next topic » |
Author |
Message
|
sankritya |
Posted: Tue Apr 22, 2008 4:52 am Post subject: Sequence of elements in WSDL not maintained in Message Set |
|
|
Centurion
Joined: 14 Feb 2008 Posts: 100
|
When I create a message definition file from a WSDL which has an inline XSD then the sequence of elements described in XSD are not maintained by the Message Set.I have to manually change the sequence according to XSD . Otherwise if I deploy and send sample Input Data it gives a SOAP parsing error : A SOAP logical tree cannot be built from the supplied bitstream.
My problem is that Message Broker should be able to create the sequence automatically according to XSD.
For sample :
<xsd:complexType name="__subscribeInput">
<xsd:sequence>
<xsd:element name="serviceName" nillable="true" type="xsd:string"/>
<xsd:element name="serviceURL" nillable="true" type="xsd:string"/>
<xsd:element name="protocol" nillable="true" type="xsd:string"/>
<xsd:element name="topic" nillable="true" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
But it is taking topic, serviceURL, protocol and then serviceName in sequence.
I am using Message Broker 6.1 with Broker fixpack 1. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Apr 22, 2008 7:22 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There are only certain cases where Broker will reorder the children of a logical message tree from the order in which they were created. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mgk |
Posted: Tue Apr 22, 2008 8:10 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
This is a known problem and you should raise a PMR. Otherwise, a fix should be in the next fixpac...
Regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
vairavan |
Posted: Tue Apr 22, 2008 11:23 pm Post subject: |
|
|
Apprentice
Joined: 22 Apr 2008 Posts: 42
|
hi,
I feel, you can confgure this sequence at the time, you create your message definition file from WSDL file. Try giving it in Message Definition creating wizard.
Vairavan C |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|