FOREACHNODEEX(trav, "header", wsdl_soap_namespace, header) {
xmlAttrPtr tmp;
xmlNodePtr *message, part;
- char *ctype, *ns;
+ char *ctype;
sdlSoapBindingFunctionHeaderPtr h;
smart_str key = {0};
{
xmlNodePtr trav, part, message = NULL, *tmp;
HashTable* parameters = NULL;
- char *ns, *ctype;
+ char *ctype;
ctype = strrchr(message_name,':');
if (ctype == NULL) {
xmlAttrPtr type, name, bindingAttr, location;
xmlNodePtr portType, operation;
xmlNodePtr address, binding, trav2;
- char *ns, *ctype;
+ char *ctype;
sdlBindingPtr tmpbinding;
char *wsdl_soap_namespace = NULL;