Top |
Figure 150. Schema fragment for disco:ServiceContext
<xs:complexType name="ServiceContextType"> <xs:sequence> <xs:element ref="ServiceType" maxOccurs="unbounded" /> <xs:element ref="Options" minOccurs="0" maxOccurs="unbounded" /> <xs:element ref="EndpointContext" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType>
LassoIdWsf2DiscoServiceContext *
lasso_idwsf2_disco_service_context_new
(void
);
Creates a new LassoIdWsf2DiscoServiceContext object.
LassoIdWsf2DiscoServiceContext * lasso_idwsf2_disco_service_context_new_full (const gchar *serviceType
,LassoIdWsf2DiscoEndpointContext *endpointContext
);