soap_type          63 ext/xmlrpc/libxmlrpc/xml_to_soap.c static inline int is_soap_type(const char* soap_type) {
soap_type          64 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0;