Details
enum wsdl_describe_iof_t
typedef enum {
WSDL_DESCRIBE_INPUT,
WSDL_DESCRIBE_OUTPUT,
WSDL_DESCRIBE_FAULT
} wsdl_describe_iof_t; |
wsdl_describe_types ()
void wsdl_describe_types (guint ind,
wsdl_types *types); |
Produces a printable representation of types on standard output.
wsdl_describe_message_part ()
void wsdl_describe_message_part (guint ind,
wsdl_message_part *part); |
Produces a printable representation of part on standard output.
wsdl_describe_message ()
void wsdl_describe_message (guint ind,
wsdl_message *message); |
Produces a printable representation of message on standard output.
wsdl_describe_porttype_operation_iof ()
void wsdl_describe_porttype_operation_iof
(guint ind,
wsdl_porttype_operation_inoutfault *iof,
wsdl_describe_iof_t type); |
Produces a printable representation of iof on standard output.
type controls whether iof is listed as either "Input", "Output"
or "Fault".
wsdl_describe_porttype_operation ()
void wsdl_describe_porttype_operation
(guint ind,
wsdl_porttype_operation *op); |
Produces a printable representation of op on standard output.
wsdl_describe_porttype ()
void wsdl_describe_porttype (guint ind,
wsdl_porttype *porttype); |
Produces a printable representation of porttype on standard
output.
wsdl_describe_soap_operation ()
void wsdl_describe_soap_operation (guint ind,
wsdl_soap_operation *soap_operation); |
Produces a printable representation of soap_operation on standard
output.
wsdl_describe_soap_body ()
void wsdl_describe_soap_body (guint ind,
wsdl_soap_body *soap_body); |
Produces a printable representation of soap_body on standard
output.
wsdl_describe_soap_header ()
void wsdl_describe_soap_header (guint ind,
wsdl_soap_header *soap_header); |
Produces a printable representation of soap_header on standard
output.
wsdl_describe_soap_fault ()
void wsdl_describe_soap_fault (guint ind,
wsdl_soap_fault *soap_fault); |
Produces a printable representation of soap_fault on standard
output.
wsdl_describe_binding_operation_iof ()
Produces a printable representation of iof on standard output.
type controls whether iof is listed as either "Input", "Output"
or "Fault".
wsdl_describe_binding_operation ()
void wsdl_describe_binding_operation (guint ind,
wsdl_binding_operation *op); |
Produces a printable representation of op on standard output.
wsdl_describe_soap_binding ()
void wsdl_describe_soap_binding (guint ind,
wsdl_soap_binding *binding); |
Produces a printable representation of binding on standard output.
wsdl_describe_binding ()
void wsdl_describe_binding (guint ind,
wsdl_binding *binding); |
Produces a printable representation of binding on standard output.
wsdl_describe_soap_address ()
void wsdl_describe_soap_address (guint ind,
wsdl_soap_address *address); |
Produces a printable representation of address on standard output.
wsdl_describe_service_port ()
void wsdl_describe_service_port (guint ind,
wsdl_service_port *port); |
Produces a printable representation of port on standard output.
wsdl_describe_service ()
void wsdl_describe_service (guint ind,
wsdl_service *service); |
Produces a printable representation of service on standard output.
wsdl_describe_definitions ()
void wsdl_describe_definitions (guint ind,
wsdl_definitions *definitions); |
Produces a printable representation of definitions on standard output,
recursing through all sub-types.