Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awType | awTypeDefToString
 
awTypeDefToString
char * awTypeDefToString(
BrokerTypeDef type_def);
type_def
The type definition whose string representation is to be returned.
Returns a string representing the Broker type definition, type_def. Returns NULL if type_def is invalid. The caller is responsible for calling free on the return value.