![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct LassoSoapBindingCorrelation; LassoSoapBindingCorrelation * lasso_soap_binding_correlation_new (const gchar *messageId
,const gchar *timestamp
);
Figure 129. Schema fragment for soapbinding:correlationType
<xs:complexType name="correlationType"> <xs:attribute name="messageID" type="IDType" use="required"/> <xs:attribute name="refToMessageID" type="IDType" use="optional"/> <xs:attribute name="timestamp" type="xs: dateTime" use="required"/> <xs:attribute name="id" type="xs:ID" use="optional"/> <xs:attribute ref="S:mustUnderstand" use="optional"/> <xs:attribute ref="S:actor" use="optional"/> </xs:complexType>
struct LassoSoapBindingCorrelation { LassoNode parent; gchar *messageID; gchar *refToMessageID; gchar *timestamp; gchar *id; gchar *mustUnderstand; gchar *actor; };
LassoSoapBindingCorrelation * lasso_soap_binding_correlation_new (const gchar *messageId
,const gchar *timestamp
);