Details
wsdl_free_types ()
void wsdl_free_types (wsdl_types *types); |
Frees the memory pointed to by types, and any memory used by
members of the wsdl_types structure. Then calls
wsdl_typecode_free_all().
wsdl_free_message_part ()
void wsdl_free_message_part (wsdl_message_part *part); |
Frees the memory pointed to by part, and any memory used by
members of the wsdl_message_part structure.
wsdl_free_message ()
void wsdl_free_message (wsdl_message *message); |
Frees the memory pointed to by message, and any memory used by
members of the wsdl_message structure.
wsdl_free_porttype_operation_iof ()
void wsdl_free_porttype_operation_iof
(wsdl_porttype_operation_inoutfault *iof); |
Frees the memory pointed to by iof, and any memory used by members
of the wsdl_porttype_operation_inoutfault structure.
wsdl_free_porttype_operation ()
void wsdl_free_porttype_operation (wsdl_porttype_operation *operation); |
Frees the memory pointed to by operation, and any memory used by
members of the wsdl_porttype_operation structure.
wsdl_free_porttype ()
void wsdl_free_porttype (wsdl_porttype *porttype); |
Frees the memory pointed to by porttype, and any memory used by
members of the wsdl_porttype structure.
wsdl_free_soap_binding ()
void wsdl_free_soap_binding (wsdl_soap_binding *binding); |
Frees the memory pointed to by binding, and any memory used by
members of the wsdl_soap_binding structure.
wsdl_free_soap_operation ()
void wsdl_free_soap_operation (wsdl_soap_operation *operation); |
Frees the memory pointed to by operation, and any memory used by
members of the wsdl_soap_operation structure.
wsdl_free_soap_body ()
void wsdl_free_soap_body (wsdl_soap_body *body); |
Frees the memory pointed to by body, and any memory used by
members of the wsdl_soap_body structure.
wsdl_free_soap_header ()
void wsdl_free_soap_header (wsdl_soap_header *header); |
Frees the memory pointed to by header, and any memory used by
members of the wsdl_soap_header structure.
wsdl_free_soap_fault ()
void wsdl_free_soap_fault (wsdl_soap_fault *fault); |
Frees the memory pointed to by fault, and any memory used by
members of the wsdl_soap_fault structure.
wsdl_free_binding_operation_iof ()
void wsdl_free_binding_operation_iof (wsdl_binding_operation_inoutfault *iof); |
Frees the memory pointed to by iof, and any memory used by members
of the wsdl_binding_operation_inoutfault structure.
wsdl_free_binding_operation ()
void wsdl_free_binding_operation (wsdl_binding_operation *operation); |
Frees the memory pointed to by operation, and any memory used by
members of the wsdl_binding_operation structure.
wsdl_free_binding ()
void wsdl_free_binding (wsdl_binding *binding); |
Frees the memory pointed to by binding, and any memory used by
members of the wsdl_binding structure.
wsdl_free_soap_address ()
void wsdl_free_soap_address (wsdl_soap_address *address); |
Frees the memory pointed to by address, and any memory used by
members of the wsdl_soap_address structure.
wsdl_free_service_port ()
void wsdl_free_service_port (wsdl_service_port *port); |
Frees the memory pointed to by port, and any memory used by
members of the wsdl_service_port structure.
wsdl_free_service ()
void wsdl_free_service (wsdl_service *service); |
Frees the memory pointed to by service, and any memory used by
members of the wsdl_service structure.
wsdl_free_definitions ()
void wsdl_free_definitions (wsdl_definitions *definitions); |
Frees the memory pointed to by definitions, and any memory used by
members of the wsdl_definitions structure.