![]() | ![]() | ![]() | SOUP Reference Manual | ![]() |
---|
enum wsdl_describe_iof_t; void wsdl_describe_types (guint ind, wsdl_types *types); void wsdl_describe_message_part (guint ind, wsdl_message_part *part); void wsdl_describe_message (guint ind, wsdl_message *message); void wsdl_describe_porttype_operation_iof (guint ind, wsdl_porttype_operation_inoutfault *iof, wsdl_describe_iof_t type); void wsdl_describe_porttype_operation (guint ind, wsdl_porttype_operation *op); void wsdl_describe_porttype (guint ind, wsdl_porttype *porttype); void wsdl_describe_soap_operation (guint ind, wsdl_soap_operation *soap_operation); void wsdl_describe_soap_body (guint ind, wsdl_soap_body *soap_body); void wsdl_describe_soap_header (guint ind, wsdl_soap_header *soap_header); void wsdl_describe_soap_fault (guint ind, wsdl_soap_fault *soap_fault); void wsdl_describe_binding_operation_iof (guint ind, wsdl_binding_operation_inoutfault *iof, wsdl_describe_iof_t type); void wsdl_describe_binding_operation (guint ind, wsdl_binding_operation *op); void wsdl_describe_soap_binding (guint ind, wsdl_soap_binding *binding); void wsdl_describe_binding (guint ind, wsdl_binding *binding); void wsdl_describe_soap_address (guint ind, wsdl_soap_address *address); void wsdl_describe_service_port (guint ind, wsdl_service_port *port); void wsdl_describe_service (guint ind, wsdl_service *service); void wsdl_describe_definitions (guint ind, wsdl_definitions *definitions);
typedef enum { WSDL_DESCRIBE_INPUT, WSDL_DESCRIBE_OUTPUT, WSDL_DESCRIBE_FAULT } wsdl_describe_iof_t;
void wsdl_describe_types (guint ind, wsdl_types *types);
Produces a printable representation of types on standard output.
ind : | an integer specifying the indent level to use |
types : | a pointer to a wsdl_types structure |
void wsdl_describe_message_part (guint ind, wsdl_message_part *part);
Produces a printable representation of part on standard output.
ind : | an integer specifying the indent level to use |
part : | a pointer to a wsdl_message_part structure |
void wsdl_describe_message (guint ind, wsdl_message *message);
Produces a printable representation of message on standard output.
ind : | an integer specifying the indent level to use |
message : | a pointer to a wsdl_types structure |
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".
ind : | an integer specifying the indent level to use |
iof : | a pointer to a wsdl_porttype_operation_inoutfault structure |
type : | a wsdl_describe_iof_t enum, containing either WSDL_DESCRIBE_INPUT, WSDL_DESCRIBE_OUTPUT or WSDL_DESCRIBE_FAULT. |
void wsdl_describe_porttype_operation (guint ind, wsdl_porttype_operation *op);
Produces a printable representation of op on standard output.
ind : | an integer specifying the indent level to use |
op : | a pointer to a wsdl_porttype_operation structure |
void wsdl_describe_porttype (guint ind, wsdl_porttype *porttype);
Produces a printable representation of porttype on standard output.
ind : | an integer specifying the indent level to use |
porttype : | a pointer to a wsdl_porttype structure |
void wsdl_describe_soap_operation (guint ind, wsdl_soap_operation *soap_operation);
Produces a printable representation of soap_operation on standard output.
ind : | an integer specifying the indent level to use |
soap_operation : | a pointer to a wsdl_soap_operation structure |
void wsdl_describe_soap_body (guint ind, wsdl_soap_body *soap_body);
Produces a printable representation of soap_body on standard output.
ind : | an integer specifying the indent level to use |
soap_body : | a pointer to a wsdl_types structure |
void wsdl_describe_soap_header (guint ind, wsdl_soap_header *soap_header);
Produces a printable representation of soap_header on standard output.
ind : | an integer specifying the indent level to use |
soap_header : | a pointer to a wsdl_soap_header structure |
void wsdl_describe_soap_fault (guint ind, wsdl_soap_fault *soap_fault);
Produces a printable representation of soap_fault on standard output.
ind : | an integer specifying the indent level to use |
soap_fault : | a pointer to a wsdl_soap_fault structure |
void wsdl_describe_binding_operation_iof (guint ind, wsdl_binding_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".
ind : | an integer specifying the indent level to use |
iof : | a pointer to a wsdl_binding_operation_inoutfault structure |
type : | a wsdl_describe_iof_t enum, containing either WSDL_DESCRIBE_INPUT, WSDL_DESCRIBE_OUTPUT or WSDL_DESCRIBE_FAULT. |
void wsdl_describe_binding_operation (guint ind, wsdl_binding_operation *op);
Produces a printable representation of op on standard output.
ind : | an integer specifying the indent level to use |
op : | a pointer to a wsdl_types structure |
void wsdl_describe_soap_binding (guint ind, wsdl_soap_binding *binding);
Produces a printable representation of binding on standard output.
ind : | an integer specifying the indent level to use |
binding : | a pointer to a wsdl_types structure |
void wsdl_describe_binding (guint ind, wsdl_binding *binding);
Produces a printable representation of binding on standard output.
ind : | an integer specifying the indent level to use |
binding : | a pointer to a wsdl_binding structure |
void wsdl_describe_soap_address (guint ind, wsdl_soap_address *address);
Produces a printable representation of address on standard output.
ind : | an integer specifying the indent level to use |
address : | a pointer to a wsdl_soap_address structure |
void wsdl_describe_service_port (guint ind, wsdl_service_port *port);
Produces a printable representation of port on standard output.
ind : | an integer specifying the indent level to use |
port : | a pointer to a wsdl_service_port structure |
void wsdl_describe_service (guint ind, wsdl_service *service);
Produces a printable representation of service on standard output.
ind : | an integer specifying the indent level to use |
service : | a pointer to a wsdl_service structure |
void wsdl_describe_definitions (guint ind, wsdl_definitions *definitions);
Produces a printable representation of definitions on standard output, recursing through all sub-types.
ind : | an integer specifying the indent level to use |
definitions : | a pointer to a wsdl_definitions structure |
<<< Soup WSDL | wsdl-locate >>> |