![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoSoapBindingExtTimeout; LassoSoapBindingExtTimeout* lasso_soap_binding_ext_timeout_new (gint maxProcessingTime);
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"/>
typedef struct { LassoNode parent; gint maxProcessingTime; gchar *id; gchar *mustUnderstand; gchar *actor; } LassoSoapBindingExtTimeout;
LassoSoapBindingExtTimeout* lasso_soap_binding_ext_timeout_new (gint maxProcessingTime);