Entr'ouvert Entr'ouvert Documentation

LassoSoapBindingExtTimeout

LassoSoapBindingExtTimeout — <soapbinding:TimeoutType>

Description

Figure 133. Schema fragment for soapbinding:TimeoutType

<xs:complexType name="TimeoutType">
  <xs:attribute name="maxProcessingTime" type="xs:integer" 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>
<xs:element name="Timeout" type="TimeoutType"/>



Details

struct LassoSoapBindingExtTimeout

struct LassoSoapBindingExtTimeout {
	LassoNode parent;

	gint maxProcessingTime;
	gchar *id;
	gchar *mustUnderstand;
	gchar *actor;
};

lasso_soap_binding_ext_timeout_new ()

LassoSoapBindingExtTimeout *  lasso_soap_binding_ext_timeout_new
                                                        (gint maxProcessingTime);