Details
wsdl_locate_porttype_operation ()
wsdl_porttype_operation* wsdl_locate_porttype_operation
(guchar *name,
wsdl_porttype *porttype); |
Finds the wsdl_porttype_operation named name that is a direct
descendant of porttype.
wsdl_locate_message_part ()
wsdl_message_part* wsdl_locate_message_part (guchar *name,
wsdl_message *message); |
Finds the wsdl_message_part named name that is a direct
descendant of message.
wsdl_locate_message ()
wsdl_message* wsdl_locate_message (guchar *name,
wsdl_definitions *definitions); |
Finds the wsdl_message named name that is a direct descendant of
definitions.
wsdl_locate_porttype ()
wsdl_porttype* wsdl_locate_porttype (guchar *name,
wsdl_definitions *definitions); |
Finds the wsdl_porttype named name that is a direct descendant of
definitions.
wsdl_locate_binding ()
wsdl_binding* wsdl_locate_binding (guchar *name,
wsdl_definitions *definitions); |
Finds the wsdl_binding named name that is a direct descendant of
definitions.