wsdl-thread

Name

wsdl-thread -- 

Synopsis



int         wsdl_thread                     (wsdl_definitions *definitions);

Description

Details

wsdl_thread ()

int         wsdl_thread                     (wsdl_definitions *definitions);

Recurses through all the members of definitions, threading together all of the WSDL indirection. The elements of definitions are updated in place.

definitions : a pointer to a wsdl_definitions structure, as returned from wsdl_parse().
Returns : the number of inconsistencies (eg bindings that reference a non-existing port binding, etc) .