OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsdm message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [no subject]


Here is the relevant XSD for the notify message:=20

  <xsd:complexType name=3D"NotificationMessageHolderType" >=20
    <xsd:sequence>=20
      <xsd:element name=3D"SubscriptionReference"=20
                   type=3D"wsa:EndpointReferenceType"=20
                   minOccurs=3D"0" maxOccurs=3D"1" />=20
      <xsd:element name=3D"Topic"=20
                   type=3D"wsnt:TopicExpressionType"=20
                   minOccurs=3D"1" maxOccurs=3D"1" />=20
      <xsd:element name=3D"ProducerReference"=20
                   type=3D"wsa:EndpointReferenceType"=20
                   minOccurs=3D"0" maxOccurs=3D"1" />=20
      <xsd:element name=3D"Message" type=3D"xsd:anyType"=20
                   minOccurs=3D"1" maxOccurs=3D"1" />=20
    </xsd:sequence>=20
  </xsd:complexType>=20

the proposed change is to modify the way the Message component is
defined, the new definition would look like:=20
      <xsd:element name=3D"Message">=20
        <xsd:complexType>=20
          <xsd:sequence>=20
            <xsd:any namespace=3D"##any" processContents=3D"lax"=20
                     minOccurs=3D"1" maxOccurs=3D"1" />=20
          </xsd:sequence>=20
        </xsd:complexType>=20
      </xsd:element>=20

Although there might be some subtle difference in the XSD that I don't
immediately grasp, it seems to me that this is an equally good way to
model message, and if it provides a solution to the problem Igor is
facing, then it seems like a good approach to take.=20

sgg
++++++++
Steve Graham
(919)254-0615 (T/L 444)
STSM, IBM Software Group, Web services and SOA
Member, IBM Academy of Technology
<Soli Deo Gloria/>
++++++++




"Sedukhin, Igor S" <Igor.Sedukhin@ca.com>=20

03/24/2005 12:33 PM=20

To
"Springer, Ian P." <ian.springer@hp.com>, <wsdm@lists.oasis-open.org>=20
cc
<wsn@lists.oasis-open.org>=20
Subject
RE: [wsdm] Notify wrapped vs Soap body

=09




I would just reconcile and make wsnt:Message be a container of xs:any
and that's it. At least it won't be different from S:Body.=20
 =20

-- Igor Sedukhin .. (igor.sedukhin@ca.com <mailto:igor.sedukhin@ca.com>
)
-- (631) 342-4325 .. 1 CA Plaza, Islandia, NY 11749=20




________________________________

From: Springer, Ian P. [mailto:ian.springer@hp.com]=20
Sent: Thursday, March 24, 2005 12:01 PM
To: Sedukhin, Igor S; wsdm@lists.oasis-open.org
Cc: wsn@lists.oasis-open.org
Subject: RE: [wsdm] Notify wrapped vs Soap body



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]